Used with BASS_FXGetParameters(Int32, IntPtr) and BASS_FXSetParameters(Int32, IntPtr) to retrieve and set the parameters of a echo effect.
Inheritance Hierarchy
Un4seen.BassBASS_DX8_ECHO
Namespace: Un4seen.Bass
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
[SerializableAttribute] [StructLayoutAttribute(LayoutKind.Sequential, CharSet = CharSet.Ansi)] public sealed class BASS_DX8_ECHO
The BASS_DX8_ECHO type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BASS_DX8_ECHO |
Default constructor.
|
![]() | BASS_DX8_ECHO(Single, Single, Single, Single, Boolean) |
constructor already setting the members
|
Methods
Name | Description | |
---|---|---|
![]() | Preset_Default |
Sets the instance members to a preset.
|
![]() | Preset_Long |
Sets the instance members to a preset.
|
![]() | Preset_Small |
Sets the instance members to a preset.
|
Fields
Name | Description | |
---|---|---|
![]() | fFeedback |
Percentage of output fed back into input, in the range from 0 through 100. The default value is 0.
|
![]() | fLeftDelay |
Delay for left channel, in milliseconds, in the range from 1 through 2000. The default value is 333 ms.
|
![]() | fRightDelay |
Delay for right channel, in milliseconds, in the range from 1 through 2000. The default value is 333 ms.
|
![]() | fWetDryMix |
Ratio of wet (processed) signal to dry (unprocessed) signal. Must be in the range from 0 (default) through 100 (all wet).
|
![]() | lPanDelay |
Value that specifies whether to swap left and right delays with each successive echo. The default value is , meaning no swap.
|
See Also