configure_tracks
Batch adjust volume, pan, color, mute, solo, and name for multiple REAPER tracks in one operation.
Instructions
Batch set volume_db, pan, color, mute, solo, name on multiple tracks.
Args: tracks: JSON array. Each: {"track_index":0, "volume_db":-3.0, "pan":-0.5, "color":[200,90,60], ...}. Only track_index required. color is [r, g, b], each 0-255 (not a {"r":..} object, not a hex string).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tracks | Yes |