create_track
Plan and add an audio or MIDI track at a chosen insertion index, then execute with a confirmation token after a dry run.
Instructions
Plan or create an audio or MIDI track at an exact insertion index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Track name. | |
| type | Yes | ||
| index | No | ||
| dryRun | No | Omit or true to return a plan; false requires a valid confirmationToken. | |
| 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. |