Show / Hide Table of Contents

Class DXChorusEffect

DX8 Chorus Effect.

Inheritance
Object
Effect<DXChorusParameters>
DXChorusEffect
Inherited Members
Effect<DXChorusParameters>.Parameters
Effect<DXChorusParameters>.ApplyOn(Int32, Int32)
Effect<DXChorusParameters>.Priority
Effect<DXChorusParameters>.Dispose()
Effect<DXChorusParameters>.Default()
Effect<DXChorusParameters>.IsActive
Effect<DXChorusParameters>.OnPreset()
Effect<DXChorusParameters>.PropertyChanged
Effect<DXChorusParameters>.OnPropertyChanged(String)
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

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx