Uses of Interface
uk.org.toot.synth.MidiSynth

Packages that use MidiSynth
uk.org.toot.synth   
uk.org.toot.synth.spi   
uk.org.toot.synth.synths.multi   
uk.org.toot.synth.synths.plucked   
 

Uses of MidiSynth in uk.org.toot.synth
 

Classes in uk.org.toot.synth that implement MidiSynth
 class BasicMidiSynth
          A BasicMidiSynth is a MidiSynth with 16 SynthChannels which may be set by the user.
 

Methods in uk.org.toot.synth that return MidiSynth
static MidiSynth SynthServices.createSynth(CompoundControl controls)
           
 MidiSynth SynthRack.getMidiSynth(int i)
           
 

Uses of MidiSynth in uk.org.toot.synth.spi
 

Methods in uk.org.toot.synth.spi that return MidiSynth
abstract  MidiSynth SynthServiceProvider.createSynth(CompoundControl controls)
           
 

Uses of MidiSynth in uk.org.toot.synth.synths.multi
 

Classes in uk.org.toot.synth.synths.multi that implement MidiSynth
 class MultiMidiSynth
          This class allows each SynthChannel to be externally set.
 

Methods in uk.org.toot.synth.synths.multi that return MidiSynth
 MidiSynth MultiSynthServiceProvider.createSynth(CompoundControl c)
           
 

Uses of MidiSynth in uk.org.toot.synth.synths.plucked
 

Classes in uk.org.toot.synth.synths.plucked that implement MidiSynth
 class PluckedSynth
           
 

Methods in uk.org.toot.synth.synths.plucked that return MidiSynth
 MidiSynth PluckedSynthServiceProvider.createSynth(CompoundControl c)
           
 



Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.