|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceDescriptor | |
---|---|
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.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.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.synth.spi |
Uses of ServiceDescriptor in uk.org.toot.audio.core |
---|
Methods in uk.org.toot.audio.core that return types with arguments of type ServiceDescriptor | |
---|---|
java.util.List<ServiceDescriptor> |
AudioControlsChain.descriptors()
|
Uses of ServiceDescriptor in uk.org.toot.audio.spi |
---|
Subclasses of ServiceDescriptor in uk.org.toot.audio.spi | |
---|---|
class |
AudioControlServiceDescriptor
|
Methods in uk.org.toot.audio.spi that return ServiceDescriptor | |
---|---|
ServiceDescriptor |
AudioServiceProvider.lookupDescriptor(int moduleId)
|
Uses of ServiceDescriptor in uk.org.toot.control |
---|
Methods in uk.org.toot.control that return types with arguments of type ServiceDescriptor | |
---|---|
java.util.List<ServiceDescriptor> |
CompoundControlChain.descriptors()
|
Uses of ServiceDescriptor in uk.org.toot.control.spi |
---|
Subclasses of ServiceDescriptor in uk.org.toot.control.spi | |
---|---|
class |
ControlServiceDescriptor
Adds a module ID for Controls |
Uses of ServiceDescriptor in uk.org.toot.service |
---|
Methods in uk.org.toot.service with parameters of type ServiceDescriptor | |
---|---|
void |
ServiceVisitor.visitDescriptor(ServiceDescriptor d)
|
void |
ServicePrinter.visitDescriptor(ServiceDescriptor d)
|
Uses of ServiceDescriptor in uk.org.toot.synth.spi |
---|
Subclasses of ServiceDescriptor in uk.org.toot.synth.spi | |
---|---|
class |
SynthControlServiceDescriptor
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |