Uses of Package
uk.org.toot.control

Packages that use uk.org.toot.control
uk.org.toot.audio.basic.stereoImage This package provides a simple stereo image processing model which was developed for the first tutorial. 
uk.org.toot.audio.core This package provides the core composite model for the Audio problem domain, separating the concerns of processing (AudioProcess) from the control of that processing (AudioControls). 
uk.org.toot.audio.delay This package provides delay processors such as phasers, flangers, chorus, and multi tap delays. 
uk.org.toot.audio.dynamics This package provides dynamics processors such as compressors, limiters, gates and expanders. 
uk.org.toot.audio.eq This package provides EQ processors such as parametric, graphic and cut EQs. 
uk.org.toot.audio.fader This package provides a professional fader in the form of FaderControls and FaderLaw. 
uk.org.toot.audio.meter This package provides a K-System meter. 
uk.org.toot.audio.mixer This package provides a professional audio mixer which uses plugin effects processors. 
uk.org.toot.audio.mixer.automation This package provides static and dynamic automation of MixerControls. 
uk.org.toot.audio.tool   
uk.org.toot.control This package provides a core Composite pattern model for controls and indicators such as potentiometers and switches, and their compositions. 
uk.org.toot.control.automation   
uk.org.toot.swingui.audioui   
uk.org.toot.swingui.audioui.basicui   
uk.org.toot.swingui.audioui.meterui   
uk.org.toot.swingui.audioui.mixerui   
uk.org.toot.swingui.controlui   
uk.org.toot.swingui.controlui.spi   
uk.org.toot.swingui.synthui   
uk.org.toot.synth   
uk.org.toot.synth.channels.example2   
uk.org.toot.synth.channels.example3   
uk.org.toot.synth.modules.amplifier   
uk.org.toot.synth.modules.envelope   
uk.org.toot.synth.modules.filter   
uk.org.toot.synth.modules.oscillator   
uk.org.toot.synth.spi   
uk.org.toot.synth.synths.multi   
uk.org.toot.synth.synths.plucked   
 

Classes in uk.org.toot.control used by uk.org.toot.audio.basic.stereoImage
CompoundControl
          A CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a Control.
Control
          The abstract base class for generic concrete Controls.
 

Classes in uk.org.toot.control used by uk.org.toot.audio.core
BooleanControl
          A BooleanControl enables control of a boolean value.
CompoundControl
          A CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a Control.
CompoundControlChain
          An editable chain of CompoundControls, suitable for use as an audio mixer strip or audio multi-fx unit.
Control
          The abstract base class for generic concrete Controls.
 

Classes in uk.org.toot.control used by uk.org.toot.audio.delay
CompoundControl
          A CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a Control.
Control
          The abstract base class for generic concrete Controls.
EnumControl
          A EnumControl provides control over a set of discrete possible values, each represented by an object.
FloatControl
          A FloatControl object provides control over a range of floating-point values.
LawControl
          A LawControl enables control of a float value using the specified control law.
 

Classes in uk.org.toot.control used by uk.org.toot.audio.dynamics
CompoundControl
          A CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a Control.
Control
          The abstract base class for generic concrete Controls.
FloatControl
          A FloatControl object provides control over a range of floating-point values.
LawControl
          A LawControl enables control of a float value using the specified control law.
 

Classes in uk.org.toot.control used by uk.org.toot.audio.eq
CompoundControl
          A CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a Control.
Control
          The abstract base class for generic concrete Controls.
EnumControl
          A EnumControl provides control over a set of discrete possible values, each represented by an object.
 

Classes in uk.org.toot.control used by uk.org.toot.audio.fader
Control
          The abstract base class for generic concrete Controls.
ControlLaw
          A 'control law' with bidirectional user/control value scaling.
LawControl
          A LawControl enables control of a float value using the specified control law.
 

Classes in uk.org.toot.control used by uk.org.toot.audio.meter
BooleanControl
          A BooleanControl enables control of a boolean value.
CompoundControl
          A CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a Control.
Control
          The abstract base class for generic concrete Controls.
EnumControl
          A EnumControl provides control over a set of discrete possible values, each represented by an object.
FloatControl
          A FloatControl object provides control over a range of floating-point values.
LawControl
          A LawControl enables control of a float value using the specified control law.
 

Classes in uk.org.toot.control used by uk.org.toot.audio.mixer
BooleanControl
          A BooleanControl enables control of a boolean value.
CompoundControl
          A CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a Control.
Control
          The abstract base class for generic concrete Controls.
ControlLaw
          A 'control law' with bidirectional user/control value scaling.
EnumControl
          A EnumControl provides control over a set of discrete possible values, each represented by an object.
FloatControl
          A FloatControl object provides control over a range of floating-point values.
LawControl
          A LawControl enables control of a float value using the specified control law.
 

Classes in uk.org.toot.control used by uk.org.toot.audio.mixer.automation
CompoundControl
          A CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a Control.
Control
          The abstract base class for generic concrete Controls.
 

Classes in uk.org.toot.control used by uk.org.toot.audio.tool
CompoundControl
          A CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a Control.
Control
          The abstract base class for generic concrete Controls.
 

Classes in uk.org.toot.control used by uk.org.toot.control
AbstractLaw
          An abstract control law.
BooleanControl
          A BooleanControl enables control of a boolean value.
CompoundControl
          A CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a Control.
CompoundControlChain.ChainMutation
          A ChainMutation is used to notify relevant observers to modify their structure to match this CompoundControlChain in a thread-safe manner.
CompoundControlPersistence
           
Control
          The abstract base class for generic concrete Controls.
ControlLaw
          A 'control law' with bidirectional user/control value scaling.
ControlSelector
          ControlSelector defines the contract for selecting Controls together with some simple logical unary and binary implementations.
ControlSelector.LogicalBinary
          An abstract logical binary selector which operates with two specified Controls.
FloatControl
          A FloatControl object provides control over a range of floating-point values.
IntegerLaw
          A linear control law.
LawControl
          A LawControl enables control of a float value using the specified control law.
NativeSupport
           
 

Classes in uk.org.toot.control used by uk.org.toot.control.automation
CompoundControl
          A CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a Control.
 

Classes in uk.org.toot.control used by uk.org.toot.swingui.audioui
CompoundControl
          A CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a Control.
Control
          The abstract base class for generic concrete Controls.
ControlSelector
          ControlSelector defines the contract for selecting Controls together with some simple logical unary and binary implementations.
 

Classes in uk.org.toot.control used by uk.org.toot.swingui.audioui.basicui
CompoundControl
          A CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a Control.
ControlSelector
          ControlSelector defines the contract for selecting Controls together with some simple logical unary and binary implementations.
 

Classes in uk.org.toot.control used by uk.org.toot.swingui.audioui.meterui
Control
          The abstract base class for generic concrete Controls.
FloatControl
          A FloatControl object provides control over a range of floating-point values.
 

Classes in uk.org.toot.control used by uk.org.toot.swingui.audioui.mixerui
Control
          The abstract base class for generic concrete Controls.
ControlSelector
          ControlSelector defines the contract for selecting Controls together with some simple logical unary and binary implementations.
 

Classes in uk.org.toot.control used by uk.org.toot.swingui.controlui
BooleanControl
          A BooleanControl enables control of a boolean value.
CompoundControl
          A CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a Control.
Control
          The abstract base class for generic concrete Controls.
ControlSelector
          ControlSelector defines the contract for selecting Controls together with some simple logical unary and binary implementations.
EnumControl
          A EnumControl provides control over a set of discrete possible values, each represented by an object.
FloatControl
          A FloatControl object provides control over a range of floating-point values.
LawControl
          A LawControl enables control of a float value using the specified control law.
 

Classes in uk.org.toot.control used by uk.org.toot.swingui.controlui.spi
CompoundControl
          A CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a Control.
ControlSelector
          ControlSelector defines the contract for selecting Controls together with some simple logical unary and binary implementations.
 

Classes in uk.org.toot.control used by uk.org.toot.swingui.synthui
CompoundControl
          A CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a Control.
 

Classes in uk.org.toot.control used by uk.org.toot.synth
CompoundControl
          A CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a Control.
Control
          The abstract base class for generic concrete Controls.
 

Classes in uk.org.toot.control used by uk.org.toot.synth.channels.example2
CompoundControl
          A CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a Control.
Control
          The abstract base class for generic concrete Controls.
 

Classes in uk.org.toot.control used by uk.org.toot.synth.channels.example3
CompoundControl
          A CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a Control.
Control
          The abstract base class for generic concrete Controls.
 

Classes in uk.org.toot.control used by uk.org.toot.synth.modules.amplifier
CompoundControl
          A CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a Control.
Control
          The abstract base class for generic concrete Controls.
 

Classes in uk.org.toot.control used by uk.org.toot.synth.modules.envelope
CompoundControl
          A CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a Control.
Control
          The abstract base class for generic concrete Controls.
 

Classes in uk.org.toot.control used by uk.org.toot.synth.modules.filter
CompoundControl
          A CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a Control.
Control
          The abstract base class for generic concrete Controls.
 

Classes in uk.org.toot.control used by uk.org.toot.synth.modules.oscillator
CompoundControl
          A CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a Control.
Control
          The abstract base class for generic concrete Controls.
 

Classes in uk.org.toot.control used by uk.org.toot.synth.spi
CompoundControl
          A CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a Control.
 

Classes in uk.org.toot.control used by uk.org.toot.synth.synths.multi
CompoundControl
          A CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a Control.
Control
          The abstract base class for generic concrete Controls.
 

Classes in uk.org.toot.control used by uk.org.toot.synth.synths.plucked
CompoundControl
          A CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a Control.
Control
          The abstract base class for generic concrete Controls.
 



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