Hierarchy

Constructors

Properties

beatPos: any

Retrieves the event’s exact beat position.

channel: number

Set MIDI channel 1 to 16.

toarticulationID: number

Sets the articulation ID from 0–254.

Methods

  • Send the event.

    Returns void

  • As above, but uses the beat value as a delay in beats from the current position.

    Parameters

    • beat: number

    Returns void

  • Send the event after the specified value has elapsed (can be an integer or a floating point number).

    Parameters

    • ms: number

    Returns void

  • Send the event at a specific beat (floating point number) in the host timeline.

    Parameters

    • beat: number

    Returns void

  • Returns a String representation of the event.

    Returns string

  • Print the event to the plug-in console. See Use the Trace object.

    Returns void

Generated using TypeDoc