quantize_audio_clip
Plan or apply native quantization to a warped audio clip in Ableton Live, aligning warp markers to the chosen grid, amount, and swing. Use dry-run for planning and confirmation to execute.
Instructions
Plan or apply Live native quantization to one warped audio clip. Aligns warp markers with the selected grid, amount, and observed global swing; reads back native anchors. Requires unchanged audio state and swing. Live can adjust surrounding anchors. Does not quantize MIDI note ends.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grid | Yes | ||
| amount | Yes | Quantization amount, zero to one. | |
| 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. | |
| 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. |