clear_automation
Delete automation envelopes on a Session clip. Set confirm=true to execute, or confirm=false to preview which envelopes exist before clearing.
Instructions
Delete automation envelopes on a Session clip. Requires confirm=True.
When confirm=False, inspects clip and reports envelope existence without deleting.
Args:
track: Track index in song.tracks.
slot: Scene/slot index in track.clip_slots.
parameter: Target DeviceParameter LOM path when clearing a single envelope.
all_envelopes: When True, clears all envelopes on the clip.
confirm: Confirmation flag required to execute clearing.
Returns:
Dictionary reporting clearance status or pending envelope details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slot | Yes | ||
| track | Yes | ||
| confirm | No | ||
| parameter | No | ||
| all_envelopes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||