Show / Hide Table of Contents

Class BQFParameters

Parameters for BQF Effect.

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

Fields

fBandwidth

Bandwidth in octaves (0.1...4...n), Q is not in use (fBandwidth has priority over fQ). Default = 1 (0=not in use). The bandwidth in octaves (between -3 dB frequencies for BandPass and Notch or between midpoint (dBgain/2) gain frequencies for PEAKINGEQ).

Declaration
public float fBandwidth
Field Value
Single

fCenter

Cut-off frequency (Center in PEAKINGEQ and Shelving filters) in Hz (1...info.freq/2). Default = 200Hz.

Declaration
public float fCenter
Field Value
Single

fGain

Gain in dB (-15...0...+15). Default 0dB (used only for PEAKINGEQ and Shelving filters).

Declaration
public float fGain
Field Value
Single

fQ

EE kinda definition of Q (0.1...1...n), if fBandwidth is not in use. Default = 0.0 (0=not in use).

Declaration
public float fQ
Field Value
Single

fS

A shelf slope parameter (linear, used only with Shelving filters) (0...1...n). Default = 0.0. When 1, the shelf slope is as steep as you can get it and remain monotonically increasing or decreasing gain with frequency.

Declaration
public float fS
Field Value
Single

lChannel

A FXChannelFlags flag to define on which channels to apply the effect. Default: All

Declaration
public FXChannelFlags lChannel
Field Value
FXChannelFlags

lFilter

BQF Filter Type.

Declaration
public BQFType lFilter
Field Value
BQFType

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