Expression (Controller number 11)
Status
2nd bytes
BnH
0BH
n = MIDI channel number: 0H-FH (ch.1-ch.16)
vv = Expression: 00H-7FH (0-127)
Hold 1 (Controller number 64)
Status
2nd bytes
BnH
40H
n = MIDI channel number: 0H-FH (ch.1-ch.16)
vv = Control value: 00H-7FH (0-127)
Program Change
Status
2nd bytes
CnH
ppH
n = MIDI channel number: 0H-FH (ch.1-ch.16)
pp = Program number: 00H-7FH (prog.1-prog.128)
System Realtime Message
Realtime Clock
Status
F8H
Start
Status
FAH
Continue
Status
FBH
Stop
Status
FCH
* This will be transmitted constantly at intervals of approximately 250 ms.
System exclusive messages
Identity Reply
Status
Data byte
F0H
7EH, 10H, 06H, 02H, 41H, 42H, 00H, 05H, 03H, 00H, 01H, 00H, 00H, F7H F7H
Byte
Explanation
F0H
Exclusive status
7EH
ID number (universal non-realtime message)
10H
Device ID (use the same as the device ID of Roland)
06H
Sub ID#1 (General Information)
02H
Sub ID#2 (Identity Reply)
41H
ID number (Roland)
42H
Device family code (LSB)
00H
Device family code (MSB)
05H
Device family number code (LSB)
03H
Device family number code (MSB)
00H
Software revision level
01H
Software revision level
00H
Software revision level
00H
Software revision level
F7H
EOX (End of Exclusive)
3rd byte
vvH
3rd byte
vvH
Status
145