envelope_clear_range
Removes all automation envelope points within a specified time range, clearing automation data between start and end times.
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 |
|---|---|---|---|
| end_time | Yes | ||
| fx_index | No | ||
| start_time | Yes | ||
| param_index | No | ||
| track_index | Yes | ||
| envelope_name | No | Volume |