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

/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DSequencer.java39 * The <code>Sequencer</code> interface includes methods for the following
51 * indirectly through objects that the <code>Sequencer</code> has access to:
60 * @see Sequencer.SyncMode
70 public interface Sequencer extends MidiDevice { interface in inherits:MidiDevice
89 * <code>Sequencer</code> is closed.
103 * <code>Sequencer</code> is closed.
114 * Obtains the sequence on which the Sequencer is currently operating.
117 * <code>Sequencer</code> is closed.
140 * @throws IllegalStateException if the <code>Sequencer</code> is
155 * @throws IllegalStateException if the <code>Sequencer</cod
[all...]

Completed in 34 milliseconds