reaper-osc
    Preparing search index...

    Class LastMarker

    The most recently passed marker during playback

    Implements

    Index

    Constructors

    Accessors

    • get name(): string

      The marker's name

      Returns string

    • get number(): string

      The user-assigned marker number (as shown in Reaper's UI). Empty string if no marker has been passed yet.

      Returns string

    • get time(): number

      The marker's time position in seconds

      Returns number

    Methods

    • An event that can be subscribed to for property change notifications

      Parameters

      • property: string

        The name of the property to subscribe to

      • callback: () => void

        A callback to be called when the state of the specified property changes

      Returns () => void

      A function that unsubscribes the event handler