BASS_DX8_PARAMEQ structure
Used with BASS_FXGetParameters and BASS_FXSetParameters to retrieve and set the parameters of a DX8 parametric equalizer effect.
typedef struct { float fCenter; float fBandwidth; float fGain; } BASS_DX8_PARAMEQ;
Members
fCenter | Center frequency, in hertz. |
fBandwidth | Bandwidth, in semitones, in the range from 1 to 36. The default value is 12. |
fGain | Gain, in the range from -15 to 15. The default value is 0 dB. |