Class DistortionEffect
BassFx Distortion Effect.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Fx.dll
Syntax
public sealed class DistortionEffect : Effect<DistortionParameters>, IDisposable
Properties
Channels
A FXChannelFlags flag to define on which channels to apply the effect. Default: All
Declaration
public FXChannelFlags Channels { get; set; }
Property Value
FXChannelFlags
|
Drive
DryMix
Dry (unaffected) signal mix (-5...+5).
Declaration
public double DryMix { get; set; }
Property Value
Double
|
Feedback
Volume
WetMix
Wet (affected) signal mix (-5...+5).
Declaration
public double WetMix { get; set; }
Property Value
Double
|
Methods
Hard()
Set up a Preset.
Declaration
public void Hard()
Medium()
Set up a Preset.
Declaration
public void Medium()
Soft()
Set up a Preset.
Declaration
public void Soft()
VeryHard()
Set up a Preset.
Declaration
public void VeryHard()