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

/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DMidiSystem.java55 * The <code>MidiSystem</code> class provides access to the installed MIDI
58 * begin by invoking one or more <code>MidiSystem</code> methods to learn
64 * <code>MidiSystem</code> for the format of a specified MIDI file.
66 * You cannot instantiate a <code>MidiSystem</code>; all the methods are
166 public class MidiSystem { class
171 private MidiSystem() { method in class:MidiSystem
237 * For details, refer to the {@link MidiSystem class description}.
291 * For details, refer to the {@link MidiSystem class description}.
339 * For details, refer to the {@link MidiSystem class description}.
376 * For details, refer to the {@link MidiSystem clas
[all...]

Completed in 31 milliseconds