get_eq_bands
Retrieve all ReaEQ band settings in one structured call from a track's FX chain using track and FX indices. Returns band details including type, value, and gain.
Instructions
Get all ReaEQ band settings in one structured call.
Args: fx_index: FX index (0-based) of ReaEQ in the FX chain.
Returns: Object with a 'bands' list. Each band has band_index, bandtype, bandtype_name, bandidx, paramtype, paramtype_name, normval, the REAPER-formatted value, and (for gain params) the computed gain_db.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fx_index | Yes | ||
| track_index | Yes |