For my ipadOS app I recently switched from audiokit v5-develop (dating from before the official v5 release) to v5-main, and this seems to have broken the ability to receive sysex messages. At least on ipadOS 14.6.
the function receivedMIDISystemCommand(...) is not called when receiving a sysex message, but in debug mode I do see a lot of messages like the following appear in console:
021-06-08 16:18:09.219252+0200 Rage[990:364326] [midi] MIDI+Receiving.swift:processUMPSysExMessage(with:):246:UMP SYSEX - Continue receiving UMP SysEx messages (MIDI+Receiving.swift:processUMPSysExMessage(with:):246)
I assume this means Audiokit is receiving the sysex, but does not call receivedMIDISystemCommand(...). I can't find any related changes in the docs, any thoughts about what could be wrong here?
thanks!!