Uses of Class
uk.org.toot.service.Services

Packages that use Services
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.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.swingui.audioui.serverui   
uk.org.toot.swingui.controlui   
uk.org.toot.synth   
 

Uses of Services in uk.org.toot.audio.core
 

Subclasses of Services in uk.org.toot.audio.core
 class AudioServices
          AudioServices specialises Services with static methods to simplify the provision of plugin audio services extending AudioProcess and AudioControls.
 

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

Subclasses of Services in uk.org.toot.audio.server
 class AudioServerServices
          AudioServices specialises Services with static methods to simplify the provision of plugin audio services extending AudioProcess and AudioControls.
 

Uses of Services in uk.org.toot.swingui.audioui.serverui
 

Subclasses of Services in uk.org.toot.swingui.audioui.serverui
 class AudioServerUIServices
           
 

Uses of Services in uk.org.toot.swingui.controlui
 

Subclasses of Services in uk.org.toot.swingui.controlui
 class ControlPanelServices
           
 

Uses of Services in uk.org.toot.synth
 

Subclasses of Services in uk.org.toot.synth
 class SynthChannelServices
          SynthServices specialises Services with static methods to simplify the provision of plugin synth services extending SynthChannel and SynthControls.
 class SynthServices
          SynthServices specialises Services with static methods to simplify the provision of plugin synth services extending SynthChannel and SynthControls.
 



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