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

MacOS Core MIDI Data packet length and data #37

Open
dagjomar opened this issue Mar 11, 2024 · 0 comments
Open

MacOS Core MIDI Data packet length and data #37

dagjomar opened this issue Mar 11, 2024 · 0 comments

Comments

@dagjomar
Copy link

On my system, when choosing Casio MIDI device, the input packets are of length 6 and instead of data indices 0, 1, 2 the correct data is in data[3], data[4], and data[5].

If I changed the code in emusc/emusc/src/midi_input_core.cc to

send_midi_event(data[3], data[4], data[5]);

then my Casio MIDI keyboard worked

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