Class MidiInEvent<TMessage>

The MidiInEvent class extends ShimiEvent, providing an object which can be subscribed to.

It distributes events which point back to the source IMidiIn, along with a MidiInEventData object that contains the event information.

Type Parameters

  • TMessage

Hierarchy

Constructors

Accessors

Methods

Constructors

Accessors

  • get handlers(): ShimiHandler<TData, TSource>[]
  • A collection of handlers which get called in order when the event is triggered.

    Returns ShimiHandler<TData, TSource>[]

Methods

Generated using TypeDoc