setup_fx_chain
Batch add and configure multiple effects across REAPER tracks in one call, replacing repetitive fx_add and fx_set_param operations.
Instructions
Batch add/configure FX across tracks. Replaces many fx_add + fx_set_param calls.
Args: tracks: JSON array. Each: {"track_index":0, "fx_chain":[{"name":"ReaEQ", "params":{"Gain":0.5}, "preset":"..."}]}. fx_chain modes: "name" adds new, "fx_index" targets existing, "add_mode":"find_or_add" reuses. Params by name (fuzzy) or params_by_index. Values 0.0-1.0.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tracks | Yes |