Audiokit seems to receive only the first three numbers of sysex MIDI messages
问题 I'm trying to use audiokit to receive syses messages from a hardware synthesizer in an app on the mac. These synthesizer message are build up of 11 numbers, for example: 240,00,32,51,01,16,112,00,40,95,247 in the current released version of audiokit (4.5.5) messages like this are received in a AKMIDIListener class in the function: receivedMIDISystemCommand(data) . The "data"-object her receives "messed up" messages like the following: [240, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,