clear_automation
Deletes the entire automation envelope for a device parameter in a clip. Resolve the parameter with get_device_parameters first; undo is available to recover.
Instructions
Delete one device parameter's entire automation envelope from a clip.
Resolve the device and parameter with get_device_parameters first. This removes every automation point for that parameter, not a time range; manual parameter state remains. Use write_automation to replace the envelope with new points, or undo immediately to recover an accidental clear.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parameter | Yes | Parameter name or zero-based parameter index returned by the matching get_*_device_parameters tool. | |
| clip_index | Yes | Zero-based Session-view clip-slot index on the track. | |
| track_index | Yes | Zero-based index of a regular track in the Live set. | |
| device_index | Yes | Zero-based device position in the target track's device chain. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |