VC-2 MIDI Implementation
Model:
VC-2
Data:
Oct. 5, 2005
Version:
1.00
1. Receive Data
■ Channel Voice Messages
● Note Off
Status
2nd byte
8nH
kkH
9nH
kkH
n = MIDI channel number: 0H - FH (ch.1 - 16)
kk = note number: 00H - 7FH (0 - 127)
vv = note off velocity: 00H - 7FH (0 - 127)
* Not valid if the patch algorithm is Processor Type 1 or Processor Type 2.
● Note On
Status
2nd byte
9nH
kkH
n = MIDI channel number: 0H - FH (ch.1 - 16)
kk = note number: 00H - 7FH (0 - 127)
vv = note on velocity: 01H - 7FH (1 - 127)
* Not valid if the patch algorithm is Processor Type 1 or Processor Type 2.
● Polyphonic Key Pressure
Status
2nd byte
AnH
kkH
n = MIDI channel number: 0H - FH (ch.1 - 16)
kk = note number: 00H - 7FH (0 - 127)
vv = Polyphonic Key Pressure: 00H - 7FH (0 - 127)
● Control Change
❍ Bank Select (Controller number 0, 32)
Status
2nd byte
BnH
00H
BnH
20H
n = MIDI channel number: 0H - FH (ch.1 - 16)
mm, ll = Bank number: 00 00H - 7F 7FH (bank.1 - bank.16384)
❍ Modulation (Controller number 1)
Status
2nd byte
BnH
01H
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Modulation depth: 00H - 7FH (0 - 127)
3rd byte
vvH
00H
3rd byte
vvH
3rd byte
vvH
3rd byte
mmH
llH
3rd byte
vvH
❍ Portamento Time (Controller number 5)
Status
2nd byte
BnH
05H
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Portamento Time: 00H - 7FH (0 - 127)
❍ Data Entry (Controller number 6, 38)
Status
2nd byte
BnH
06H
BnH
26H
n = MIDI channel number: 0H - FH (ch.1 - 16)
mm, ll = the value of the parameter specified by RPN/NRPN
mm = MSB, ll = LSB
❍ Volume (Controller number 7)
Status
2nd byte
BnH
07H
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Volume: 00H - 7FH (0 - 127)
❍ Panpot (Controller number 10)
Status
2nd byte
BnH
0AH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Panpot: 00H - 40H - 7FH (Left - Center - Right),
❍ Expression (Controller number 11)
Status
2nd byte
BnH
0BH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Expression: 00H - 7FH (0 - 127)
❍ Hold 1 (Controller number 64)
Status
2nd byte
BnH
40H
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Control value: 00H - 7FH (0 - 127) 0 - 63 = OFF, 64 - 127 = ON
❍ Portamento (Controller number 65)
Status
2nd byte
BnH
41H
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Control value: 00H - 7FH (0 - 127) 0 - 63 = OFF, 64 - 127 = ON
❍ Sostenuto (Controller number 66)
Status
2nd byte
BnH
42H
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Control value: 00H - 7FH (0 - 127)
0 - 63 = OFF, 64 - 127 = ON
3rd byte
vvH
3rd byte
mmH
llH
3rd byte
vvH
3rd byte
vvH
3rd byte
vvH
3rd byte
vvH
3rd byte
vvH
3rd byte
vvH
1
Need help?
Do you have a question about the VC-2 and is the answer not in the manual?
Questions and answers