A callback used to send typed commands to Reaper
Indicates the current transport beat in format mm.bb.xx
Indicates the current transport from in format h:m:s:f
Indicates whether fast-foward is active
Indicates whether playback is paused
Indicates whether playback is active
Indicates whether recording is active
Indicates whether repeat is enabled
Indicates whether rewind-to-previous-marker is enabled
Indicates whether rewind is active
Indicates whether the set-loop-points mode is enabled
Indicates whether playback is stopped
The most recently passed marker
The most recently entered region
Indicates the end time of the loop (in seconds)
Indicates the start time of the loop (in seconds)
Indicates the current transport time in seconds
Jump to the marker with the given user-assigned number (as shown in Reaper's UI).
The user-assigned marker number to jump to
Jump to the region with the given user-assigned number (as shown in Reaper's UI).
The user-assigned region number to jump to
Jumps to the specified frame (absolute)
Frame to jump to (in format h:m:s:f). Values in an invalid format will be ignored by Reaper
Jumps to the specified time in seconds (absolute)
The time to jump to (in seconds). If this value is negative, Reaper will jump to 0
Jumps to a relative time in seconds. Note that the absolute value to jump to is calculated by the library based on the currently known time, as Reaper does not appear to support jumping to a relative time via OSC
The relative time jump (in seconds)
An event that can be subscribed to for property change notifications
The name of the property to subscribe to
A callback to be called when the state of the specified property changes
A function that unsubscribes the event handler
Toggle pause
Toggle play
Toggle recording
Sets the loop end time
End time for the loop (in seconds)
Sets the loop start time
Start time for the loop (in seconds)
Start fast fowarding. Will continue until stopped
Start rewinding. Will continue until stopped
Stop playback or recording
Stop fast forwarding
Stop rewinding
Toggle repeat on or off
Toggle rewind-to-previous-marker on or off
Toggle the set-loop-points mode on or off
The Reaper transport