set_track_output_routing
Assign a track's output to a chosen routing type and channel. Provide the track index and routing name to redirect audio; optionally specify a channel.
Instructions
Set the output routing for a track.
Use get_track_routing to see available routing type names.
Args: track_index: Zero-based index of the track. routing_type_name: Display name of the desired output routing type. routing_channel_name: Display name of the desired output routing channel (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| routing_type_name | Yes | ||
| routing_channel_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |