Class DXEchoParameters
Parameters for DX8 Echo Effect.
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public class DXEchoParameters : object, IEffectParameter
Fields
fFeedback
Percentage of output fed back into input, in the range from 0 through 100. The default value is 0.
Declaration
public float fFeedback
Field Value
Single
|
fLeftDelay
Delay for left channel, in milliseconds, in the range from 1 through 2000. The default value is 333 ms.
Declaration
public float fLeftDelay
Field Value
Single
|
fRightDelay
Delay for right channel, in milliseconds, in the range from 1 through 2000. The default value is 333 ms.
Declaration
public float fRightDelay
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
|
lPanDelay
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 lPanDelay
Field Value
Boolean
|
Properties
FXType
Gets the EffectType.
Declaration
public EffectType FXType { get; }
Property Value
EffectType
|