set_rack_chain_mixer
Plan or apply exact rack-chain mixer states for volume, pan, mute, solo, and sends, using native values and guarded hierarchy state.
Instructions
Plan or apply exact rack-chain volume, pan, mute, solo, and send levels using native ranges and guarded hierarchy state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pan | No | Native chain pan value. | |
| mute | No | Mute chain. | |
| solo | No | Solo chain. | |
| sends | No | Exact native rack send indices and levels. | |
| dryRun | No | Omit or true to return a plan; false requires a valid confirmationToken. | |
| volume | No | Native chain volume value, not decibels. | |
| chainId | Yes | Exact chain ID from device hierarchy. | |
| trackId | Yes | Stable device-owner ID: track-N from list_tracks, return-N from get_set_mixer, or master. | |
| deviceId | Yes | Stable device ID returned by list_devices. | |
| planHash | No | Hash returned by the matching dry run. | |
| confirmationToken | No | Short-lived, single-use token returned by the matching dry run. | |
| expectedStateVersion | Yes | Exact stateVersion observed immediately before planning. |