Class AutoWahParameters
Parameters for AutoWah Effect.
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Fx.dll
Syntax
public class AutoWahParameters : object, IEffectParameter
Fields
fDryMix
Dry (unaffected) signal mix (-2...+2). Default = 0.5.
Declaration
public float fDryMix
Field Value
Single
|
fFeedback
fFreq
Base frequency of sweep range (0<...1000). Default = 50.
Declaration
public float fFreq
Field Value
Single
|
fRange
Sweep range in octaves (0<...<10). Default = 4.3.
Declaration
public float fRange
Field Value
Single
|
fRate
Rate of sweep in cycles per second (0<...<10). Default = 2.
Declaration
public float fRate
Field Value
Single
|
fWetMix
Wet (affected) signal mix (-2...+2). Default = 1.5.
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
|