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

/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DShortMessage.java67 public static final int MIDI_TIME_CODE = 0xF1; // 241 field in class:ShortMessage
H A DSequencer.java383 * @see SyncMode#MIDI_TIME_CODE
408 * @see SyncMode#MIDI_TIME_CODE
425 * @see SyncMode#MIDI_TIME_CODE
449 * @see SyncMode#MIDI_TIME_CODE
759 * <code>MIDI_SYNC</code>, and <code>MIDI_TIME_CODE</code>. The
857 public static final SyncMode MIDI_TIME_CODE = new SyncMode("MIDI Time Code"); field in class:Sequencer.SyncMode

Completed in 32 milliseconds