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

Packages that use MidiSystem
uk.org.toot.midi.core   
uk.org.toot.swingui.midiui   
uk.org.toot.synth   
 

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

Subinterfaces of MidiSystem in uk.org.toot.midi.core
 interface ConnectedMidiSystem
           
 

Classes in uk.org.toot.midi.core that implement MidiSystem
 class DefaultConnectedMidiSystem
          This class adds a composition of MidiConnections to the composition of MidiDevices.
 class DefaultMidiSystem
           
 

Methods in uk.org.toot.midi.core with parameters of type MidiSystem
static void LegacyDevices.addDevice(javax.sound.midi.MidiDevice device, MidiSystem system)
           
static void LegacyDevices.installPlatformComponents(MidiSystem system)
          Platform Components are the port groups provided by the platform.
static void LegacyDevices.installPlatformPorts(MidiSystem system)
          Platform Ports are the resource limited ports provided by the platform.
 

Uses of MidiSystem in uk.org.toot.swingui.midiui
 

Constructors in uk.org.toot.swingui.midiui with parameters of type MidiSystem
MidiPortCombo(MidiSystem system, boolean ins)
           
 

Uses of MidiSystem in uk.org.toot.synth
 

Constructors in uk.org.toot.synth with parameters of type MidiSystem
SynthRack(SynthRackControls controls, MidiSystem midiSystem, AudioSystem audioSystem)
           
 



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