-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SysEx support #20
Comments
Yep, there was a contributed firmware that had SysEx support. It's still available in the 1.0 tag. I never really had a use case for SysEx in the mainline. Maybe for v.2.1? Are you looking for full bidirectional, or is host => arduino support enough? |
Ah, now I found it. I need bidirectional but host->arduino is higher Thanks!
|
Where is this branch you found? Can you post it here please? |
I have a use case for SysEx messages, sent from Arduino to USB host. Midi Control Channel (MCC) use SysEx to start/stop/etc a midi sequencer. Some have used these to control an Akai MPC live, which unfortunately does not have hard inputs for start/stop pedals, it will however receive Midi from a class compliant device. I have started coding this here: So having SysEx would be quite helpful :-) |
I think there was a development branch or folder including SysEx support. I can't find it anymore. Has it been merged to main branch? Which is the SysEx support status for v2.0? Any plans?
Thanks!
The text was updated successfully, but these errors were encountered: