playback
Control music pattern playback by sending play, pause, or stop actions to the current session.
Instructions
Control transport on the current session. action=play starts the editor pattern. action=pause stops without resetting clock. action=stop ends playback. Example: playback({ action: "play" }). For pattern editing use edit_pattern; for tempo use set_tempo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Transport action | |
| session_id | No | Optional session ID (#108). Omit to use default session. |