Class DXDistortionEffect
DX8 Distortion Effect.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public sealed class DXDistortionEffect : Effect<DXDistortionParameters>, IDisposable
Properties
Edge
Percentage of distortion intensity, in the range in the range from 0 through 100. The default value is 50 percent.
Declaration
public double Edge { get; set; }
Property Value
Double
|
Gain
Amount of signal change after distortion, in the range from -60 through 0. The default value is 0 dB.
Declaration
public double Gain { get; set; }
Property Value
Double
|
PostEQBandwidth
Width of frequency band that determines range of harmonic content addition, in the range from 100 through 8000. The default value is 4000 Hz.
Declaration
public double PostEQBandwidth { get; set; }
Property Value
Double
|
PostEQCenterFrequency
Center frequency of harmonic content addition, in the range from 100 through 8000. The default value is 4000 Hz.
Declaration
public double PostEQCenterFrequency { get; set; }
Property Value
Double
|
PreLowpassCutoff
Filter cutoff for high-frequency harmonics attenuation, in the range from 100 through 8000. The default value is 4000 Hz.
Declaration
public double PreLowpassCutoff { get; set; }
Property Value
Double
|