#include <jezabelvariableshelfeq.h>
Inheritance diagram for JezabelVariableShelfEQ::
Public Methods | |
JezabelVariableShelfEQ (int N, char *name, QWidget *parent=0, bool noControls=false) | |
complex<float> | response (complex< float >) |
This is a JezabelFilter that implements an N-band shelving equalizer with variable crossover frequencies. Sliders control the gain in each band and the crossover frequency between adjacent bands.
Usage example:
JezabelGraphicFilter *graphic = new JezabelGraphicFilter(parent); graphic->addFilter(new JezabelVariableShelfEQ(3,"filt1",0,parent));
The result looks something like this:
|
Constructor. N is the number of bands. |
|
Compute the z-domain response at a given frequency Reimplemented from JezabelFilter. |