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

Packages that use MidiTransport
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 MidiTransport in uk.org.toot.midi.core
 

Subinterfaces of MidiTransport in uk.org.toot.midi.core
 interface MidiInput
           
 

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

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

Classes in uk.org.toot.midi.core.channel that implement MidiTransport
 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.
 

Constructors in uk.org.toot.midi.core.channel with parameters of type MidiTransport
DefaultMidiChannelWriter(MidiTransport port, int index)
           
 

Uses of MidiTransport in uk.org.toot.synth
 

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

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

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

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

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

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



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