duplicate_arrangement_clip
Copy an exact Arrangement clip to a non-overlapping beat position on the same track, preserving the original and validating clip identity before writing.
Instructions
Plan or duplicate one exact Arrangement clip at a non-overlapping beat position on the same track. Preserves the source and validates its identity again at the native write boundary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clipId | Yes | Exact source 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 | Nonnegative destination position in beats. | |
| confirmationToken | No | Short-lived, single-use token returned by the matching dry run. | |
| expectedStateVersion | Yes | Exact stateVersion observed immediately before planning. |