reaper-osc
    Preparing search index...

    Class DeviceState

    Controls the OSC device's navigation state within Reaper

    Index

    Constructors

    Methods

    • Move the device's focused FX to the next slot

      Returns void

    • Move to the next FX instrument parameter bank

      Returns void

    • Move to the next FX parameter bank

      Returns void

    • Move to the next marker bank

      Returns void

    • Move to the next region bank

      Returns void

    • Move the device's focused track to the next track in the bank

      Returns void

    • Move to the next track bank

      Returns void

    • Move the device's focused FX to the previous slot

      Returns void

    • Move to the previous FX instrument parameter bank

      Returns void

    • Move to the previous FX parameter bank

      Returns void

    • Move to the previous marker bank

      Returns void

    • Move to the previous region bank

      Returns void

    • Move the device's focused track to the previous track in the bank

      Returns void

    • Move to the previous track bank

      Returns void

    • Set the device's focused FX slot on the currently selected track.

      Parameters

      • index: number

        1-based FX index within the current device FX bank

      Returns void

    • Set the active FX instrument parameter bank.

      Parameters

      • index: number

        1-based bank index

      Returns void

    • Set the active FX parameter bank.

      Parameters

      • index: number

        1-based bank index

      Returns void

    • Set the active marker bank.

      Parameters

      • index: number

        1-based bank index

      Returns void

    • Set the active region bank.

      Parameters

      • index: number

        1-based bank index

      Returns void

    • Set the device's focused track to a specific bank-relative slot. Reaper will respond with a full state sync burst for the selected track.

      Parameters

      • index: number

        1-based track index within the current device track bank

      Returns void

    • Set the active device track bank. e.g. bank 2 with a bank size of 8 maps /track/1/ through /track/8/ to absolute tracks 9-16.

      Parameters

      • index: number

        1-based bank index

      Returns void