Skip to content
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

Open
diegoherranz opened this issue Mar 13, 2015 · 4 comments
Open

SysEx support #20

diegoherranz opened this issue Mar 13, 2015 · 4 comments
Assignees

Comments

@diegoherranz
Copy link
Contributor

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!

@ddiakopoulos
Copy link
Owner

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?

@diegoherranz
Copy link
Contributor Author

Ah, now I found it. I need bidirectional but host->arduino is higher
priority.

Thanks!
On 13 Mar 2015 15:06, "Dimitri Diakopoulos" [email protected]
wrote:

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?


Reply to this email directly or view it on GitHub
#20 (comment).

@sanotronics
Copy link

Where is this branch you found?

Can you post it here please?

@mungewell
Copy link

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:
tttapa/MIDI_controller#51
https://github.com/mungewell/MIDI_controller/tree/20180627_DigitalSE

So having SysEx would be quite helpful :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants