BASS_BFX_DAMP

BASS FX

BASS_BFX_DAMP structure

Used with BASS_FXGetParameters and BASS_FXSetParameters to retrieve and set the parameters of a dynamic amplification effect.

typedef struct {
    float fTarget;
    float fQuiet;
    float fRate;
    float fGain;
    float fDelay;
    int lChannel;
} BASS_BFX_DAMP;

Members

fTarget Target volume level [0<....1] linear
fQuiet Quiet volume level [0.....1] linear
fRate Amplification adjustment rate [0.....1] linear
fGain Amplification level [0..1..n] linear
fDelay Delay in seconds before increasing level [0.....n] linear
lChannel The affected channels using BASS_BFX_CHANxxx flags   

See also
BASS_ChannelSetFX