1.Recognized Data
1.1Channel Voice message
Note off |
|
|
|
Status | 2nd Byte | 3rd Byte |
|
8nH | kkH | vvH |
|
9nH | kkH | 00H |
|
n=MIDI channel number |
| ||
kk=Note Number |
| :00H - 7fH(0 ~ 127) |
|
vv=Velocity |
| :00H - 7fH(0 ~ 127) |
|
Note on |
|
|
|
Status | 2nd Byte | 3rd Byte |
|
9nH | kkH | vvH |
|
n=MIDI channel number |
| ||
kk=Note Number |
| :00H - 7fH(0 ~ 127) |
|
vv=Velocity |
| :00H - 7fH(0 ~ 127) |
|
Control Change |
|
|
|
Bank Select (MSB) |
|
|
|
Status | 2nd Byte | 3rd Byte |
|
BnH | 00H | mmH |
|
BnH | 20H | llH |
|
n=MIDI channel number |
| ||
mm = Bank Number MSB |
| ||
ll = BankNumber LSB |
| ||
Modulation |
|
|
|
Status | 2nd Byte | 3rd Byte |
|
BnH | 01H | vvH |
|
n=MIDI channel number |
| ||
vv = Modulation depth | :00H - 7fH(0 ~ 127) | Default = 00H | |
Data Entry |
|
|
|
Status | 2nd Byte | 3rd Byte |
|
BnH | 06H | mmH |
|
BnH | 26H | llH |
|
n=MIDI channel number |
| ||
mm,ll=Value indicated in RPN/NRPN:00H - 7fH(0 ~ 127) |
| ||
*see RPN/NRPN chapter |
|
| |
Volume |
|
|
|
Status | 2nd Byte | 3rd Byte |
|
BnH | 07H | vvH |
|
n=MIDI channel number |
| ||
vv=Volume |
| :00H - 7fH(0 ~ 127) | Default = 7fH |
Panpot |
|
|
|
Status | 2nd Byte | 3rd Byte |
|
BnH | 0aH | vvH |
|
n=MIDI channel number |
| ||
vv=Panpot |
| :00H - 40H - 7fH(left ~center~right) | Default = 40H(center) |
Expression |
|
|
|
Status | 2nd Byte | 3rd Byte |
|
BnH | 0bH | vvH |
|
n=MIDI channel number |
| ||
vv=Expression |
| :00H - 7fH(0 - 127) | Default = 7fH |
63