Uses of Package
uk.org.toot.audio.mixer

Packages that use uk.org.toot.audio.mixer
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.system   
uk.org.toot.swingui.audioui.mixerui   
 

Classes in uk.org.toot.audio.mixer used by uk.org.toot.audio.mixer
AudioMixer
          AudioMixer provides a 'crossbar' of AudioMixerStrips and AudioMixerBusses, at each strip/bus intesection a MixProcess is used to potentially mix a portion of the audio signal from the strip to the bus (or to a strip if routed).
AudioMixerBus
          An AudioMixerBus synchronously mixes various signals and then writes its buffer to an AudioProcess specified with setOutputProcess().
AudioMixerStrip
          An AudioMixerStrip is an AudioProcessChain which can be connected to by means of setInputProcess() and setDirectOutputProcess() and allows arbitrary insertion and ordering of plugin modules.
BusControls
          BusControls are the composite Controls for a bus.
BusControls.SoloIndicator
           
MainMixControls
          MainMixControls add a route control to MixControls.
MainMixVariables
          Specialises MixVariables for the main bus which has routing.
MixControls
          MixControls are the composite Controls for a MixProcess.
MixControls.GainControl
          A GainControl is a FaderControl which implements GainVariables.
MixControls.LCRControl
          An abstract implementation of a Left/Center/Right control such as a pan or balance control.
MixerControls
          MixerControls defines the various types of strip that available and represents mixer controls as a two-dimensional 'crossbar' of strips and busses.
MixProcess
          A MixProcess mixes a portion of the audio signal that it processes to a particular named bus.
MixVariables
          MixVariables defines a contract required for mixing to a Mixable.
 

Classes in uk.org.toot.audio.mixer used by uk.org.toot.audio.mixer.automation
MixerControls
          MixerControls defines the various types of strip that available and represents mixer controls as a two-dimensional 'crossbar' of strips and busses.
 

Classes in uk.org.toot.audio.mixer used by uk.org.toot.audio.system
AudioMixer
          AudioMixer provides a 'crossbar' of AudioMixerStrips and AudioMixerBusses, at each strip/bus intesection a MixProcess is used to potentially mix a portion of the audio signal from the strip to the bus (or to a strip if routed).
 

Classes in uk.org.toot.audio.mixer used by uk.org.toot.swingui.audioui.mixerui
MixerControls
          MixerControls defines the various types of strip that available and represents mixer controls as a two-dimensional 'crossbar' of strips and busses.
 



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