SysExEvent

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

Members

Variables

data
ubyte[] data;
type
SystemMessageType type;

The kind of system exclusive event. This can be either systemExclusive (0xF0) or endOfExclusive (0xF7).

Meta