set_bulk_track_mixer
Apply volume, pan, mute, and solo changes to multiple Ableton tracks in one confirmed step. Per-track values clamp to native ranges; requires a dry-run plan and confirmation token.
Instructions
Plan or apply guarded volume, pan, mute, and solo changes to multiple existing ordinary tracks in one confirmed step. Per-track values clamp to each observed native range; sends are unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pan | No | Pan applied to every listed track. | |
| mute | No | Mute state applied to every listed track. | |
| solo | No | Solo state applied to every listed track; a solo write mutes everything else at Live level. | |
| dryRun | No | Omit or true to return a plan; false requires a valid confirmationToken. | |
| volume | No | Volume applied to every listed track. | |
| planHash | No | Hash returned by the matching dry run. | |
| trackIds | Yes | Unique ordinary track IDs to change. | |
| confirmationToken | No | Short-lived, single-use token returned by the matching dry run. | |
| expectedStateVersion | Yes | Exact stateVersion observed immediately before planning. |