add_audio_warp_marker
Sets an audio warp anchor at a chosen beat (and optional sample time) to align clip timing. Use it to define or adjust warp points while preserving playback timing when sample time is omitted.
Instructions
Plan or apply an audio warp anchor. Omit sampleTime to preserve playback timing; explicit sample positions are seconds. Live enforces sample bounds, neighbor ordering, and segment BPM limits.
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 | Anchor beat time. | |
| planHash | No | Hash returned by the matching dry run. | |
| sampleTime | No | Optional source position in seconds. | |
| confirmationToken | No | Short-lived, single-use token returned by the matching dry run. | |
| expectedStateVersion | Yes | Exact stateVersion observed immediately before planning. |