create_bus
Route multiple tracks into a new submix or stem bus for grouped mixing and control. Returns the bus track index and routing details.
Instructions
Create a submix/stem bus and route specified tracks to it.
Args: name: Name for the bus track. source_track_indices: List of track indices to route to this bus.
Returns: Object with bus_track_index and routing info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| source_track_indices | Yes |