analyze_score
Dump REAPER MIDI data: per-track notes, CCs, timing stats. Inspect project content before editing or verify recent insertions.
Instructions
Dump current MIDI data: per-track notes, CCs, timing stats.
Use this to inspect what's in the project before editing, or to verify what you just inserted.
Args: tracks: JSON array of track indices e.g. [0,1,2], or "all". start_time: Start in seconds (default 0). end_time: End in seconds (-1 = project end).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tracks | No | all | |
| end_time | No | ||
| start_time | No |