Class DXChorusEffect
DX8 Chorus Effect.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public sealed class DXChorusEffect : Effect<DXChorusParameters>, IDisposable
Properties
Delay
Number of milliseconds the input is delayed before it is played back, in the range from 0 to 20. The default value is 0 ms.
Declaration
public double Delay { get; set; }
Property Value
Double
|
Depth
Percentage by which the delay time is modulated by the low-frequency oscillator, in hundredths of a percentage point. Must be in the range from 0 through 100. The default value is 25.
Declaration
public double Depth { get; set; }
Property Value
Double
|
Feedback
Percentage of output signal to feed back into the effect's input, in the range from -99 to 99. The default value is 0.
Declaration
public double Feedback { get; set; }
Property Value
Double
|
Frequency
Frequency of the LFO, in the range from 0 to 10. The default value is 0.
Declaration
public double Frequency { get; set; }
Property Value
Double
|
Phase
Phase differential between left and right LFOs. Default is Zero.
Declaration
public DXPhase Phase { get; set; }
Property Value
DXPhase
|
Waveform
Waveform of the LFO. Default = Sine.
Declaration
public DXWaveform Waveform { get; set; }
Property Value
DXWaveform
|
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
|