Class DXDistortionParameters
Parameters for DX8 Distortion Effect.
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public class DXDistortionParameters : object, IEffectParameter
Fields
fEdge
Percentage of distortion intensity, in the range in the range from 0 through 100. The default value is 50 percent.
Declaration
public float fEdge
Field Value
Single
|
fGain
Amount of signal change after distortion, in the range from -60 through 0. The default value is 0 dB.
Declaration
public float fGain
Field Value
Single
|
fPostEQBandwidth
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 float fPostEQBandwidth
Field Value
Single
|
fPostEQCenterFrequency
Center frequency of harmonic content addition, in the range from 100 through 8000. The default value is 4000 Hz.
Declaration
public float fPostEQCenterFrequency
Field Value
Single
|
fPreLowpassCutoff
Filter cutoff for high-frequency harmonics attenuation, in the range from 100 through 8000. The default value is 4000 Hz.
Declaration
public float fPreLowpassCutoff
Field Value
Single
|
Properties
FXType
Gets the EffectType.
Declaration
public EffectType FXType { get; }
Property Value
EffectType
|