Show / Hide Table of Contents

Class DXParamEQEffect

DX8 ParamEQ Effect.

Inheritance
Object
Effect<DXParamEQParameters>
DXParamEQEffect
Inherited Members
Effect<DXParamEQParameters>.Parameters
Effect<DXParamEQParameters>.ApplyOn(Int32, Int32)
Effect<DXParamEQParameters>.Priority
Effect<DXParamEQParameters>.Dispose()
Effect<DXParamEQParameters>.Default()
Effect<DXParamEQParameters>.IsActive
Effect<DXParamEQParameters>.OnPreset()
Effect<DXParamEQParameters>.PropertyChanged
Effect<DXParamEQParameters>.OnPropertyChanged(String)
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public sealed class DXParamEQEffect : Effect<DXParamEQParameters>, IDisposable

Properties

Bandwidth

Bandwidth, in semitones, in the range from 1 to 36. Default 18 semitones.

Declaration
public double Bandwidth { get; set; }
Property Value
Double

Center

Center frequency, in hertz, in the range from 80 to 16000. This value cannot exceed one-third of the frequency of the channel. Default 100 Hz.

Declaration
public double Center { get; set; }
Property Value
Double

Gain

Gain, in the range from -15 to 15. Default 0 dB.

Declaration
public double Gain { get; set; }
Property Value
Double

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx