164
MIDI Implementation
●Program Change
Status 2nd byte
CnH ppH
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
pp = Program number: 00H - 7FH (prog.1 - prog.128)
* This message is transmitted when tone change is made on the panel or “Send GM/GM2
Setup” is executed.
●Channel Pressure
Status 2nd byte
DnH vvH
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
vv = Channel Pressure: 00H - 7FH (0 - 127)
* Sent when the Common parameter Modulation/Pedal/C1-C4 Assign is set to
AFTERTOUCH.
●Pitch Bend Change
Status 2nd byte 3rd byte
EnH llH mmH
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
mm, ll = Pitch Bend value: 00 00H - 40 00H - 7F 7FH (-8192 - 0 - +8191)
■Channel Mode Messages
●All Sounds Off (Controller number 120)
Status 2nd byte 3rd byte
BnH 78H 00H
n = MIDI channel number :0H - FH (ch.1 - ch.16)
* Sent when the Panic function is activated.
●Reset All Controllers (Controller number 121)
Status 2nd byte 3rd byte
BnH 79H 00H
n = MIDI channel number :0H - FH (ch.1 - ch.16)
* Sent when the Panic function is activated.
■System Realtime Message
●Active sensing
Status
FEH
* This will be transmitted constantly at intervals of approximately 250ms.
■System exclusive messages
The System Exclusive Messages transmitted by the RS-5/9 are; Universal Non-realtime
System Exclusive messages and Data Set (DT1).
●Universal Non-realtime System Exclusive Message
❍Identity Reply Message (RS-5)
Receiving Identity Request Message, the RS-5 send this message.
Status
Data byte Status
F0H 7EH, dev, 06H, 02H, 41H, 3CH, 01H, F7H
00H, 00H, 00H, 01H, 00H, 00H
Byte Explanation
F0H Exclusive status
7EH ID number (Universal Non-realtime Message)
dev Device ID (dev: 10H - 1FH)
06H Sub ID#1 (General Information)
02H Sub ID#2 (Identity Reply)
41H ID number (Roland)
3CH 01H Device family code (RS-5)
00H 00H Device family number code (RS-5)
00H 01H 00H 00H Software revision level
F7H EOX (End of Exclusive)
❍Identity Reply Message (RS-9)
Receiving Identity Request Message, the RS-9 send this message.
Status Data byte Status
F0H 7EH, dev, 06H, 02H, 41H, 3CH, 01H, F7H
00H, 00H, 01H, 01H, 00H, 00H
Byte Explanation
F0H Exclusive status
7EH ID number (Universal Non-realtime Message)
dev Device ID (dev: 10H - 1FH)
06H Sub ID#1 (General Information)
02H Sub ID#2 (Identity Reply)
41H ID number (Roland)
3CH 01H Device family code (RS-9)
00H 00H Device family number code (RS-9)
01H 01H 00H 00H Software revision level
F7H EOX (End of Exclusive)
❍Turn General MIDI 1 System On
Status Data byte Status
F0H 7EH, 7FH, 09H, 01H F7H
Byte Explanation
F0H Exclusive status
7EH ID number (Universal Non-realtime Message)
7FH Device ID (Broadcast)
09H Sub ID#1 (General MIDI Message)
01H Sub ID#2 (General MIDI 1 On)
F7H EOX (End Of Exclusive)
* This message is transmitted when “Send General MIDI 1 Setup” is executed.
❍Turn General MIDI 2 System On
Status Data byte Status
F0H 7EH, 7FH, 09H, 03H F7H
Byte Explanation
F0H Exclusive status
7EH ID number (Universal Non-realtime Message)
7FH Device ID (Broadcast)
09H Sub ID#1 (General MIDI Message)
03H Sub ID#2 (General MIDI 2 On)
F7H EOX (End Of Exclusive)
* This message is transmitted when “Send General MIDI 2 Setup” is executed.