442
MIDI Implementation

3. Data reception (Sequencer Section)

3.1 Messages recorded during recording

Channel Voice Messages

Note Off

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

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

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 Aftertouch parameter (RECORDING FILTER popup) is
OFF.

Control Change

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

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

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

n=MIDI channel number:0H - FH (ch.1 - ch.16)
ll, mm=Pitch Bend value:00, 00H - 00, 40H - 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)

n=MIDI channel number:0H - FH (ch.1 - ch.16)

Reset All Controller (Controller number 121)

n=MIDI channel number:0H - FH (ch.1 - ch.16)

Omni Off (Controller number 124)

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)

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)

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)

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

* 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”)

Status 2nd byte 3rd byte

8nH kkH vvH
9nH kkH 00H

Status 2nd byte 3rd byte

9nH kkH vvH

Status 2nd byte 3rd byte

AnH kkH vvH

Status 2nd byte 3rd byte

BnH kkH vvH

Status 2nd byte

CnH ppH

Status 2nd byte

DnH vvH

Status 2nd byte 3rd byte

EnH llH mmH

Status 2nd byte 3rd byte

BnH 78H 00H

Status 2nd byte 3rd byte

BnH 79H 00H

Status 2nd byte 3rd byte

BnH 7CH 00H

Status 2nd byte 3rd byte

BnH 7DH 00H

Status 2nd byte 3rd byte

BnH 7EH mmH

Status 2nd byte 3rd byte

BnH 7FH 00H

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 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)
ECS05_manual_e.book 442 ページ 2005年11月30日 水曜日 午前11時14分