Uses of Class
uk.org.toot.control.LawControl

Packages that use LawControl
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.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.control This package provides a core Composite pattern model for controls and indicators such as potentiometers and switches, and their compositions. 
uk.org.toot.swingui.controlui   
 

Uses of LawControl in uk.org.toot.audio.delay
 

Subclasses of LawControl in uk.org.toot.audio.delay
static class AbstractDelayControls.MixControl
           
 

Uses of LawControl in uk.org.toot.audio.dynamics
 

Subclasses of LawControl in uk.org.toot.audio.dynamics
 class CrossoverControl
           
static class DynamicsControls.GainReductionIndicator
           
 

Uses of LawControl in uk.org.toot.audio.fader
 

Subclasses of LawControl in uk.org.toot.audio.fader
 class FaderControl
          A FaderControl extends LawControl and differs from FloatControl in that it is concerned with the unity gain point.
 

Uses of LawControl in uk.org.toot.audio.meter
 

Subclasses of LawControl in uk.org.toot.audio.meter
static class MeterControls.MeterIndicator
          A MeterIndicator is the primary meter 'movement', the main reason for these controls.
 

Uses of LawControl in uk.org.toot.audio.mixer
 

Subclasses of LawControl in uk.org.toot.audio.mixer
static class MixControls.BalanceControl
          A BalanceControl implements stereo balance.
static class MixControls.FrontRearControl
          A FrontRearControl.
static class MixControls.GainControl
          A GainControl is a FaderControl which implements GainVariables.
static class MixControls.LCRControl
          An abstract implementation of a Left/Center/Right control such as a pan or balance control.
static class MixControls.PanControl
          A PanControl implements stereo pan.
 

Uses of LawControl in uk.org.toot.control
 

Subclasses of LawControl in uk.org.toot.control
 class FloatControl
          A FloatControl object provides control over a range of floating-point values.
 class IntegerControl
          An IntegerControl is actually a FloatControl which has an int-based API.
 

Uses of LawControl in uk.org.toot.swingui.controlui
 

Constructors in uk.org.toot.swingui.controlui with parameters of type LawControl
ControlKnob(LawControl c)
           
 



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