reaper_transport_stop
Stop Reaper playback or recording. Use force=true only after user confirmation to end an active recording.
Instructions
Stop the transport.
If Reaper is recording, the call is refused unless force=true — this
avoids ending a take without the user's go-ahead. Ask the user first, then
retry with force=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Stop even if Reaper is currently recording. Defaults to false: if a recording is in progress the call is refused so an in-progress take isn't ended unintentionally. Always confirm with the user before passing true. |