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

The BASS_BFX_FREEVERB type exposes the following members.
Constructors

  NameDescription
Public methodBASS_BFX_FREEVERB 
Default constructor
Public methodBASS_BFX_FREEVERB(Single, Single, Single, Single, Single, Int32)
Constructor already setting the members.
Back to Top
Fields

  NameDescription
Public fieldfDamp
Damping factor (0.0...1.0, def. 0.5).
Public fieldfDryMix
Dry (unaffected) signal mix (0.0...1.0, def. 0).
Public fieldfRoomSize
Room size (0.0...1.0, def. 0.5).
Public fieldfWetMix
Wet (affected) signal mix (0.0...3.0, def. 1.0).
Public fieldfWidth
Stereo width (0.0...1.0, def. 1.0).
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