Roland JUNO-G Electronic Keyboard User Manual


 
219
MIDI Implementation
3. Data Reception (Sequencer Section)
3.1 Messages recorded during recording
Channel Voice Messages
Note Off
Status
2nd byte 3rd byte
8nH kkH vvH
9nH kkH 00H
n=MIDI channel number: 0H - FH (ch.1 - ch.16)
kk=note number: 00H - 7FH (0 - 127)
vv=note off velocity: 00H - 7FH (0 - 127)
* Not received when the Note parameter (Recording Select window) is OFF.
Note on
Status
2nd byte 3rd byte
9nH kkH vvH
n=MIDI channel number: 0H - FH (ch.1 - ch.16)
kk=note number: 00H - 7FH (0 - 127)
vv=note on velocity: 01H - 7FH (1 - 127)
* Not received when the Note parameter (Recording Select window) is OFF.
Polyphonic Aftertouch
Status
2nd byte 3rd byte
AnH kkH vvH
n=MIDI channel number: 0H - FH (ch.1 - ch.16)
kk=note number: 00H - 7FH (0 - 127)
vv=Polyphonic Aftertouch: 00H - 7FH (0 - 127)
* Not received when the Poly Afertouch parameter (Recording Select window) is OFF.
Control Change
Status
2nd byte 3rd byte
BnH kkH vvH
n=MIDI channel number: 0H - FH (ch.1 - ch.16)
kk=Control number: 00H - 78H (0 - 120)
vv=value: 00H - 7FH (0 - 127)
* Not received when the Control Change parameter (Recording Select window) is OFF.
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)
* Not received when the Program Change parameter (Recording Select window) is OFF.
Channel Aftertouch
Status
2nd byte
DnH vvH
n=MIDI channel number: 0H - FH (ch.1 - ch.16)
vv=Channel Aftertouch: 00H - 7FH (0 - 127)
* Not received when the Channel Aftertouch parameter (Recording Select window) is
OFF.
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)
* Not received when the Pitch Bend parameter (Recording Select window) is OFF.
Channel Mode messages
All Sound Off (Controller number 120)
Status 2nd byte 3rd byte
BnH 78H 00H
n=MIDI channel number: 0H - FH (ch.1 - ch.16)
Reset All Controller (Controller number 121)
Status 2nd byte 3rd byte
BnH 79H 00H
n=MIDI channel number: 0H - FH (ch.1 - ch.16)
Omni Off (Controller number 124)
Status 2nd byte 3rd byte
BnH 7CH 00H
n=MIDI channel number: 0H - FH (ch.1 - ch.16)
* The same processing will be done as when an All Note Off message is received.
Omni On (Controller number 125)
Status 2nd byte 3rd byte
BnH 7DH 00H
n=MIDI channel number: 0H - FH (ch.1 - ch.16)
* The same processing will be done as when an All Note Off message is received.
Mono (Controller number 126)
Status
2nd byte 3rd byte
BnH 7EH mmH
n=MIDI channel number: 0H - FH (ch.1 - ch.16)
mm=mono number: 00H - 10H (0 - 16)
* The same processing will be done as when an All Note Off message is received.
Poly (Controller number 127)
Status 2nd byte 3rd byte
BnH 7FH 00H
n=MIDI channel number: 0H - FH (ch.1 - ch.16)
* The same processing will be done as when an All Note Off message is received.
System Exclusive Messages
Status
Data byte Status
F0H iiH, ddH, ......, eeH F7H
F0H: System Exclusive message status
ii=ID number: This is the ID number (manufacturer ID) that specifies the
manufacturer whose exclusive message this is. Roland’s manufacturer
ID is 41H. ID numbers 7EH and 7FH are defined in an expansion of
the MIDI standard as Universal Non-real-time messages (7EH) and
Universal Realtime Messages (7FH).
dd,..., ee = data: 00H - 7FH (0 - 127)
F7H: EOX (End of System Exclusive)
* Not received when the System Exclusive parameter (Recording Select window) is OFF.
* MIDI Machine Control and MIDI Time code is not recorded. (Refer to “1.3 Messages
acknowledged for synchronization”)
JUNO-G_e.book 219 ページ 2006年2月13日 月曜日 午後2時44分