A system exclusive event is one unit ("packet") of a system exclusive message, which can be used as an escape to emit any arbitrary bytes.
See also: mididi.def.isSysExEvent
The kind of system exclusive event. This can be either systemExclusive (0xF0) or endOfExclusive (0xF7).
See Implementation
A system exclusive event is one unit ("packet") of a system exclusive message, which can be used as an escape to emit any arbitrary bytes.
See also: mididi.def.isSysExEvent