create_rack_chain
Plan or create a named empty chain in a specified rack on any track, including nested racks. Optionally choose the chain index; omitted index appends.
Instructions
Plan or create a named empty chain in an exact rack on an ordinary, Return, or Main track, including nested racks. Omitted index appends. Drum-pad assignment is separate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | New chain name. | |
| index | No | ||
| dryRun | No | Omit or true to return a plan; false requires a valid confirmationToken. | |
| 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. |