Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members   Examples  

JezabelWidget Class Reference

#include <jezabelwidget.h>

Inheritance diagram for JezabelWidget::

JezabelCurve JezabelFilter JezabelGraphicFilter JezabelLADSPA JezabelMeter JezabelIIR2Filter JezabelVariableShelfEQ JezabelHighPassFilter JezabelHighShelfFilter JezabelLowPassFilter JezabelParametricFilter JezabelFixedShelfEQ List of all members.

Detailed Description

A Jezabel widget is a graphical widget with an associated signal proccessing function. Typically, the widget contains controls that affect the signal processing function in real time.

A JezabelWidget differs from an ordinary Qt widget in that it provides a method getTool() that produces a JezabelTool. This object in turn implements some audio processing function. The JezableTool is linked to the JezabelWidget that created it, so that changes to controls in the JezabelWidget affect the parameters of the JezabelTool in real time.

You can call getTool() more than once to produce several JezabelTool instances, all controlled by the same widget. This is useful, for example, if you want to process several audio channels in the same way.

A typical application will create several JezabelWidgets, call getTool() to produces corresponding JezabelTools, and then use a JezabelPatchTool object to connect the JezabelTools in order to perform some audio processing function.

See also:
JezabelTool , JezabelPatchTool
Examples:

test_ladspa.cpp.


The documentation for this class was generated from the following file:
Generated at Sun Jan 18 20:51:23 2004 for Jezabel by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001