128AppendixMIDI Implementation1 Recognised Data1.1 Channel Voice MessageNote offStatus 2nd Byte 3rd Byte8nH kkH vvH9nH kkH 00Hn=MIDI channel number :0H-fH(ch.1 ~ ch.16)kk=Note Number :00H - 7fH(0 ~ 127)vv=Velocity :00H - 7fH(0 ~ 127)Note onStatus 2nd Byte 3rd Byte9nH kkH vvHn=MIDI channel number :0H-fH(ch.1 ~ ch.16)kk=Note Number :00H - 7fH(0 ~ 127)vv=Velocity :00H - 7fH(0 ~ 127)Control Change Bank Select (MSB)Status 2nd Byte 3rd ByteBnH 00H mmHBnH 20H llHn=MIDI channel number :0H-fH(ch.1 ~ ch.16)mm = Bank Number MSB :00H-7fH (0 ~ 127)ll = BankNumber LSB :00H-7fH (0 ~ 127)ModulationStatus 2nd Byte 3rd ByteBnH 01H vvHn=MIDI channel number :0H-fH(ch.1 ~ ch.16)vv = Modulation depth :00H - 7fH(0 ~ 127) Default = 00HData EntryStatus 2nd Byte 3rd ByteBnH 06H mmHBnH 26H llHn=MIDI channel number :0H-fH(ch.1 ~ ch.16)mm,ll=Value indicated in RPN/NRPN :00H - 7fH(0 ~ 127)*see RPN/NRPN chapterVolumeStatus 2nd Byte 3rd ByteBnH 07H vvHn=MIDI channel number :0H-fH(ch.1 ~ ch.16)vv=Volume :00H - 7fH(0 ~ 127) Default = 7fHPanpotStatus 2nd Byte 3rd ByteBnH 0aH vvHn=MIDI channel number :0H-fH(ch.1 - ch.16)vv=Panpot :00H - 40H - 7fH(left ~centre~right) Default = 40H(centre)