Uses of Interface
org.jjazz.outputsynth.spi.OutputSynthManager
Packages that use OutputSynthManager
Package
Description
The model of the Midi synth connected to the output of JJazzLab.
-
Uses of OutputSynthManager in org.jjazz.outputsynth.api
Classes in org.jjazz.outputsynth.api that implement OutputSynthManagerModifier and TypeClassDescriptionclassA default implementation of an OutputSynthManager. -
Uses of OutputSynthManager in org.jjazz.outputsynth.spi
Methods in org.jjazz.outputsynth.spi that return OutputSynthManagerModifier and TypeMethodDescriptionstatic OutputSynthManagerOutputSynthManager.getDefault()Get the first implementation available in the global lookup, or if not found return the DefaultOutputSynthManager instance.