Overview  Package   Class  Tree  Index 

be.lassi.control.midi
Interface MidiDevices

All Known Implementing Classes:
MidiSystemDevices

public interface MidiDevices

Provides access to the MIDI devices that are currently available on the system.


Method Summary
 javax.sound.midi.MidiDevice getInput(java.lang.String name)
          Gets the midi input device with given name.
 java.util.List<java.lang.String> getInputNames()
          Gets the names of all midi input devices.
 javax.sound.midi.MidiDevice getOutput(java.lang.String name)
          Gets the midi output device with given name.
 java.util.List<java.lang.String> getOutputNames()
          Gets the names of all midi output devices.
 

Method Detail

getInput

javax.sound.midi.MidiDevice getInput(java.lang.String name)
Gets the midi input device with given name.

Parameters:
name - the device name
Returns:
the midi input device

getInputNames

java.util.List<java.lang.String> getInputNames()
Gets the names of all midi input devices.

Returns:
the midi input device names

getOutput

javax.sound.midi.MidiDevice getOutput(java.lang.String name)
Gets the midi output device with given name.

Parameters:
name - the device name
Returns:
the midi output device

getOutputNames

java.util.List<java.lang.String> getOutputNames()
Gets the names of all midi output devices.

Returns:
the midi output device names

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2