move_audio_warp_marker
Plan or apply movement of an audio warp marker to a target beat. Preserves sample position; rejects neighbor crossing and hidden terminal marker.
Instructions
Plan or apply movement of an exact audio warp marker to a target beat. Preserves sample position; rejects neighbor crossing and the hidden terminal marker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clipId | Yes | Stable clip ID: track-N:clip-M from list_clips, or track-N:arrangement-clip-M from list_arrangement_clips for tools that support 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. | |
| beatTime | Yes | Exact current marker beat time from audio state. | |
| planHash | No | Hash returned by the matching dry run. | |
| targetBeatTime | Yes | Requested target beat time. | |
| confirmationToken | No | Short-lived, single-use token returned by the matching dry run. | |
| expectedStateVersion | Yes | Exact stateVersion observed immediately before planning. |