set_eq_band_enabled
Enable or disable a ReaEQ band in REAPER to control EQ filtering, specifying track, FX index, band type, band index, and enabled state.
Instructions
Enable or disable a ReaEQ band.
Args: fx_index: FX index (0-based) of ReaEQ. bandtype: Band type (0=hipass, 1=loshelf, 2=band, 3=notch, 4=hishelf, 5=lopass). bandidx: Band index within that type (0=first). enabled: True to enable, False to disable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bandidx | No | ||
| enabled | No | ||
| bandtype | Yes | ||
| fx_index | Yes | ||
| track_index | Yes |