6
MIDI Implementation
2. Data Transmission
■Channel Voice Messages
●Note off
Status 2nd byte 3rd byte
8nH kkH vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
kk = note number: 00H - 7FH (0 - 127)
vv = note of velocity: 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 = note on velocity: 01H - 7FH (1 - 127)
●Control Change
* By selecting a controller number that corresponds to the setting of parameters of
controllers (Slider Assign, FC1/2 Pedal Assign), the RD-700NX can transmit any control
change message.
* These messages are not transmitted when External Layer Parameter is OFF.
❍Bank Select (Controller number 0, 32)
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 (bank.1 - bank.16384)
* When Rec Mode is ON (EDIT: Utility: Rec Setting: Rec Mode), these messages are
transmitted when Tone is selected.
❍Modulation (Controller number 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)
* These messages are transmitted when Modulation lever is operated.
❍Portamento Time (Controller number 5)
Status 2nd byte 3rd byte
BnH 05H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Portamento Time: 00H - 7FH (0 - 127)
* These messages are transmitted when Portament Time is set in External Layer.
❍Data Entry (Controller number 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 RPN/NRPN
mm = MSB, ll = LSB
❍Volume (Controller number 7)
Status 2nd byte 3rd byte
BnH 07H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Volume: 00H - 7FH (0 - 127)
* These messages are transmitted when Layer Level Slider is operated.
* These messages are transmitted when Volume value is set in External Layer.
❍Panpot (Controller number 10)
Status 2nd byte 3rd byte
BnH 0AH vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Panpot: 00H - 40H - 7FH (Left - Center - Right)
* These messages are transmitted when Pan value is set in External Layer.
❍Hold 1 (Controller number 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)
* These messages are transmitted when Damper pedal is operated.
❍Portamento (Controller number 65)
Status 2nd byte 3rd byte
BnH 41H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Control value: 00H - 7FH (0 - 127)
* These messages are transmitted when Portament Swicth is set in External Layer.
❍Sostenuto (Controller number 66)
Status 2nd byte 3rd byte
BnH 42H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Control value: 00H - 7FH (0 - 127)
❍Soft (Controller number 67)
Status 2nd byte 3rd byte
BnH 43H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Control value: 00H - 7FH (0 - 127)
❍Resonance (Controller number 71)
Status 2nd byte 3rd byte
BnH 47H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv= Resonance value (relative change): 00H - 7FH (-64 - 0 - +63)
* These messages are transmitted when Resonance value is set in External Layer.
❍Release Time (Controller number 72)
Status 2nd byte 3rd byte
BnH 48H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Release Time value (relative change): 00H - 7FH (-64 - 0 - +63)
* These messages are transmitted when Release Time is set in External Layer.
❍Attack Time (Controller number 73)
Status 2nd byte 3rd byte
BnH 49H vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Attack time value (relative change): 00H - 7FH (-64 - 0 - +63)
* These messages are transmitted when Attack Time is set in External Layer.
❍Cutoff (Controller number 74)
Status 2nd byte 3rd byte
BnH 4AH vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Cutoff value (relative change): 00H - 7FH (-64 - 0 - +63)
* These messages are transmitted when Cutoff value is set in External Layer.
❍Decay Time (Controller number 75)
Status 2nd byte 3rd byte
BnH 4BH vvH
n = MIDI channel number: 0H - FH (ch.1 - 16)
vv = Decay Time value (relative change): 00H - 40H - 7FH (-64 - 0 - +63)
* These messages are transmitted when Decay Time value is set in External Layer.