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
[MIDI] FF 7F nn mm ~~ ~~ | +- manufacturers id +---- length [�e���|] FF 51 03 aa bb cc [�e�L�X�g] FF 01 ll dd �c dd [���쌠�\��] FF 02 ll dd �c dd [�L���[�E�|�C���g] FF 07 05 53 54 41 52 54 (START) FF 07 04 53 54 4F 50 (STOP) [XF �L���[�|�C���g] FF 7F 04 43 7B 02 rr [�`�����l���X�e�[�^�X�w��] FF 7F 14 43 02 00 04 dd ... dd [MA-5 AL �`�����l���w��] FF 7F 06 43 02 01 01 cc dd [MA-5 V �����`�����l���w��] FF 7F 06 43 02 01 02 cc dd@author Naohide Sano (nsano) @version 0.00 071010 nsano initial version
|
|
|
|
|
|
|
|
|
|
|
|