When data is being transported using MIDI wire protocol, a {@link ShortMessage}
with the status value 0xFF
represents a system reset message. In MIDI files, this same status value denotes a MetaMessage
. The types of meta-message are distinguished from each other by the first byte that follows the status byte 0xFF
. The subsequent bytes are data bytes. As with system exclusive messages, there are an arbitrary number of data bytes, depending on the type of MetaMessage
.
@see MetaEventListener
@author David Rivas
@author Kara Kytle
|
|
|
|
|
|