#include <jezabelfixedshelfeq.h>
Inheritance diagram for JezabelFixedShelfEQ::
Public Methods | |
JezabelFixedShelfEQ (int N, char *name, QWidget *parent=0) |
This is a JezabelFilter that implements an N-band shelving equalizer with fixed crossover frequencies. Sliders control the gain in each band.
Usage example:
JezabelGraphicFilter *graphic = new JezabelGraphicFilter(parent); graphic->addFilter(new JezabelFixedShelfEQ(3,"filt1",0,parent));
The result looks something like this:
|
Constructor. N is the number of bands. |