*#1 #52
Owner’s Manual
114
MIDI Implementation
Channel Voice Message
Note Off
Status 2nd Byte 3rd Byte
8nH kkH vvH, or
9nH kkH 00H
n=MIDI Channel Number: 0H - FH (Ch. 1 - 16)
kk=Note Number: 00H - 7FH (0 - 127)
vv=Velocity(disregard): 00H - 7FH (0 - 127)
Note On
Status 2nd Byte 3rd Byte
9nH kkH vvH
n=MIDI Channel Number: 0H - FH (Ch. 1 - 16)
kk=Note Number: 00H - 7FH (0 - 127)
vv=Velocity: 00H - 7FH (0 - 127)
Control Change
The value set by the Control Change is not reset even when Program Change
messages etc. are received.
Bank Select (CC#0, 20)
Status 2nd Byte 3rd Byte
BnH 00H mmH
BnH 20H llH
n=MIDI Channel Number: 0H - FH (Ch. 1 - 16)
mm,ll=Bank Number: 00 00H - 7F 7FH
Until you send the Program Change, the Bank Select process is reserved.
Modulation (CC#1)
Status 2nd Byte 3rd Byte
BnH 01H vvH
n=MIDI Channel Number: 0H - FH (Ch. 1 - 16)
vv=Modulation Depth: 00H - 7FH (0 - 127)
Expression (CC#11)
Status 2nd Byte 3rd Byte
BnH 0BH vvH
n=MIDI Channel Number: 0H - FH (Ch. 1 - 16)
vv=Expression: 00H - 7FH (0 - 127)
Spring Shock (CC#48)
Status 2nd Byte 3rd Byte
BnH 30H vvH
n=MIDI Channel Number: 0H - FH (Ch. 1 - 16)
vv=Velocity: 00H - 7FH (0 - 127)
Damper (CC#64)
Status 2nd Byte 3rd Byte
BnH 40H vvH
n=MIDI Channel Number: 0H - FH (Ch. 1 - 16)
vv=Control Value: 00H - 7FH (0 - 127)
0 - 63=Off, 64 - 127=On
NRPN MSB/LSB (CC#98, 99)
Status 2nd Byte 3rd Byte
BnH 63H mmH
BnH 62H llH
n=MIDI Channel Number: 0H - FH (Ch. 1 - 16)
mm=upper byte of the parameter number specified by NRPN
ll=lower byte of the parameter number specified by NRPN
Data Entry (CC#6, 38)
Status 2nd Byte 3rd Byte
BnH 06H mmH
BnH 26H llH
n=MIDI Channel Number: 0H - FH (Ch. 1 - 16)
mm,ll=the value of the parameter specified by NRPN
Extra Voice Volume (CC#83)
Status 2nd Byte 3rd Byte
BnH 53H vvH
n=MIDI Channel Number: 0H - FH (Ch. 1 - 16)
vv=Volume: 00H - 7FH (0 - 127)
Program Change
Status 2nd Byte
CnH ppH
n=MIDI Channel Number: 0H - FH (Ch. 1 - 16)
pp=Program Number: 00H - 7FH (prog. 1 - prog. 128)
Pitch Bend Change
Status 2nd Byte 3rd Byte
EnH llH mmH
n=MIDI Channel Number: 0H - FH (Ch. 1 - 16)
mm,ll=Pitch Bend Value: 00 00H - 40 00H - 7F 7FH
(-8192 - 0 - +8191)
Channel Mode Message
All Sounds Off (CC#120)
Status 2nd Byte 3rd Byte
BnH 78H 00H
n=MIDI Channel Number: 0H - FH (Ch. 1 - 16)
When this message is received, all currently-sounding notes on the correspond-
ing channel will be turned off immediately.
Reset All Controllers (CC#121)
Status 2nd Byte 3rd Byte
BnH 79H 00H
n=MIDI Channel Number: 0H - FH (Ch. 1 - 16)
When this message is received, the following controllers will be set to their reset
values.
Pitch Bend Change: 0 (center)
Expression: 127
Hold 1: 0
NRPN: unset; previously set data will not change
All Sounds Off (CC#123)
Status 2nd Byte 3rd Byte
BnH 7BH 00H
n=MIDI Channel Number: 0H - FH (Ch. 1 - 16)
When All Notes Off is received, all notes on the corresponding channel will be
turned off. However if Hold 1 or Sostenuto is ON, the sound will be continue-
duntil these are turned off.
MIDI INFORMATION FOR TONEWHEEL DIV.