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

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

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

Subinterfaces of MidiPort in uk.org.toot.midi.core
 interface MidiInput
           
 interface MidiOutput
           
 

Classes in uk.org.toot.midi.core that implement MidiPort
 class DefaultMidiOutput
           
 class LegacyDevices.DeviceAdaptor.DeviceMidiInput
           
 class LegacyDevices.DeviceAdaptor.DeviceMidiOutput
           
 

Uses of MidiPort in uk.org.toot.midi.core.channel
 

Classes in uk.org.toot.midi.core.channel that implement MidiPort
 class ChannelReadWriteMidiInput
          This implementation class is intended to be used by midi synthesizers.
 class ChannelWriteMidiOutput
          This implementation class is intended to be used by a Midi controller, such as a virtual keyboard or neck controller.
 

Uses of MidiPort in uk.org.toot.synth
 

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

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

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

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

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

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



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