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

The BASS_BFX_ECHO4 type exposes the following members.
Constructors

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

  NameDescription
Public methodPreset_DoubleKick
Sets the instance members to a preset.
Public methodPreset_LongEcho
Sets the instance members to a preset.
Public methodPreset_SmallEcho
Sets the instance members to a preset.
Back to Top
Fields

  NameDescription
Public fieldbStereo
Echo adjoining channels to each other? Default is disabled.
Public fieldfDelay
Delay in seconds (0<...n). Default = 0.
Public fieldfDryMix
Dry (unaffected) signal mix (-2...+2). Default = 0.
Public fieldfFeedback
Output signal to feed back into input (-1...+1). Default = 0 (disabled).
Public fieldfWetMix
Wet (affected) signal mix (-2...+2). Default = 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