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 | Method and Description |
---|---|
static Sequencer |
MidiSystem.getSequencer()
Obtains the default
Sequencer , connected to
a default device. |
static Sequencer |
MidiSystem.getSequencer(boolean connected)
Obtains the default
Sequencer , optionally
connected to a default device. |