move_arrangement_clip
Relocate an arrangement clip to a specified beat position, preserving its duration and handling collisions via staged confirmation, with rollback and undo safety.
Instructions
Plan or move one exact Arrangement clip to a new beat position, preserving its span with staged copies, rollback, and an isolated undo step. Rejects collisions with other clips; self-overlap is supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clipId | Yes | Exact timeline clip ID from list_arrangement_clips. | |
| dryRun | No | Omit or true to return a plan; false requires a valid confirmationToken. | |
| trackId | Yes | Stable track ID returned by list_tracks. | |
| planHash | No | Hash returned by the matching dry run. | |
| startBeats | Yes | New nonnegative timeline position in beats. | |
| confirmationToken | No | Short-lived, single-use token returned by the matching dry run. | |
| expectedStateVersion | Yes | Exact stateVersion observed immediately before planning. |