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_PEAKEQ( int Band, float Bandwidth, float Q, float Center, float Gain, BASSFXChan chans )
Parameters
- Band
- Type: SystemInt32
Number of bands (0...n), more bands means more memory and cpu usage. - Bandwidth
- Type: SystemSingle
Bandwidth in octaves (0.1...4), Q is not in use. - Q
- Type: SystemSingle
EE kinda definition of Q )0...1...n), bandwidth is not in use. - Center
- Type: SystemSingle
Center frequency in Hz (1...n). - Gain
- Type: SystemSingle
Gain in dB (-15...0...+15). - 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