BASS

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

fCenterCenter frequency, in hertz.
fBandwidthBandwidth, in semitones, in the range from 1 to 36. The default value is 12.
fGainGain, in the range from -15 to 15. The default value is 0 dB.

Platform-specific

On Windows, fCenter must be in the range of 80 to 16000, and not exceed one-third of the channel's sample rate. On other platforms, the range is above 0 and below half the channel's sample rate.

See also

BASS_ChannelSetFX, BASS_FXGetParameters, BASS_FXSetParameters