Show / Hide Table of Contents

Class DXDistortionEffect

DX8 Distortion Effect.

Inheritance
Object
Effect<DXDistortionParameters>
DXDistortionEffect
Inherited Members
Effect<DXDistortionParameters>.Parameters
Effect<DXDistortionParameters>.ApplyOn(Int32, Int32)
Effect<DXDistortionParameters>.Priority
Effect<DXDistortionParameters>.Dispose()
Effect<DXDistortionParameters>.Default()
Effect<DXDistortionParameters>.IsActive
Effect<DXDistortionParameters>.OnPreset()
Effect<DXDistortionParameters>.PropertyChanged
Effect<DXDistortionParameters>.OnPropertyChanged(String)
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

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx