| Constructor BandpassFlat(double lowFreq, double highFreq, int sampleRate,
double q = QFactor.reference, int order = 4, double gain = 0)Combination of a lowpass and a highpass filter.Parameters| double lowFreq | Low frequency (highpass) cutoff knee | | double highFreq | High frequency (lowpass) cutoff knee | | int sampleRate | Sample rate of the system to be EQ'd | | double highFre q | Q-factor of the filter | | int order | Each order increases the slope with 6 dB/octave | | double gain | Filter gain |
|