Searched defs:MidiDevice (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DMidiDevice.java31 * <code>MidiDevice</code> is the base interface for all MIDI devices.
35 * <p>A <code>MidiDevice</code> can be a transmitter or a receiver of
42 * <p>A <code>MidiDevice</code> can be opened and closed explicitly as
45 * #close} on the <code>MidiDevice</code> instance.
46 * If an application opens a <code>MidiDevice</code>
52 * MidiSystem.getTransmitter}. The <code>MidiDevice</code> used by
58 * {@link javax.sound.midi.MidiSystem}). A <code>MidiDevice</code>
74 * same <code>MidiDevice</code> instance, the following rules apply:
86 * To detect if a MidiDevice represents a hardware MIDI port, the
90 * MidiDevice devic
110 public interface MidiDevice extends AutoCloseable { interface in inherits:AutoCloseable
[all...]

Completed in 361 milliseconds