A track event is one of the following:
- a MIDI event, meaning it carries around any message (channel or system),
except system exclusive messages;
- a system exclusive event, which offers an escape to transmit arbitrary bytes;
- a meta event, meaning it carries around other meta information.
Use isMIDIEvent(), isSysExEvent() and isMetaEvent() to find which kind of
event it is from its status byte.
See also:
mididi.types.TrackEvent; mididi.types.MIDIEvent,
mididi.types.SysExEvent and mididi.types.MetaEvent.
A track event is one of the following: - a MIDI event, meaning it carries around any message (channel or system), except system exclusive messages; - a system exclusive event, which offers an escape to transmit arbitrary bytes; - a meta event, meaning it carries around other meta information.
Use isMIDIEvent(), isSysExEvent() and isMetaEvent() to find which kind of event it is from its status byte.
See also: mididi.types.TrackEvent; mididi.types.MIDIEvent, mididi.types.SysExEvent and mididi.types.MetaEvent.