Comment 0 for bug 1467549

Revision history for this message
Sean M. Pappalardo (pegasus-renegadetech) wrote : Handle real-time vs non-real-time MIDI SysEx messages

According to http://www.midi.org/techspecs/midituning.php, non-real-time MIDI SysEx messages are of the form:

F0 7E ... F0

And real-time ones are of the form:

F0 7F ... F0

Add to Mixxx's SysEx handling the ability to check for the second byte as well as the ability to accept the real-time ones at any time (such as in the middle of any other non-real-time message, SysEx or otherwise.)