set_clip_parameter_envelope
Plan or replace an Ableton clip parameter envelope with exact step data, specifying time, duration, and value per step. Requires dry-run confirmation for execution.
Instructions
Plan or replace one Session clip parameter envelope with exact step data.
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. | |
| points | Yes | Replacement envelope steps. | |
| trackId | Yes | Stable track ID returned by list_tracks. | |
| deviceId | Yes | Stable device ID returned by list_devices. | |
| planHash | No | Hash returned by the matching dry run. | |
| parameterId | Yes | Stable parameter ID returned by list_device_parameters. | |
| confirmationToken | No | Short-lived, single-use token returned by the matching dry run. | |
| expectedStateVersion | Yes | Exact stateVersion observed immediately before planning. |