mcp_opendaw_get_engine_status
Get the real-time status of the DAW engine: playing state, position, BPM, CPU load, and recording state.
Instructions
Get real-time engine status: playing state, position, BPM, CPU load, recording state.
Returns: is_playing: bool position_beats: current playback position in beats bpm: current BPM cpu_load: CPU load percentage (0-1) is_recording: bool is_counting_in: bool count_in_beats_remaining: beats left in count-in playback_timestamp: playback timestamp in beats marker: current marker [uuid, index] or null engine_started: whether engine is initialized
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |