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

The BASS_DX8_ECHO type exposes the following members.
Constructors

  NameDescription
Public methodBASS_DX8_ECHO 
Default constructor.
Public methodBASS_DX8_ECHO(Single, Single, Single, Single, Boolean)
constructor already setting the members
Back to Top
Methods

  NameDescription
Public methodPreset_Default
Sets the instance members to a preset.
Public methodPreset_Long
Sets the instance members to a preset.
Public methodPreset_Small
Sets the instance members to a preset.
Back to Top
Fields

  NameDescription
Public fieldfFeedback
Percentage of output fed back into input, in the range from 0 through 100. The default value is 0.
Public fieldfLeftDelay
Delay for left channel, in milliseconds, in the range from 1 through 2000. The default value is 333 ms.
Public fieldfRightDelay
Delay for right channel, in milliseconds, in the range from 1 through 2000. The default value is 333 ms.
Public fieldfWetDryMix
Ratio of wet (processed) signal to dry (unprocessed) signal. Must be in the range from 0 (default) through 100 (all wet).
Public fieldlPanDelay
Value that specifies whether to swap left and right delays with each successive echo. The default value is  , meaning no swap.
Back to Top
See Also