BASS_DX8_GARGLE structure

Used with BASS_FXGetParameters and BASS_FXSetParameters to retrieve and set the parameters of a gargle DX8 (amplitude modulation) effect.

typedef struct {
    DWORD dwRateHz;
    DWORD dwWaveShape;
} BASS_DX8_GARGLE;

Members

dwRateHzRate of modulation, in Hertz. Must be in the range from 1 through 1000. The default value is 20.
dwWaveShapeShape of the modulation waveform... 0 = triangle, 1 = square. By default, the waveform is triangle.

See also

BASS_ChannelSetFX, BASS_FXGetParameters,