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

Packages that use CompoundControl
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.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.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   
 

Uses of CompoundControl in uk.org.toot.audio.basic.stereoImage
 

Subclasses of CompoundControl in uk.org.toot.audio.basic.stereoImage
 class StereoImageControls
          Implements stereo image controls and obeys the process variables contract
 

Uses of CompoundControl in uk.org.toot.audio.core
 

Subclasses of CompoundControl in uk.org.toot.audio.core
 class AudioControls
          AudioControls are composite Controls which control an AudioProcess, defined in 'user' terms.
 class AudioControlsChain
          AudioControlsChain extends CompoundControlChain to provide information regarding audio control services which may be plugged in.
 

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

Subclasses of CompoundControl in uk.org.toot.audio.delay
 class AbstractDelayControls
           
 class DelayTapControls
           
 class ModulatedDelayControls
           
 class MultiTapDelayControls
           
 class MultiTapDelayStereoControls
          Provides tap list per channel.
 class RoomSimulatorControls
           
 class StereoModulatedDelayControls
           
 class TempoDelayControls
           
 

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

Subclasses of CompoundControl in uk.org.toot.audio.dynamics
static class Compressor.Controls
           
 class DynamicsControls
           
static class Expander.Controls
           
static class Gate.Controls
           
static class Limiter.Controls
           
static class MultiBandCompressor.DualBandControls
           
static class MultiBandCompressor.MultiBandControls
           
static class MultiBandCompressor.QuadBandControls
           
 

Uses of CompoundControl in uk.org.toot.audio.eq
 

Subclasses of CompoundControl in uk.org.toot.audio.eq
 class 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.
static class CutEQ.Controls
          The controls for a CutEQ.
static class EQ.Controls
          An abstract base class for the AudioControls for all forms of EQ.
static class GraphicEQ.Controls
          The controls for a GraphicEQ.
static class ParametricEQ.Controls
          The Controls for a 4 band ParametricEQ.
 

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

Subclasses of CompoundControl in uk.org.toot.audio.meter
 class MeterControls
          MeterControls provides composite controls for MeterProcess.
 

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

Subclasses of CompoundControl in uk.org.toot.audio.mixer
 class BusControls
          BusControls are the composite Controls for a bus.
 class MainMixControls
          MainMixControls add a route control to MixControls.
 class MixControls
          MixControls are the composite Controls for a MixProcess.
 class MixerControls
          MixerControls defines the various types of strip that available and represents mixer controls as a two-dimensional 'crossbar' of strips and busses.
 class PostFadeMixControls
          Specialises MixControls for post-fade (effects send) use.
 

Methods in uk.org.toot.audio.mixer that return CompoundControl
 CompoundControl MixerControls.Mutation.getControl()
           
 

Methods in uk.org.toot.audio.mixer with parameters of type CompoundControl
 void MixerControls.addStripControls(CompoundControl cc)
           
 void MixerControls.removeStripControls(CompoundControl cc)
           
 

Constructors in uk.org.toot.audio.mixer with parameters of type CompoundControl
MixerControls.Mutation(int operation, CompoundControl control)
           
 

Uses of CompoundControl in uk.org.toot.audio.mixer.automation
 

Subclasses of CompoundControl in uk.org.toot.audio.mixer.automation
 class AutomationControls
          The relevant controls for snapshot and dynamic automation.
 class GlobalDynamicAutomationControls
          Currently unused.
 

Constructors in uk.org.toot.audio.mixer.automation with parameters of type CompoundControl
MixerControlsMidiSequenceSnapshotAutomation.AutomationIndices(CompoundControl cc)
           
 

Uses of CompoundControl in uk.org.toot.audio.tool
 

Subclasses of CompoundControl in uk.org.toot.audio.tool
 class DenormalControls
           
 

Uses of CompoundControl in uk.org.toot.control
 

Subclasses of CompoundControl in uk.org.toot.control
 class CompoundControlChain
          An editable chain of CompoundControls, suitable for use as an audio mixer strip or audio multi-fx unit.
 

Methods in uk.org.toot.control that return CompoundControl
 CompoundControl CompoundControl.find(int providerId, int moduleId, int instanceIndex)
           
 CompoundControl Control.getParent()
          Obtains the control's parent control.
 

Methods in uk.org.toot.control with parameters of type CompoundControl
 void CompoundControlChain.add(CompoundControl control)
           
 void CompoundControlChain.add(int index, CompoundControl control)
           
 java.util.List<java.lang.String> CompoundControlMidiPersistence.getPresets(CompoundControl c)
           
 java.util.List<java.lang.String> CompoundControlPersistence.getPresets(CompoundControl c)
           
 void CompoundControlMidiPersistence.loadPreset(CompoundControl c, java.lang.String name)
           
 void CompoundControlPersistence.loadPreset(CompoundControl c, java.lang.String name)
           
 void CompoundControlMidiPersistence.savePreset(CompoundControl c, java.lang.String name)
           
 void CompoundControlPersistence.savePreset(CompoundControl c, java.lang.String name)
           
 

Uses of CompoundControl in uk.org.toot.control.automation
 

Methods in uk.org.toot.control.automation with parameters of type CompoundControl
static void MidiPersistence.store(int providerId, int moduleId, int instanceIndex, CompoundControl parent, javax.sound.midi.Track t)
           
 

Uses of CompoundControl in uk.org.toot.swingui.audioui
 

Constructors in uk.org.toot.swingui.audioui with parameters of type CompoundControl
AudioCompoundControlPanel(CompoundControl control, int axis, ControlSelector controlSelector, PanelFactory panelFactory, boolean hasBorder, boolean hasHeader)
           
AudioCompoundStripPanel(CompoundControl controls, PanelFactory panelFactory)
           
 

Uses of CompoundControl in uk.org.toot.swingui.audioui.basicui
 

Methods in uk.org.toot.swingui.audioui.basicui with parameters of type CompoundControl
 javax.swing.JComponent BasicUIServiceProvider.createControlPanel(CompoundControl c, int axis, ControlSelector s, PanelFactory f, boolean hasBorder, boolean hasHeader)
           
 

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

Methods in uk.org.toot.swingui.controlui that return CompoundControl
 CompoundControl CompoundControlPanel.getControl()
           
 

Methods in uk.org.toot.swingui.controlui with parameters of type CompoundControl
static javax.swing.JComponent ControlPanelServices.createControlPanel(CompoundControl controls, int axis, ControlSelector s, PanelFactory f, boolean hasBorder, boolean hasHeader)
           
 javax.swing.JComponent PanelFactory.layout(CompoundControl control, int axis, boolean hasBorder, javax.swing.JComponent parent, boolean hasHeader)
           
 javax.swing.JComponent ControlPanelFactory.layout(CompoundControl control, int axis, boolean hasBorder, javax.swing.JComponent parent, boolean hasHeader)
           
 

Constructors in uk.org.toot.swingui.controlui with parameters of type CompoundControl
CompoundControlPanel(CompoundControl control, int axis, ControlSelector controlSelector, PanelFactory panelFactory, boolean hasBorder, boolean hasHeader)
           
 

Uses of CompoundControl in uk.org.toot.swingui.controlui.spi
 

Methods in uk.org.toot.swingui.controlui.spi with parameters of type CompoundControl
abstract  javax.swing.JComponent ControlPanelServiceProvider.createControlPanel(CompoundControl c, int axis, ControlSelector s, PanelFactory f, boolean hasBorder, boolean hasHeader)
           
 

Uses of CompoundControl in uk.org.toot.swingui.synthui
 

Methods in uk.org.toot.swingui.synthui with parameters of type CompoundControl
 void MultiControlPanel.Selector.viewControls(CompoundControl controls)
           
 

Constructors in uk.org.toot.swingui.synthui with parameters of type CompoundControl
MultiControlPanel(CompoundControl controls, int max, java.lang.String title)
           
 

Uses of CompoundControl in uk.org.toot.synth
 

Subclasses of CompoundControl in uk.org.toot.synth
 class ChannelledSynthControls
           
 class SynthControls
           
 class SynthRackControls
          A List of SynthControls
 

Methods in uk.org.toot.synth that return CompoundControl
static CompoundControl SynthChannelServices.createControls(java.lang.String name)
           
 CompoundControl ChannelledSynthControls.getChannelControls(int chan)
           
 CompoundControl ChannelledSynthControls.getGlobalControls()
           
 

Methods in uk.org.toot.synth with parameters of type CompoundControl
static MidiSynth SynthServices.createSynth(CompoundControl controls)
           
static PolyphonicSynthChannel SynthChannelServices.createSynthChannel(CompoundControl controls)
           
 

Uses of CompoundControl in uk.org.toot.synth.channels.example2
 

Subclasses of CompoundControl in uk.org.toot.synth.channels.example2
 class Example2SynthControls
           
 

Methods in uk.org.toot.synth.channels.example2 with parameters of type CompoundControl
 PolyphonicSynthChannel Example2SynthServiceProvider.createSynthChannel(CompoundControl c)
           
 

Uses of CompoundControl in uk.org.toot.synth.channels.example3
 

Subclasses of CompoundControl in uk.org.toot.synth.channels.example3
 class Example3SynthControls
           
 

Methods in uk.org.toot.synth.channels.example3 with parameters of type CompoundControl
 PolyphonicSynthChannel Example3SynthServiceProvider.createSynthChannel(CompoundControl c)
           
 

Uses of CompoundControl in uk.org.toot.synth.modules.amplifier
 

Subclasses of CompoundControl in uk.org.toot.synth.modules.amplifier
 class AmplifierControls
           
 

Uses of CompoundControl in uk.org.toot.synth.modules.envelope
 

Subclasses of CompoundControl in uk.org.toot.synth.modules.envelope
 class EnvelopeControls
           
 

Uses of CompoundControl in uk.org.toot.synth.modules.filter
 

Subclasses of CompoundControl in uk.org.toot.synth.modules.filter
 class FilterControls
           
 class MoogFilterControls
           
 class StateVariableFilterControls
           
 

Uses of CompoundControl in uk.org.toot.synth.modules.oscillator
 

Subclasses of CompoundControl in uk.org.toot.synth.modules.oscillator
 class DelayedLFOControls
           
 class LFOControls
           
 class MultiWaveOscillatorControls
           
 

Uses of CompoundControl in uk.org.toot.synth.spi
 

Methods in uk.org.toot.synth.spi that return CompoundControl
 CompoundControl SynthChannelServiceProvider.createControls(int moduleId)
           
 CompoundControl SynthChannelServiceProvider.createControls(java.lang.String name)
           
 

Methods in uk.org.toot.synth.spi with parameters of type CompoundControl
abstract  MidiSynth SynthServiceProvider.createSynth(CompoundControl controls)
           
abstract  PolyphonicSynthChannel SynthChannelServiceProvider.createSynthChannel(CompoundControl controls2)
           
 

Uses of CompoundControl in uk.org.toot.synth.synths.multi
 

Subclasses of CompoundControl in uk.org.toot.synth.synths.multi
 class MultiSynthControls
           
 

Methods in uk.org.toot.synth.synths.multi with parameters of type CompoundControl
 MidiSynth MultiSynthServiceProvider.createSynth(CompoundControl c)
           
 void MultiSynthControls.setChannelControls(int chan, CompoundControl c)
           
 

Uses of CompoundControl in uk.org.toot.synth.synths.plucked
 

Subclasses of CompoundControl in uk.org.toot.synth.synths.plucked
 class FourStringBassGuitarControls
           
 class PluckedSynthControls
           
 class SixStringGuitarControls
           
 

Methods in uk.org.toot.synth.synths.plucked with parameters of type CompoundControl
 MidiSynth PluckedSynthServiceProvider.createSynth(CompoundControl c)
           
 



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