Generic biquad filter.
See biquad-calculator-v2 for coefficients calculation.
Bypasses the module.
Audio input flow(s).
Audio output flow(s).
Output gain of the filter.
On this module, the gain isn't smoothed so quick variations can produce audio glitches. To modify the gain in real time, use a audio-mix-volume module.
Biquad coefficients.
Biquad coefficients,assuming B0=1.
the generic formula for the biquad filter is:
Out(n) = A0*in(n)+A1*in(n-1)+A2*in(n-2)+B1*out(n-1)+B2*out(n-2)
Displayed caption of the object. Click to enter a new name.
Array which contains the values of the plotted points.
Number of points used to draw the equalization curve.
Increase size for a smoother curve.
If enabled, the module calculates the filter plot bin's even if it's invisible.
Can be used to chain bitmap layers and hide the original source.
version 4.1.201021 GWPD birthday
Edit All Pages