Class StopMessage

The StopMessage instructs a listeneing MIDI device to stop playing its current sequence.

Hierarchy

  • StopMessage

Implements

Constructors

Accessors

Methods

Constructors

Accessors

  • get typeName(): string
  • Returns the name of this type. This can be used rather than instanceof which is sometimes unreliable.

    Returns string

Methods

  • The toArray method converts a MIDI message object into it's byte-array form which can be sent through a MIDI port to a connected piece of MIDI technology.

    Returns number[]

Generated using TypeDoc