|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
|
Lighting Assistant 1.2 | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |