track_select
Select or deselect a specific track by index, with an option to make the selection exclusive by deselecting others first.
Instructions
Select/deselect a track.
Args: track_index: 0-based track index. selected: True=select. exclusive: Deselect others first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| selected | No | ||
| exclusive | No |