setup_routing
Batch create audio sends between tracks with configurable volume and pan. Provide a JSON array of source and destination tracks to set up routing efficiently.
Instructions
Batch create sends with optional volume/pan.
Args: sends: JSON array. Each: {"source_track":0, "dest_track":10, "volume_db":-6.0, "pan":0.0}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sends | Yes |