BASS_DX8_REVERB structure
Used with BASS_FXGetParameters and BASS_FXSetParameters to retrieve and set the parameters of a DX8 reverb effect.
typedef struct { float fInGain; float fReverbMix; float fReverbTime; float fHighFreqRTRatio; } BASS_DX8_REVERB;
Members
fInGain | Input gain of signal, in decibels (dB), in the range from -96 through 0. The default value is 0 dB. |
fReverbMix | Reverb mix, in dB, in the range from -96 through 0. The default value is 0 dB. |
fReverbTime | Reverb time, in milliseconds, in the range from 0.001 through 3000. The default value is 1000. |
fHighFreqRTRatio | High-frequency reverb time ratio, in the range from 0.001 through 0.999. The default value is 0.001. |