Show / Hide Table of Contents

Class DXParamEQParameters

Parameters for DX8 ParamEQ Effect.

Inheritance
Object
DXParamEQParameters
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public class DXParamEQParameters : object, IEffectParameter

Fields

fBandwidth

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

Declaration
public float fBandwidth
Field Value
Single

fCenter

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 float fCenter
Field Value
Single

fGain

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

Declaration
public float fGain
Field Value
Single

Properties

FXType

Gets the EffectType.

Declaration
public EffectType FXType { get; }
Property Value
EffectType

Implements
IEffectParameter.FXType
Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx