Class ChorusParameters
Parameters for Chorus Effect.
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Fx.dll
Syntax
public class ChorusParameters : object, IEffectParameter
Fields
fDryMix
Dry (unaffected) signal mix (-2...+2). Default = 0.9
Declaration
public float fDryMix
Field Value
Single
|
fFeedback
fMaxSweep
Maximum delay in ms (0<...6000). Default = 400.
Declaration
public float fMaxSweep
Field Value
Single
|
fMinSweep
fRate
fWetMix
Wet (affected) signal mix (-2...+2). Default = 0.35.
Declaration
public float fWetMix
Field Value
Single
|
lChannel
A FXChannelFlags flag to define on which channels to apply the effect. Default: All
Declaration
public FXChannelFlags lChannel
Field Value
FXChannelFlags
|
Properties
FXType
Gets the EffectType.
Declaration
public EffectType FXType { get; }
Property Value
EffectType
|