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

Packages that use uk.org.toot.audio.core
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.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. 
uk.org.toot.audio.spi This package provides an abstract specialisation of a ServiceProvider, AudioServiceProvider, and an abstract class TootAudioServiceProvider which is an example of how to implement an AudioServiceProvider for a specific provider. 
uk.org.toot.audio.system   
uk.org.toot.audio.tool   
uk.org.toot.synth   
uk.org.toot.synth.channels.example2   
uk.org.toot.synth.channels.example3   
uk.org.toot.synth.synths.plucked   
 

Classes in uk.org.toot.audio.core used by uk.org.toot.audio.basic.stereoImage
AudioBuffer
          Encapsulates buffered multi-channel sampled audio.
AudioControls
          AudioControls are composite Controls which control an AudioProcess, defined in 'user' terms.
AudioProcess
          The simple contract for an AudioProcess, the fundamental unit of digital signal processing, separate from the concern of control.
SimpleAudioProcess
          A simple AudioProcess with empty open and close implementations.
 

Classes in uk.org.toot.audio.core used by uk.org.toot.audio.core
AudioBuffer
          Encapsulates buffered multi-channel sampled audio.
AudioBuffer.MetaInfo
          MetaInfo holds meta information for an AudioBuffer.
AudioControls
          AudioControls are composite Controls which control an AudioProcess, defined in 'user' terms.
AudioControlsChain
          AudioControlsChain extends CompoundControlChain to provide information regarding audio control services which may be plugged in.
AudioProcess
          The simple contract for an AudioProcess, the fundamental unit of digital signal processing, separate from the concern of control.
ChannelFormat
          ChannelFormat provides information about AudioBuffer channels.
SimpleAudioProcess
          A simple AudioProcess with empty open and close implementations.
 

Classes in uk.org.toot.audio.core used by uk.org.toot.audio.delay
AudioBuffer
          Encapsulates buffered multi-channel sampled audio.
AudioControls
          AudioControls are composite Controls which control an AudioProcess, defined in 'user' terms.
AudioProcess
          The simple contract for an AudioProcess, the fundamental unit of digital signal processing, separate from the concern of control.
 

Classes in uk.org.toot.audio.core used by uk.org.toot.audio.dynamics
AudioBuffer
          Encapsulates buffered multi-channel sampled audio.
AudioControls
          AudioControls are composite Controls which control an AudioProcess, defined in 'user' terms.
AudioProcess
          The simple contract for an AudioProcess, the fundamental unit of digital signal processing, separate from the concern of control.
SimpleAudioProcess
          A simple AudioProcess with empty open and close implementations.
 

Classes in uk.org.toot.audio.core used by uk.org.toot.audio.eq
AudioBuffer
          Encapsulates buffered multi-channel sampled audio.
AudioControls
          AudioControls are composite Controls which control an AudioProcess, defined in 'user' terms.
AudioProcess
          The simple contract for an AudioProcess, the fundamental unit of digital signal processing, separate from the concern of control.
 

Classes in uk.org.toot.audio.core used by uk.org.toot.audio.meter
AudioBuffer
          Encapsulates buffered multi-channel sampled audio.
AudioControls
          AudioControls are composite Controls which control an AudioProcess, defined in 'user' terms.
AudioProcess
          The simple contract for an AudioProcess, the fundamental unit of digital signal processing, separate from the concern of control.
ChannelFormat
          ChannelFormat provides information about AudioBuffer channels.
SimpleAudioProcess
          A simple AudioProcess with empty open and close implementations.
 

Classes in uk.org.toot.audio.core used by uk.org.toot.audio.mixer
AudioBuffer
          Encapsulates buffered multi-channel sampled audio.
AudioControls
          AudioControls are composite Controls which control an AudioProcess, defined in 'user' terms.
AudioControlsChain
          AudioControlsChain extends CompoundControlChain to provide information regarding audio control services which may be plugged in.
AudioProcess
          The simple contract for an AudioProcess, the fundamental unit of digital signal processing, separate from the concern of control.
AudioProcessChain
          A composite AudioProcess that processes its child processes sequentially and modifies its structure to track its associated AudioControlsChain in a thread-safe manner.
ChannelFormat
          ChannelFormat provides information about AudioBuffer channels.
SimpleAudioProcess
          A simple AudioProcess with empty open and close implementations.
 

Classes in uk.org.toot.audio.core used by uk.org.toot.audio.mixer.automation
AudioControls
          AudioControls are composite Controls which control an AudioProcess, defined in 'user' terms.
 

Classes in uk.org.toot.audio.core used by uk.org.toot.audio.server
AudioBuffer
          Encapsulates buffered multi-channel sampled audio.
AudioProcess
          The simple contract for an AudioProcess, the fundamental unit of digital signal processing, separate from the concern of control.
ChannelFormat
          ChannelFormat provides information about AudioBuffer channels.
 

Classes in uk.org.toot.audio.core used by uk.org.toot.audio.spi
AudioControls
          AudioControls are composite Controls which control an AudioProcess, defined in 'user' terms.
AudioProcess
          The simple contract for an AudioProcess, the fundamental unit of digital signal processing, separate from the concern of control.
ChannelFormat
          ChannelFormat provides information about AudioBuffer channels.
 

Classes in uk.org.toot.audio.core used by uk.org.toot.audio.system
AudioProcess
          The simple contract for an AudioProcess, the fundamental unit of digital signal processing, separate from the concern of control.
 

Classes in uk.org.toot.audio.core used by uk.org.toot.audio.tool
AudioBuffer
          Encapsulates buffered multi-channel sampled audio.
AudioControls
          AudioControls are composite Controls which control an AudioProcess, defined in 'user' terms.
AudioProcess
          The simple contract for an AudioProcess, the fundamental unit of digital signal processing, separate from the concern of control.
SimpleAudioProcess
          A simple AudioProcess with empty open and close implementations.
 

Classes in uk.org.toot.audio.core used by uk.org.toot.synth
AudioBuffer
          Encapsulates buffered multi-channel sampled audio.
AudioProcess
          The simple contract for an AudioProcess, the fundamental unit of digital signal processing, separate from the concern of control.
 

Classes in uk.org.toot.audio.core used by uk.org.toot.synth.channels.example2
AudioBuffer
          Encapsulates buffered multi-channel sampled audio.
AudioProcess
          The simple contract for an AudioProcess, the fundamental unit of digital signal processing, separate from the concern of control.
 

Classes in uk.org.toot.audio.core used by uk.org.toot.synth.channels.example3
AudioBuffer
          Encapsulates buffered multi-channel sampled audio.
AudioProcess
          The simple contract for an AudioProcess, the fundamental unit of digital signal processing, separate from the concern of control.
 

Classes in uk.org.toot.audio.core used by uk.org.toot.synth.synths.plucked
AudioBuffer
          Encapsulates buffered multi-channel sampled audio.
AudioProcess
          The simple contract for an AudioProcess, the fundamental unit of digital signal processing, separate from the concern of control.
 



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