Uses of Interface
com.softsynth.jmsl.PanAmpListener

Packages that use PanAmpListener
com.softsynth.jmsl   
com.softsynth.jmsl.jsyn   
com.softsynth.jmsl.midi   
com.softsynth.jmsl.view   
 

Uses of PanAmpListener in com.softsynth.jmsl
 

Subinterfaces of PanAmpListener in com.softsynth.jmsl
 interface Mixer
          Mixer is an ordered collection of faders associated with Instruments.
 

Classes in com.softsynth.jmsl that implement PanAmpListener
 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
 class JSynMixer
          JSynMixer, accomodates 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
 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
 void PanAmpPanel.addPanAmpListener(PanAmpListener listener)
           
 void PanAmpPanel.removePanAmpListener(PanAmpListener listener)
           
 

Constructors in com.softsynth.jmsl.view with parameters of type PanAmpListener
PanAmpPanel(double initPan, double initAmp, PanAmpListener listener)