Class MidiInEventData<TMessage>

The MidiInEventData class extends ShimiEventData. It contains a reference to the source IMidiIn that created the event data, as well as information about a MIDI message that has been received.

Type Parameters

  • TMessage

Hierarchy

Constructors

Properties

Accessors

Constructors

Properties

cancel: boolean = false

If set to true, the event will stop processing.

source: IMidiIn

The object that triggered the event.

Accessors

  • get message(): TMessage
  • The MIDI message that has been received.

    Returns TMessage

Generated using TypeDoc