Sequencer.SyncMode
Class Sequencer.SyncMode
- java.lang.Object
-
- javax.sound.midi.Sequencer.SyncMode
- Enclosing interface:
- Sequencer
public static class Sequencer.SyncMode extends Object
A SyncMode
object represents one of the ways in which a MIDI sequencer's notion of time can be synchronized with a master or slave device. If the sequencer is being synchronized to a master, the sequencer revises its current time in response to messages from the master. If the sequencer has a slave, the sequencer similarly sends messages to control the slave's timing.
There are three predefined modes that specify possible masters for a sequencer: INTERNAL_CLOCK
, MIDI_SYNC
, and MIDI_TIME_CODE
. The latte