Uses of Package
uk.org.toot.service

Packages that use uk.org.toot.service
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.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.server.spi This package provides AudioServerServiceProvider, an abstract class to assist in implementing plugin AudioServer services. 
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.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.spi This package provides a specialisation of a ServiceDescriptor, ControlServiceDescriptor, which adds a module ID for the unique identification of control modules, which is used to lookup control services corresponding to portable control automation data. 
uk.org.toot.service This package provides a small framework for plugin services. 
uk.org.toot.swingui.audioui.basicui   
uk.org.toot.swingui.audioui.serverui   
uk.org.toot.swingui.audioui.serverui.spi   
uk.org.toot.swingui.controlui   
uk.org.toot.swingui.controlui.spi   
uk.org.toot.synth   
uk.org.toot.synth.channels.example2   
uk.org.toot.synth.channels.example3   
uk.org.toot.synth.spi   
uk.org.toot.synth.synths.multi   
uk.org.toot.synth.synths.plucked   
 

Classes in uk.org.toot.service used by uk.org.toot.audio.basic.stereoImage
ServiceProvider
          An abstract ServiceProvider.
 

Classes in uk.org.toot.service used by uk.org.toot.audio.core
ServiceDescriptor
          A ServiceDescriptor describes a service to help UIs use a name, implementations be created etc.
Services
          Services encapsulates the platform=specific provision of service lookup.
ServiceVisitor
          ServiceVisitor defines the Gang of Four Visitor pattern contract for visiting service providers and their provided service descriptors.
 

Classes in uk.org.toot.service used by uk.org.toot.audio.delay
ServiceProvider
          An abstract ServiceProvider.
 

Classes in uk.org.toot.service used by uk.org.toot.audio.dynamics
ServiceProvider
          An abstract ServiceProvider.
 

Classes in uk.org.toot.service used by uk.org.toot.audio.eq
ServiceProvider
          An abstract ServiceProvider.
 

Classes in uk.org.toot.service used by uk.org.toot.audio.server
Services
          Services encapsulates the platform=specific provision of service lookup.
ServiceVisitor
          ServiceVisitor defines the Gang of Four Visitor pattern contract for visiting service providers and their provided service descriptors.
 

Classes in uk.org.toot.service used by uk.org.toot.audio.server.spi
ServiceProvider
          An abstract ServiceProvider.
 

Classes in uk.org.toot.service used by uk.org.toot.audio.spi
ServiceDescriptor
          A ServiceDescriptor describes a service to help UIs use a name, implementations be created etc.
ServiceProvider
          An abstract ServiceProvider.
 

Classes in uk.org.toot.service used by uk.org.toot.audio.tool
ServiceProvider
          An abstract ServiceProvider.
 

Classes in uk.org.toot.service used by uk.org.toot.control
ServiceDescriptor
          A ServiceDescriptor describes a service to help UIs use a name, implementations be created etc.
 

Classes in uk.org.toot.service used by uk.org.toot.control.spi
ServiceDescriptor
          A ServiceDescriptor describes a service to help UIs use a name, implementations be created etc.
 

Classes in uk.org.toot.service used by uk.org.toot.service
ServiceDescriptor
          A ServiceDescriptor describes a service to help UIs use a name, implementations be created etc.
ServiceProvider
          An abstract ServiceProvider.
ServiceVisitor
          ServiceVisitor defines the Gang of Four Visitor pattern contract for visiting service providers and their provided service descriptors.
 

Classes in uk.org.toot.service used by uk.org.toot.swingui.audioui.basicui
ServiceProvider
          An abstract ServiceProvider.
 

Classes in uk.org.toot.service used by uk.org.toot.swingui.audioui.serverui
Services
          Services encapsulates the platform=specific provision of service lookup.
ServiceVisitor
          ServiceVisitor defines the Gang of Four Visitor pattern contract for visiting service providers and their provided service descriptors.
 

Classes in uk.org.toot.service used by uk.org.toot.swingui.audioui.serverui.spi
ServiceProvider
          An abstract ServiceProvider.
 

Classes in uk.org.toot.service used by uk.org.toot.swingui.controlui
Services
          Services encapsulates the platform=specific provision of service lookup.
ServiceVisitor
          ServiceVisitor defines the Gang of Four Visitor pattern contract for visiting service providers and their provided service descriptors.
 

Classes in uk.org.toot.service used by uk.org.toot.swingui.controlui.spi
ServiceProvider
          An abstract ServiceProvider.
 

Classes in uk.org.toot.service used by uk.org.toot.synth
Services
          Services encapsulates the platform=specific provision of service lookup.
ServiceVisitor
          ServiceVisitor defines the Gang of Four Visitor pattern contract for visiting service providers and their provided service descriptors.
 

Classes in uk.org.toot.service used by uk.org.toot.synth.channels.example2
ServiceProvider
          An abstract ServiceProvider.
 

Classes in uk.org.toot.service used by uk.org.toot.synth.channels.example3
ServiceProvider
          An abstract ServiceProvider.
 

Classes in uk.org.toot.service used by uk.org.toot.synth.spi
ServiceDescriptor
          A ServiceDescriptor describes a service to help UIs use a name, implementations be created etc.
ServiceProvider
          An abstract ServiceProvider.
 

Classes in uk.org.toot.service used by uk.org.toot.synth.synths.multi
ServiceProvider
          An abstract ServiceProvider.
 

Classes in uk.org.toot.service used by uk.org.toot.synth.synths.plucked
ServiceProvider
          An abstract ServiceProvider.
 



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