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

[Feature Request] Add support for UMP events in jack_midi_get_event_count and jack_midi_event_get #983

Open
symdeb opened this issue Aug 14, 2024 · 0 comments

Comments

@symdeb
Copy link

symdeb commented Aug 14, 2024

Summary

This feature will allow for receiving UMP events.
While the jack_midi_event_write call allow for UMP data (raw), the receive routines do not.
The receive routines currently return correct data for legacy MIDI events but not for UMP events.

Basic example

count = jack_midi_get_event_count(port_buffer); // returns 4, 8 or 16 depending on UMP type
status = jack_midi_event_get(&midi_event, port_buffer, event_nr);

Motivation

Receive MIDI 2.0 data support

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

No branches or pull requests

1 participant