fx_remove_batch
Remove one, several, or all FX from one or multiple tracks in a single call. Handles overlapping entries and reports errors without stopping.
Instructions
Remove one FX, several, or a whole chain, across one or many tracks, in one call.
Args: entries: JSON array. Each entry has track_index (-1 = master) plus exactly one of: {"track_index":-1, "all":true} clear the whole chain {"track_index":2, "fx_index":3} remove one FX {"track_index":2, "fx_indices":[0,3,4]} remove several Indices refer to each chain as it is when the call starts; deletion order is handled for you, so entries can overlap or come in any order. A bad track or index is recorded in the response's errors array and does not abort the rest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entries | Yes |