get_eq_band_enabled
Check if a ReaEQ band is enabled on a specific track and FX instance. Provide track index, FX index, band type, and band index to get the enabled status.
Instructions
Check whether a ReaEQ band is enabled.
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).
Returns: Object with 'ret' boolean (true=enabled).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bandidx | No | ||
| bandtype | Yes | ||
| fx_index | Yes | ||
| track_index | Yes |