reaper-osc
    Preparing search index...

    Class LastRegion

    The most recently entered region during playback

    Implements

    Index

    Constructors

    Accessors

    • get length(): number

      The region's length in seconds

      Returns number

    • get name(): string

      The region's name

      Returns string

    • get number(): string

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

      Returns string

    • get time(): number

      The region's start time 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