Class MidiAccessPortEventData

The MidiAccessPortEventData class extends ShimiEventData. It contains a reference to the source MidiAccess that created the event data, as well as information about a port that has changed.

Hierarchy

Constructors

Properties

Accessors

Constructors

Properties

cancel: boolean = false

If set to true, the event will stop processing.

source: MidiAccess

The object that triggered the event.

Accessors

  • get port(): any
  • The port which has been added, removed, or changed in some way.

    Returns any

Generated using TypeDoc