logic-pro-types
    Preparing search index...

    Class TargetEvent

    Hierarchy (View Summary)

    Index
    beatPos: any

    Retrieves the event’s exact beat position.

    channel: number

    Set MIDI channel 1 to 16.

    target: string

    Create user definable MIDI CC messages or control plug-in parameters.

    toarticulationID: number

    Sets the articulation ID from 0–254.

    value: number

    Sets the target value.

    • 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

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

      Returns void