Raw MIDI values via MIDI OUT: issues with interleaving or interference?
Michael DeFiore
May 24 2023 | 10:06 am
Hi,
I'm creating a device which sends out raw midi values via midi out. A message box contains the midi values, which is sent to [midiout] via a bangs. Some of the values are sysex which are 8 values.
Do I need to be concerned about different sysex values interleaving with each other?
For example, I send sysex value "F0 01 02 03 04 05 06 07 F7" and sysex value "F0 01 02 03 04 05 06 07 F7" at the same time via the same midiout. Does Max somehow deal with such a situation or is this something I need to deal with in my device?
Thanks,
Mike