* The Vib Delay parameter (SCENE EDIT: ZONE SOUND: MODIFY) will change.
○ General Purpose Controller 5 (Controller number
80)
Status 2nd byte 3rd byte
---------- --------- ---------
BnH 50H vvH
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
vv = Control value: 00H - 7FH (0 - 127)
○ General Purpose Controller 6 (Controller number
81)
Status 2nd byte 3rd byte
---------- --------- ---------
BnH 51H vvH
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
vv = Control value: 00H - 7FH (0 - 127)
3
MIDI Implementation
○ General Purpose Controller 7 (Controller number
82)
Status 2nd byte 3rd byte
---------- --------- ---------
BnH 52H vvH
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
vv = Control value: 00H - 7FH (0 - 127)
○ General Purpose Controller 8 (Controller number
83)
Status 2nd byte 3rd byte
---------- --------- ---------
BnH 53H vvH
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
vv = Control value: 00H - 7FH (0 - 127)
○ Portamento control (Controller number 84)
Status 2nd byte 3rd byte
---------- --------- ---------
BnH 54H kkH
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
kk = source note number: 00H - 7FH (0 - 127)
* A Note-on received immediately after a Portamento Control message will
change continuously in pitch, starting from the pitch of the Source Note
Number.
* If a voice is already sounding for a note number identical to the Source
Note Number, this voice will continue sounding (i.e., legato) and will,
when the next Note-on is received, smoothly change to the pitch of that
Note-on.
* The rate of the pitch change caused by Portamento Control is determined
by the Portamento Time value.
○ General Purpose Eect 1 (Reverb Send Level)
(Controller number 91)
Status 2nd byte 3rd byte
---------- --------- ---------
BnH 5BH vvH
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
vv = Reverb Send Level: 00H - 7FH (0 - 127)
* The Rev Send parameter (SCENE EDIT: ZONE EDIT: INTERNAL) will change.
○ General Purpose Eect 3 (Chorus Send Level)
(Controller number 93)
Status 2nd byte 3rd byte
---------- --------- ---------
BnH 5DH vvH
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
vv = Chorus Send Level: 00H - 7FH (0 - 127)
○ RPN MSB/LSB (Controller number 100, 101)
Status 2nd byte 3rd byte
---------- --------- ---------
BnH 65H mmH
BnH 64H llH
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
mm = upper byte (MSB) of parameter number specied by RPN
ll = lower byte (LSB) of parameter number specied by RPN
<<< RPN >>>
Control Changes include RPN (Registered Parameter Numbers), which are
extended.
When using RPNs, rst RPN (Controller numbers 100 and 101; they can be sent
in any order) should be sent in order to select the parameter, then Data
Entry (Controller numbers 6 and 38) should be sent to set the value. Once
RPN messages are received, Data Entry messages that is received at the same
MIDI channel after that are recognized as changing toward the value of the
RPN messages. In order not to make any mistakes, transmitting RPN Null is
recommended after setting parameters you need.
This device receives the following RPNs.
RPN Data entry
MSB, LSB MSB, LSB Notes
-------- -------- -----
00H, 00H mmH, llH Pitch Bend Sensitivity
mm: 00H - 18H (0 - 24 semitones)
ll: ignored (processed as 00H)
Up to 2 octave can be specied in semitone steps.
* The Bend Range parameter (SCENE EDIT:ZONE EDIT:PITCH) will change.
00H, 01H mmH, llH Channel Fine Tuning
mm, ll: 20 00H - 40 00H - 60 00H
(-4096 x 100 / 8192 - 0 - +4096 x 100 / 8192 cent)
* The Fine Tune parameter (SCENE EDIT:ZONE EDIT:INTERNAL) will change.
00H, 02H mmH, llH Channel Coarse Tuning
mm: 10H - 40H - 70H (-48 - 0 - +48 semitones)
ll: ignored (processed as 00H)
* The Coarse Tune parameter (SCENE EDIT:ZONE EDIT:INTERNAL) will change.
7FH, 7FH ---, --- RPN null
RPN and NRPN will be set as "unspecied." Once this
setting has been made, subsequent Parameter values
that were previously set will not change.
mm, ll: ignored
● Program Change
Status 2nd byte
---------- ---------
CnH ppH
* The Cho Send parameter (SCENE EDIT: ZONE EDIT: INTERNAL) will change.
4
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
pp = Program number: 00H - 7FH (prog.1 - prog.128)
* Not received when the RX PC parameter (SYSTEM: MIDI: MIDI RX) is OFF.
MIDI Implementation
● Channel Pressure
Status 2nd byte
---------- ---------
DnH vvH
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
vv = Channel Pressure: 00H - 7FH (0 - 127)
● Pitch Bend Change
Status 2nd byte 3rd byte
---------- --------- ---------
EnH llH mmH
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
mm, ll = Pitch Bend value: 00 00H - 40 00H - 7F 7FH (-8192 - 0 - +8191)
■ Channel Mode Messages
● All Sounds O (Controller number 120)
Status 2nd byte 3rd byte
---------- --------- ---------
BnH 78H 00H
● All Notes O (Controller number 123)
Status 2nd byte 3rd byte
---------- --------- ---------
BnH 7BH 00H
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
* When All Notes O is received, all notes on the corresponding channel
will be turned o. However, if Hold 1 or Sostenuto is ON, the sound will
be continued until these are turned o.
● OMNI OFF (Controller number 124)
Status 2nd byte 3rd byte
---------- --------- ---------
BnH 7CH 00H
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
* The same processing will be carried out as when All Notes O is received.
● OMNI ON (Controller number 125)
Status 2nd byte 3rd byte
---------- --------- ---------
BnH 7DH 00H
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
* When this message is received, all notes currently sounding on the
corresponding channel will be turned o.
● Reset All Controllers (Controller number
121)
Status 2nd byte 3rd byte
---------- --------- ---------
BnH 79H 00H
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
* When this message is received, the following controllers will be set to
their reset values.
Controller Reset value
Pitch Bend Change +/-0 (center)
Polyphonic Key Pressure 0 (o)
Channel Pressure 0 (o)
Modulation 0 (o)
Breath Type 0 (min)
Foot Type 0 (min)
Expression 127 (max)
However the controller will be at minimum.
Hold 1 0 (o)
Sostenuto 0 (o)
Soft 0 (o)
RPN unset; previously set data will not change
NRPN unset; previously set data will not change
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
* The same processing will be carried out as when All Notes O is received.
OMNI ON will not be turned on.
● MONO (Controller number 126)
Status 2nd byte 3rd byte
---------- --------- ---------
BnH 7EH mmH
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
mm = mono number: 00H - 10H (0 - 16)
* The same processing will be carried out as when All Notes O is received.
* The Mono/Poly parameter (SCENE EDIT: ZONE SOUND: GENERAL) will change.
● POLY (Controller number 127)
Status 2nd byte 3rd byte
---------- --------- ---------
BnH 7FH 00H
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
* The same processing will be carried out as when All Notes O is received.
* The Mono/Poly parameter (SCENE EDIT: ZONE SOUND: GENERAL) will change.
5
MIDI Implementation
■ System Exclusive Message
Status Data byte Status
------ --------- ------
F0H iiH, ddH, ......,eeH F7H
F0H: System Exclusive Message status
ii = ID number: an ID number (manufacturer ID) to indicate the
manufacturer whose Exclusive message this is. Roland’s
manufacturer ID is 41H. ID numbers 7EH and 7FH are
extensions of the MIDI standard; Universal Non-realtime
Messages (7EH) and Universal Realtime Messages (7FH).
dd,...,ee = data: 00H - 7FH (0 - 127)
F7H: EOX (End Of Exclusive)
Of the System Exclusive messages received by this device, the Universal
Non-realtime System Exclusive messages and the Universal Realtime System
Exclusive messages and the Data Request 1 (RQ1) messages and the Data Set 1
(DT1) messages will be set automatically.
● Universal Non-realtime System Exclusive
Messages
○ Identity Request Message
Status Data byte Status
------ --------- ------
F0H 7EH, dev, 06H, 01H F7H
Byte Explanation
---- -----------
F0H Exclusive status
7EH ID number (Universal Non-realtime Message)
dev Device ID (dev: 10H - 1FH, 7FH)
06H Sub ID#1 (General Information)
01H Sub ID#2 (Identity Request)
F7H EOX (End Of Exclusive)
* When this message is received, Identity Reply message will be
aaH Address MSB: upper byte of the starting address of the data to be
sent
bbH Address: upper middle byte of the starting address of the data to be
sent
ccH Address: lower middle byte of the starting address of the data to be
sent
ddH Address LSB: lower byte of the starting address of the data to be
sent.
eeH Data: the actual data to be sent. Multiple bytes of data are
transmitted in order starting from the address.
:
H Data
sum Checksum
F7H EOX (End Of Exclusive)
* The amount of data that can be transmitted at one time depends on the
type of data, and data will be transmitted from the specied starting
address and size. Refer to the address and size given in "Parameter
Address Map".
* Data larger than 256 bytes will be divided into packets of 256 bytes or
less, and each packet will be sent at an interval of about 20 ms.
* Regarding the checksum, please refer to "How to calculate the checksum".
* Not received when the Rx Exclusive parameter (SYSTEM: MIDI: MIDI RX) is
OFF.
2. Data Transmission
■ Channel Voice Messages
● Note O
Status 2nd byte 3rd byte
---------- --------- ---------
8nH kkH vvH
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
kk = note number: 00H - 7FH (0 - 127)
vv = note o velocity: 00H - 7FH (0 - 127)
● Note On
Status 2nd byte 3rd byte
---------- --------- ---------
9nH kkH vvH
n = MIDI channel number: 0H - FH (ch.1 - ch.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, the RD-88 can transmit any control change
message.
○ 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 - ch.16)
mm, ll = Bank number: 00 00H - 7F 7FH (bank.1 - bank.16384)
* These messages are transmitted when Scene or Tone is selected. But
not transmitted when Tx PC (SYSTEM:MIDI:MIDI TX) or Tx Bank parameter
(SYSTEM:MIDI:MIDI TX) is OFF.
○ Modulation (Controller number 1)
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)
○ Breath type (Controller number 2)
Status 2nd byte 3rd byte
---------- --------- ---------
BnH 02H vvH
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
vv = Control value: 00H - 7FH (0 - 127)
8
Loading...
+ 16 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.