Class DXFlangerParameters
Parameters for DX8 Flanger Effect.
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public class DXFlangerParameters : object, IEffectParameter
Fields
fDelay
Number of milliseconds the input is delayed before it is played back, in the range from 0 to 4. The default value is 0 ms.
Declaration
public float fDelay
Field Value
Single
|
fDepth
Percentage by which the delay time is modulated by the low-frequency oscillator (LFO), in hundredths of a percentage point. Must be in the range from 0 through 100. The default value is 25.
Declaration
public float fDepth
Field Value
Single
|
fFeedback
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 float fFeedback
Field Value
Single
|
fFrequency
Frequency of the LFO, in the range from 0 to 10. The default value is 0.
Declaration
public float fFrequency
Field Value
Single
|
fWetDryMix
Ratio of wet (processed) signal to dry (unprocessed) signal. Must be in the range from 0 (default) through 100 (all wet).
Declaration
public float fWetDryMix
Field Value
Single
|
lPhase
Phase differential between left and right LFOs. Default = Zero.
Declaration
public DXPhase lPhase
Field Value
DXPhase
|
lWaveform
Properties
FXType
Gets the EffectType.
Declaration
public EffectType FXType { get; }
Property Value
EffectType
|