Optional
channelThe channel on which the message is sent, if the message is not a system message The minimum value is 1, the maximum value is 16
Optional
dataThe actual data carried by the message Can be empty for some system messages (e.g. a real time messages)
Optional
metaThe meta data associated with the message This can be used to store additional information about the message and implement custom logic when subscribing to the message stream.
Optional
offsetThe offset where the next message should be read
The MIDI status, identifying the type of the MIDI message
Status
Generated using TypeDoc
The MidiMessage interface is the base interface for all MIDI messages. It defines the common properties of all MIDI messages, the data associated with the message status.
The meta property allow to decorate the message with application specific data.