Closed pvaibhav closed 2 years ago
The CoreMIDI input code was incorrect - it was only sending the first byte of the entire MIDI packet. Data sent by CoreMIDI is in a packet consisting of multiple MIDI messages. They must be broken up and sent individually to the listener.
Thanks!
The CoreMIDI input code was incorrect - it was only sending the first byte of the entire MIDI packet. Data sent by CoreMIDI is in a packet consisting of multiple MIDI messages. They must be broken up and sent individually to the listener.