Uses of Interface
uk.org.toot.misc.IObservable

Packages that use IObservable
uk.org.toot.audio.dynamics This package provides dynamics processors such as compressors, limiters, gates and expanders. 
uk.org.toot.audio.system   
uk.org.toot.midi.core   
uk.org.toot.synth   
uk.org.toot.synth.synths.multi   
uk.org.toot.synth.synths.plucked   
 

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

Subinterfaces of IObservable in uk.org.toot.audio.dynamics
static interface DynamicsDesign.DesignVariables
           
 

Classes in uk.org.toot.audio.dynamics that implement IObservable
static class Compressor.Controls
           
 class DynamicsControls
           
static class Expander.Controls
           
static class Gate.Controls
           
static class Limiter.Controls
           
 

Uses of IObservable in uk.org.toot.audio.system
 

Subinterfaces of IObservable in uk.org.toot.audio.system
 interface AudioDevice
          An arbitrary composition of AudioInput and AudioOutput instances.
 interface AudioSystem
          A composition of AudioDevices
 interface ConnectedAudioSystem
           
 

Classes in uk.org.toot.audio.system that implement IObservable
 class AbstractAudioDevice
           
 class DefaultAudioSystem
           
 class MixerConnectedAudioSystem
          This class adds a composition of AudioConnections to the composition of AudioDevices.
 

Uses of IObservable in uk.org.toot.midi.core
 

Subinterfaces of IObservable in uk.org.toot.midi.core
 interface ConnectedMidiSystem
           
 interface MidiDevice
          An arbitrary composition of MidiInput and MidiOutput instances.
 interface MidiSystem
          A composition of MidiDevices
 

Classes in uk.org.toot.midi.core that implement IObservable
 class AbstractMidiDevice
           
 class DefaultConnectedMidiSystem
          This class adds a composition of MidiConnections to the composition of MidiDevices.
 class DefaultMidiSystem
           
static class LegacyDevices.DeviceAdaptor
           
 

Uses of IObservable in uk.org.toot.synth
 

Subinterfaces of IObservable in uk.org.toot.synth
 interface MidiSynth
          A MidiSynth is a MidiDevice which is a MidiInput.
 

Classes in uk.org.toot.synth that implement IObservable
 class BasicMidiSynth
          A BasicMidiSynth is a MidiSynth with 16 SynthChannels which may be set by the user.
 

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

Classes in uk.org.toot.synth.synths.multi that implement IObservable
 class MultiMidiSynth
          This class allows each SynthChannel to be externally set.
 

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

Classes in uk.org.toot.synth.synths.plucked that implement IObservable
 class PluckedSynth
           
 



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