Uses of Interface
com.frinika.synth.InstrumentNameListener

Packages that use InstrumentNameListener
com.frinika.synth   
com.frinika.synth.synths.analogika   
com.frinika.synth.synths.sampler   
 

Uses of InstrumentNameListener in com.frinika.synth
 

Classes in com.frinika.synth that implement InstrumentNameListener
 class SynthMixerSlot
          2007-08-15: Mixer sliders are now obsolete since this is now used to define a soundbank
 class SynthRack
          The SynthRack class can hold 16 Frinika soft synths - one for each MidiChannel.
 

Methods in com.frinika.synth with parameters of type InstrumentNameListener
 void Synth.addInstrumentNameListener(InstrumentNameListener instrumentNameListener)
           
 void Synth.removeInstrumentNameListener(InstrumentNameListener instrumentNameListener)
           
 

Uses of InstrumentNameListener in com.frinika.synth.synths.analogika
 

Classes in com.frinika.synth.synths.analogika that implement InstrumentNameListener
 class AnalogikaGUI
          GUI for the Analogika synth.
 

Uses of InstrumentNameListener in com.frinika.synth.synths.sampler
 

Classes in com.frinika.synth.synths.sampler that implement InstrumentNameListener
 class SamplerGUI