I am sending a lot of CCs to MIDI Designer as quickly as possible (to set the visual control values to match my device's), and I'm finding that some are received in messages that are 6 bytes long, and seem to be ignored (the controls are not set).
An excerpt from the log:
Message In: Cmd=176|Ch=07|Data1=009|Data2=003 | Length=3: B6 09 03
Message In: Cmd=176|Ch=07|Data1=010|Data2=002 | Length=3: B6 0A 02
Message In: Length=6: B7 00 29 B7 01 7F
Message In: Cmd=176|Ch=08|Data1=003|Data2=001 | Length=3: B7 03 01
Message In: Cmd=176|Ch=08|Data1=005|Data2=029 | Length=3: B7 05 1D
The B7 00 29 & B7 01 7F in the 6-byte message do not appear to be received as MIDI messages.
I see this behaviour when using a MIDI over Bluetooth (low energy) interface with the midimittr app presenting a standard MIDI interface to MIDI Designer on the iPad. I don't see this problem with a hardware MIDI interface (iRig MIDI). So I'm not sure whether the problem is that midimittr is not packaging the messages correctly, or that MIDI Designer is not handling the 6-byte message with two 3-byte MIDI messages in it.
Would appreciate any comments.
Thanks.