BASS.NET API for the Un4seen BASS Audio LibraryBASS_BFX_DAMP MembersBASS.NET API for the Un4seen BASS Audio Library

The BASS_BFX_DAMP type exposes the following members.
Constructors

  NameDescription
Public methodBASS_BFX_DAMP 
Default constructor
Public methodBASS_BFX_DAMP(Single, Single, Single, Single, Single)
Constructor already setting the members
Public methodBASS_BFX_DAMP(Single, Single, Single, Single, Single, BASSFXChan)
Constructor already setting the members
Back to Top
Methods

  NameDescription
Public methodPreset_Hard
Sets the instance members to a preset.
Public methodPreset_Medium
Sets the instance members to a preset.
Public methodPreset_Soft
Sets the instance members to a preset.
Back to Top
Fields

  NameDescription
Public fieldfDelay
Delay in seconds before increasing level (0...n, linear). Default = 0.
Public fieldfGain
Amplification level (0...1...n, linear). Default = 0.
Public fieldfQuiet
Quiet volume level (0...1, linear). Default = 0.
Public fieldfRate
Amplification adjustment rate (0...1, linear), e.g. 0.02. Default = 0.
Public fieldfTarget
Target volume level (0<...1, linear). Default = 1.0 (0dB).
Public fieldlChannel
A BASSFXChan flag to define on which channels to apply the effect.

Default: -1 (BASS_BFX_CHANALL) - all channels.

Back to Top
See Also