The BASS_BFX_DAMP type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| fDelay |
Delay in seconds before increasing level (0...n, linear). Default = 0.
| |
| fGain |
Amplification level (0...1...n, linear). Default = 0.
| |
| fQuiet |
Quiet volume level (0...1, linear). Default = 0.
| |
| fRate |
Amplification adjustment rate (0...1, linear), e.g. 0.02. Default = 0.
| |
| fTarget |
Target volume level (0<...1, linear). Default = 1.0 (0dB).
| |
| lChannel |
A BASSFXChan flag to define on which channels to apply the effect.
Default: -1 (BASS_BFX_CHANALL) - all channels. |
See Also