Uses of Interface
uk.org.toot.audio.server.AudioClient

Packages that use AudioClient
uk.org.toot.audio.mixer This package provides a professional audio mixer which uses plugin effects processors. 
uk.org.toot.audio.server This package provides interfaces AudioClient and AudioServer which define a simple contract which separates the concern of client digital signal processing from its timing and the provision of external i/o. 
 

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

Classes in uk.org.toot.audio.mixer that implement AudioClient
 class 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).
 

Uses of AudioClient in uk.org.toot.audio.server
 

Classes in uk.org.toot.audio.server that implement AudioClient
 class CompoundAudioClient
          A simple-mided AudioClient using the Composite design pattern.
 class NonRealTimeAudioServer
          An AudioServer that decorates any other AudioServer to add a non-real-time capability.
 class SwitchedAudioClient
          An adapter to allow switching of clients.
 

Methods in uk.org.toot.audio.server with parameters of type AudioClient
 void CompoundAudioClient.add(AudioClient client)
           
 void SwitchedAudioClient.installClient(AudioClient m)
           
 void CompoundAudioClient.remove(AudioClient client)
           
 void NonRealTimeAudioServer.setClient(AudioClient client)
           
 void AbstractAudioServerDecorator.setClient(AudioClient client)
           
 void AudioServer.setClient(AudioClient client)
          Sets the single AudioClient.
 



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