| Package | Description |
|---|---|
| javax.sound.midi |
Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI (Musical Instrument Digital Interface) data.
|
| Modifier and Type | Field and Description |
|---|---|
static Sequencer |
Sequencer.SyncMode.INTERNAL_CLOCK
A master synchronization mode that makes the sequencer get its timing information from its internal clock.
|
static Sequencer |
Sequencer.SyncMode.MIDI_SYNC
A master or slave synchronization mode that specifies the use of MIDI clock messages.
|
static Sequencer |
Sequencer.SyncMode.MIDI_TIME_CODE
A master or slave synchronization mode that specifies the use of MIDI Time Code.
|
static Sequencer |
Sequencer.SyncMode.NO_SYNC
A slave synchronization mode indicating that no timing information should be sent to the receiver.
|
| Modifier and Type | Method and Description |
|---|---|
Sequencer |
Sequencer.getMasterSyncMode()
Obtains the current master synchronization mode for this sequencer.
|
Sequencer |
Sequencer.getMasterSyncModes()
Obtains the set of master synchronization modes supported by this sequencer.
|
Sequencer |
Sequencer.getSlaveSyncMode()
Obtains the current slave synchronization mode for this sequencer.
|
Sequencer |
Sequencer.getSlaveSyncModes()
Obtains the set of slave synchronization modes supported by the sequencer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sequencer.setMasterSyncMode(Sequencer
Sets the source of timing information used by this sequencer.
|
void |
Sequencer.setSlaveSyncMode(Sequencer
Sets the slave synchronization mode for the sequencer.
|