Class DXEchoEffect
DX8 Echo Effect.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public sealed class DXEchoEffect : Effect<DXEchoParameters>, IDisposable
Properties
Feedback
Percentage of output fed back into input, in the range from 0 through 100. The default value is 0.
Declaration
public double Feedback { get; set; }
Property Value
Double
|
LeftDelay
Delay for left channel, in milliseconds, in the range from 1 through 2000. The default value is 333 ms.
Declaration
public double LeftDelay { get; set; }
Property Value
Double
|
PanDelay
Value that specifies whether to swap left and right delays with each successive echo. The default value is false, meaning no swap.
Declaration
public bool PanDelay { get; set; }
Property Value
Boolean
|
RightDelay
Delay for right channel, in milliseconds, in the range from 1 through 2000. The default value is 333 ms.
Declaration
public double RightDelay { get; set; }
Property Value
Double
|
WetDryMix
Ratio of wet (processed) signal to dry (unprocessed) signal. Must be in the range from 0 (default) through 100 (all wet).
Declaration
public double WetDryMix { get; set; }
Property Value
Double
|