set_eq_band
Configure frequency, gain, or Q for a specific ReaEQ band in REAPER. Adjust EQ parameters by track and FX index to shape your mix.
Instructions
Set a ReaEQ band parameter.
Pass real values by default: frequency in Hz (paramtype 0), gain in dB (paramtype 1), or Q (paramtype 2). Gain is converted to ReaEQ's normalized curve internally; freq and Q are sent raw.
Args: fx_index: FX index (0-based) of ReaEQ. bandtype: -1=master gain, 0=hipass, 1=loshelf, 2=band, 3=notch, 4=hishelf, 5=lopass, 6=bandpass, 7=parallel bandpass. bandidx: Band index within that type (0=first). Ignored for master gain. paramtype: 0=frequency (Hz), 1=gain (dB), 2=Q. Ignored for master gain. value: The value, in real units unless is_normalized=True. is_normalized: If True, value is a raw 0-1 normalized value written directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| bandidx | Yes | ||
| bandtype | Yes | ||
| fx_index | Yes | ||
| paramtype | Yes | ||
| track_index | Yes | ||
| is_normalized | No |