See: Description
ControllerEventListener interface should be implemented by classes whose instances need to be notified when a
Sequencer has processed a requested type of MIDI control-change event.
MetaEventListener interface should be implemented by classes whose instances need to be notified when a
Sequencer has processed a
MetaMessage.
MidiChannel object represents a single MIDI channel.
MidiDevice is the base interface for all MIDI devices.
MidiDeviceReceiver is a
Receiver which represents a MIDI input connector of a
MidiDevice (see
MidiDevice.getReceiver() ).
MidiDeviceTransmitter is a
Transmitter which represents a MIDI input connector of a
MidiDevice (see
MidiDevice.getTransmitter() ).
Receiver receives
MidiEvent objects and typically does something useful in response, such as interpreting them to generate sound or raw MIDI output.
Soundbank contains a set of
Instruments that can be loaded into a
Synthesizer.
Synthesizer generates sound.
MetaMessage is a
MidiMessage that is not meaningful to synthesizers, but that can be stored in a MIDI file and interpreted by a sequencer program.
MidiDevice.Info object contains assorted data about a
MidiDevice, including its name, the company who created it, and descriptive text.
Sequence object.
MidiFileFormat object encapsulates a MIDI file's type, as well as its length and timing information.
MidiMessage is the base class for MIDI messages.
MidiSystem class provides access to the installed MIDI system resources, including devices such as synthesizers, sequencers, and MIDI input and output ports.
Patch object represents a location, on a MIDI synthesizer, into which a single instrument is stored (loaded).
Sequence is a data structure containing musical information (often an entire song or composition) that can be played back by a
Sequencer object.
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.
ShortMessage contains a MIDI message that has at most two data bytes following its status byte.
SoundbankResource represents any audio resource stored in a
Soundbank.
SysexMessage object represents a MIDI system exclusive message.
VoiceStatus object contains information about the current status of one of the voices produced by a
Synthesizer.
InvalidMidiDataException indicates that inappropriate MIDI data was encountered.
MidiUnavailableException is thrown when a requested MIDI component cannot be opened or created because it is unavailable.