get_track_routing
Read a REAPER track's routing, including sends, receives, parent bus, volume, pan, phase, and automation mode, to get read-only mix data.
Instructions
Read a track's routing: sends, receives, parent bus, volume, pan, phase, automation mode. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track | No | Exact track name (case-insensitive). | |
| track_contains | No | Case-insensitive substring; errors if it matches more than one track. | |
| target_track_guid | No | Stable REAPER track GUID; preferred when available. | |
| use_selected_track | No | Target the currently selected track instead of naming one. |