Used with BASS_FXGetParameters and BASS_FXSetParameters to retrieve and set the parameters of a DX8 distortion effect.
typedef struct {
float fGain;
float fEdge;
float fPostEQCenterFrequency;
float fPostEQBandwidth;
float fPreLowpassCutoff;
} BASS_DX8_DISTORTION;
| fGain | Amount of signal change after distortion, in the range from -60 through 0. The default value is -18 dB. |
| fEdge | Percentage of distortion intensity, in the range in the range from 0 through 100. The default value is 15 percent. |
| fPostEQCenterFrequency | Center frequency of harmonic content addition, in the range from 100 through 8000. The default value is 2400 Hz. |
| fPostEQBandwidth | Width of frequency band that determines range of harmonic content addition, in the range from 100 through 8000. The default value is 2400 Hz. |
| fPreLowpassCutoff | Filter cutoff for high-frequency harmonics attenuation, in the range from 100 through 8000. The default value is 8000 Hz. |