Uses of Interface
uk.org.toot.midi.core.MidiDevice

Packages that use MidiDevice
uk.org.toot.midi.core   
uk.org.toot.synth   
uk.org.toot.synth.synths.multi   
uk.org.toot.synth.synths.plucked   
 

Uses of MidiDevice in uk.org.toot.midi.core
 

Classes in uk.org.toot.midi.core that implement MidiDevice
 class AbstractMidiDevice
           
static class LegacyDevices.DeviceAdaptor
           
 

Methods in uk.org.toot.midi.core that return types with arguments of type MidiDevice
 java.util.List<MidiDevice> MidiSystem.getMidiDevices()
           
 java.util.List<MidiDevice> DefaultMidiSystem.getMidiDevices()
           
 

Methods in uk.org.toot.midi.core with parameters of type MidiDevice
 void MidiSystem.addMidiDevice(MidiDevice device)
           
 void DefaultMidiSystem.addMidiDevice(MidiDevice device)
           
 void MidiSystem.removeMidiDevice(MidiDevice device)
           
 void DefaultMidiSystem.removeMidiDevice(MidiDevice device)
           
 

Uses of MidiDevice in uk.org.toot.synth
 

Subinterfaces of MidiDevice in uk.org.toot.synth
 interface MidiSynth
          A MidiSynth is a MidiDevice which is a MidiInput.
 

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

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

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

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

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



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