3. Data reception (Sequencer Section)
3.1 Messages recorded during recording
Channel Voice Messages
Note Off
Status
2nd byte
8nH
kkH
9nH
kkH
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 FILTER popup) is OFF.
Note on
Status
2nd byte
9nH
kkH
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 FILTER popup) is OFF.
Polyphonic Aftertouch
Status
2nd byte
AnH
kkH
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 FILTER popup) is OFF.
Control Change
Status
2nd byte
BnH
kkH
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 FILTER popup) 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 FILTER popup) 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 FILTER popup) is
OFF.
Pitch Bend Change
Status
2nd byte
EnH
llH
n=MIDI channel number:0H - FH (ch.1 - ch.16)
3rd byte
vvH
00H
3rd byte
vvH
3rd byte
vvH
3rd byte
vvH
3rd byte
mmH
Implémentation MIDI
mm, ll=Pitch Bend value:00 00H - 40 00H - 7F 7FH (-8192 - 0 - +8191)
* Not received when the Pitch Bend parameter (RECORDING FILTER popup) is OFF.
Channel Mode messages
All Sound Off (Controller number 120)
Status
2nd byte
BnH
78H
n=MIDI channel number:0H - FH (ch.1 - ch.16)
Reset All Controller (Controller number 121)
Status
2nd byte
BnH
79H
n=MIDI channel number:0H - FH (ch.1 - ch.16)
Omni Off (Controller number 124)
Status
2nd byte
BnH
7CH
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
BnH
7DH
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
BnH
7EH
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
BnH
7FH
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
F0H
iiH, ddH, ......, eeH
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 de-
fined 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 FILTER popup) is
OFF.
* MIDI Machine Control and MIDI Time code is not recorded.(Refer to "1.3 Messages
acknowledged for synchronization")
3.2 Messages not recorded during recording
3rd byte
00H
3rd byte
00H
3rd byte
00H
3rd byte
00H
3rd byte
mmH
3rd byte
00H
Status
F7H
415