Uses of Class
javax.sound.midi.MidiMessage
Package
Description
Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI
(Musical Instrument Digital Interface) data.
-
Uses of MidiMessage in javax.sound.midi
Modifier and TypeClassDescriptionclass
AMetaMessage
is aMidiMessage
that is not meaningful to synthesizers, but that can be stored in a MIDI file and interpreted by a sequencer program.class
AShortMessage
contains a MIDI message that has at most two data bytes following its status byte.class
ASysexMessage
object represents a MIDI system exclusive message.Modifier and TypeMethodDescriptionMidiEvent.getMessage()
Obtains the MIDI message contained in the event.Modifier and TypeMethodDescriptionvoid
Receiver.send
(MidiMessage message, long timeStamp) Sends a MIDI message and time-stamp to this receiver.ModifierConstructorDescriptionMidiEvent
(MidiMessage message, long tick) Constructs a newMidiEvent
.