Uses of Interface
com.softsynth.jmsl.PanAmpListener
Package | Description |
---|---|
com.softsynth.jmsl | |
com.softsynth.jmsl.jsyn | |
com.softsynth.jmsl.jsyn2 | |
com.softsynth.jmsl.midi | |
com.softsynth.jmsl.view |
-
Uses of PanAmpListener in com.softsynth.jmsl
Subinterfaces of PanAmpListener in com.softsynth.jmsl Modifier and Type Interface Description interface
Mixer
Mixer is an ordered collection of faders associated with Instruments.Classes in com.softsynth.jmsl that implement PanAmpListener Modifier and Type Class Description class
JMSLMixerContainer
A heterogenous Mixer which can accept any Instrument whose getMixerClassName() returns a valid class name.class
NullMixer
This Mixer does very little other than implement some methods for debugging and development. -
Uses of PanAmpListener in com.softsynth.jmsl.jsyn
Classes in com.softsynth.jmsl.jsyn that implement PanAmpListener Modifier and Type Class Description class
JSynMixer
Deprecated.use the pure Java JSyn2 package instead -
Uses of PanAmpListener in com.softsynth.jmsl.jsyn2
Classes in com.softsynth.jmsl.jsyn2 that implement PanAmpListener Modifier and Type Class Description class
JSynMixer
JSynMixer, accommodates Pure JSyn JSynInstruments with any number of parts in their getOutput(). -
Uses of PanAmpListener in com.softsynth.jmsl.midi
Classes in com.softsynth.jmsl.midi that implement PanAmpListener Modifier and Type Class Description class
MidiMixer
This Mixer accepts MidiInstrument and sends Midi pan and Midi volume change on their midi channels -
Uses of PanAmpListener in com.softsynth.jmsl.view
Methods in com.softsynth.jmsl.view with parameters of type PanAmpListener Modifier and Type Method Description void
PanAmpPanel. addPanAmpListener(PanAmpListener listener)
void
PanAmpPanel. removePanAmpListener(PanAmpListener listener)
Constructors in com.softsynth.jmsl.view with parameters of type PanAmpListener Constructor Description PanAmpPanel(double initPan, double initAmp, PanAmpListener listener)