krevis / MIDIApps

MIDI apps for Mac OS X: MIDI Monitor and SysEx Librarian.
http://www.snoize.com/
BSD 3-Clause "New" or "Revised" License
713 stars 112 forks source link

Rewrite sysex sending with block size parameter #43

Closed krevis closed 8 years ago

krevis commented 9 years ago

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.)

krevis commented 6 years ago

Released (finally) in versions 1.4 of both apps.