com.frinika.synth
Class SynthMixerSlot

java.lang.Object
  extended by com.frinika.synth.SynthMixerSlot
All Implemented Interfaces:
InstrumentNameListener

public class SynthMixerSlot
extends java.lang.Object
implements InstrumentNameListener

2007-08-15: Mixer sliders are now obsolete since this is now used to define a soundbank

Author:
Peter Johan Salomonsen

Constructor Summary
SynthMixerSlot(javax.swing.JPanel synthListPanel, java.awt.GridBagConstraints gc, SynthRack ms, int synthNo)
           
 
Method Summary
 void instrumentNameChange(Synth synth, java.lang.String instrumentName)
           
 void setPan(int pan)
           
 void setSynth(Synth synth)
           
 void setVolume(int volume)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynthMixerSlot

public SynthMixerSlot(javax.swing.JPanel synthListPanel,
                      java.awt.GridBagConstraints gc,
                      SynthRack ms,
                      int synthNo)
Method Detail

setSynth

public void setSynth(Synth synth)

setVolume

public void setVolume(int volume)

setPan

public void setPan(int pan)

instrumentNameChange

public void instrumentNameChange(Synth synth,
                                 java.lang.String instrumentName)
Specified by:
instrumentNameChange in interface InstrumentNameListener