Certain broken MIDI interfaces like the Alesis USB-MIDI cannot send more than 128 bytes of sysex at a time. Instead of using the built-in MIDISendSysex() function, write my own that has a user-selectable block size. (Need to find one of these interfaces to test with, too.)
Certain broken MIDI interfaces like the Alesis USB-MIDI cannot send more than 128 bytes of sysex at a time. Instead of using the built-in
MIDISendSysex()
function, write my own that has a user-selectable block size. (Need to find one of these interfaces to test with, too.)