envelope_clear_range
Remove all automation envelope points between specified start and end times on a selected track or FX parameter.
Instructions
Delete all envelope points in a time range.
Args: track_index: Track. start_time: Range start in seconds (>= 0). end_time: Range end in seconds (> start_time). envelope_name: Track envelope name. fx_index / param_index: Target FX param envelope (-1 for track env).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| start_time | Yes | ||
| end_time | Yes | ||
| envelope_name | No | Volume | |
| fx_index | No | ||
| param_index | No |