
93
13. MIDI Implementation
Bank Select
Status 2nd Byte 3rd Byte
BnH 00H mmH
BnH 20H llH
n=MIDI channel number :0H-fH(ch.1 ~ ch.16)
mm=Bank Number MSB :00H - 7fH(0 ~ 127)
ll=Bank Number LSB :00H - 7fH(0 ~ 127)
Modulation
Status 2nd Byte 3rd Byte
BnH 01H vvH
n=MIDI channel number :0H-fH(ch.1 ~ ch.16)
vv = Modulation depth :00H - 7fH(0 ~ 127)
Data Entry
Status 2nd Byte 3rd Byte
BnH 06H mmH
BnH 26H llH
n = MIDI channel number : 0H-fH(ch.1 ~ ch.16)
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 :0H-fH(ch.1 ~ ch.16)
v=Volume :00H - 7fH(0 ~ 127) Default = 64H
Panpot
Status 2nd Byte 3rd Byte
BnH 0aH vvH
n = MIDI channel number :0H-fH(ch.1 ~ ch.16)
vv = Panpot :00H - 7fH(0 ~ 127) Default = 40H(center)
Expression
Status 2nd Byte 3rd Byte
BnH 0bH vvH
n = MIDI channel number :0H-fH(ch.1 ~ ch.16)
vv=Expression :00H - 7fH(0 ~ 127) Default = 7fH
Damper Pedal
Status 2nd Byte 3rd Byte
BnH 40H vvH
n=MIDI channel number :0H-fH(ch.1 ~ ch.16)
vv=Control Value :00H - 7fH(0 ~ 127) Default = 00H
0 - 63 =OFF, 64 - 127=ON
Sostenuto Pedal
Status 2nd Byte 3rd Byte
BnH 42H vvH
n=MIDI channel number :0H-fH(ch.1 ~ ch.16)
vv=Control Value :00H - 7fH(0 ~ 127) Default = 00H
Kommentare zu diesen Handbüchern