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

MIDI messages on OSX #34

Open
pauloord123 opened this issue Jun 1, 2022 · 0 comments
Open

MIDI messages on OSX #34

pauloord123 opened this issue Jun 1, 2022 · 0 comments

Comments

@pauloord123
Copy link

I found out that in OSX (Mojave) midi messages, send by QMidiOut::sendMsg(qint32 msg) are not always interpreted by the receiving device:
the short messages as ProgramChange (QMidiOut::setInstrument(int voice, int instr)) are then ignored when sending as qint32. Also with Midi Monitor these messages give an Invalid message after the intended message.

As solution I added QMidiOut::sendMsg16(qint16 msg) in QMidi_CoreMidi.cpp that has the same content as QMidiOut::sendMsg(qint32 msg) but sends only 2 bytes.

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