reaper_get_project_info
Get key project metrics from REAPER: name, length, tempo, cursor position, transport state, and track count for real-time status monitoring.
Instructions
Return the current project's name, length, tempo, cursor position, transport state, and track count.
Returns a dict: {name, length_sec, tempo_bpm, cursor_sec, playing, paused, recording, track_count}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | 'markdown' for human-readable output or 'json' for machine-readable | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |