set_audio_clip_state
Plan or apply guarded changes to audio clip gain, pitch, warp, and markers. Preview changes with a dry run, then confirm to execute.
Instructions
Plan or apply guarded audio-clip gain, pitch offsets, warp, and marker changes. Use beats for warped clips and seconds for unwarped clips; change warping separately from markers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gain | No | Clip gain. | |
| 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. | |
| warping | No | Warp enabled. | |
| planHash | No | Hash returned by the matching dry run. | |
| warpMode | No | Warp mode value or name. | |
| pitchFine | No | ||
| pitchCoarse | No | ||
| endMarkerBeats | No | Warped end marker in beats. | |
| endMarkerSeconds | No | Unwarped end marker in seconds. | |
| startMarkerBeats | No | Warped start marker in beats. | |
| confirmationToken | No | Short-lived, single-use token returned by the matching dry run. | |
| startMarkerSeconds | No | Unwarped start marker in seconds. | |
| expectedStateVersion | Yes | Exact stateVersion observed immediately before planning. |