Package uk.org.toot.audio.eq

This package provides EQ processors such as parametric, graphic and cut EQs.

See:
          Description

Interface Summary
EQ.Specification Since EQ is a List of Filters, an EQ.Specification is a List of FilterSpecifications.
 

Class Summary
AbstractEQ The abstract class for serial and parallel EQ.
AbstractParallelEQ The abstract class for parallel EQ such as parametrics and graphics.
AbstractSerialEQ The abstract class for serial EQ such as cuts.
ClassicFilterControls ClassicFilterControls are controls for the type, level, frequency and resonance factor of a classic filter section and are used to control all EQ forms.
ClassicFilterControls.TypeControl A TypeControl concretizes EnumControl with filter types.
CutEQ A serial cut-only EQ to provide band-limiting effects.
CutEQ.Controls The controls for a CutEQ.
EQ EQ is the abstract base AudioProcess class for all forms of EQ.
EQ.Controls An abstract base class for the AudioControls for all forms of EQ.
EQServiceProvider The ServiceProvider for Toot EQ.
GraphicEQ An octave graphic EQ.
GraphicEQ.Controls The controls for a GraphicEQ.
ParametricEQ A parametric EQ.
ParametricEQ.Controls The Controls for a 4 band ParametricEQ.
 

Package uk.org.toot.audio.eq Description

This package provides EQ processors such as parametric, graphic and cut EQs.

Package uk.org.toot.audio.eq UML Class Diagram

Note that in common with many audio packages, this package consists mainly of implementations of AudioProcess (coloured red) and extensions of AudioControls (coloured blue except for static inner classes of the concrete AudioProcesses) with the two remaining classes being a ServiceProvider for these classes and a class to define unique module control IDs.



Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.