BASS.NET API for the Un4seen BASS Audio Library

BASS_BFX_BQF Constructor (BASSBFXBQF, Single, Single, Single, Single, Single, BASSFXChan)

BASS.NET API for the Un4seen BASS Audio Library
Constructor already setting the members.

Namespace:  Un4seen.Bass.AddOn.Fx
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public BASS_BFX_BQF(
	BASSBFXBQF filter,
	float center,
	float gain,
	float bandwidth,
	float q,
	float s,
	BASSFXChan chans
)

Parameters

filter
Type: Un4seen.Bass.AddOn.FxBASSBFXBQF
The filter to use (one of BASSBFXBQF).
center
Type: SystemSingle
Cut-off frequency (Center in PEAKINGEQ and Shelving filters) in Hz (1...info.freq/2).
gain
Type: SystemSingle
Gain in dB (-15...0...+15). Default 0dB (used only for PEAKINGEQ and Shelving filters).
bandwidth
Type: SystemSingle
Bandwidth in octaves (0.1...4...n), Q is not in use (fBandwidth has priority over fQ) (0=not in use).
q
Type: SystemSingle
EE kinda definition of Q (0.1...1...n), if bandwidth is not in use (0=not in use).
s
Type: SystemSingle
A shelf slope parameter (linear, used only with Shelving filters) (0...1...n).
chans
Type: Un4seen.Bass.AddOn.FxBASSFXChan
The channel control flag defining on which channels the effect should be applied to (a combinbation of BASSFXChan).
See Also

Reference