Owner`s manual

103
MIDI Implementation
Data Request 1 RQ1
This message requests the other device to transmit data. The address and size indicate the
type and amount of data that is requested. When a Data Request message is received, if the
device is in a state in which it is able to transmit data, and if the address and size are
appropriate, the requested data is transmitted as a Data Set 1 (DT1) message. If the
conditions are not met, nothing is transmitted. The model ID of the exclusive messages used
by this instrument is 00 65H.
Status
data byte
F0H 41H, dev, 00H, 65H, 11H, aaH, bbH, ccH, ddH, ssH, ttH, uuH, vvH, sum
Status
F7H
Byte
Remarks
F0H Exclusive status
41H ID number (Roland)
dev device ID (dev: 10H fixed)
00H model ID
65H model ID (VK-88)
11H command ID (RQ1)
aaH address MSB
bbH address
ccH address
ddH address LSB
ssH size MSB
ttH size
uuH size
vvH size LSB
sum checksum
F7H EOX (End Of Exclusive)
* The amount of data can be transmitted at one time depends on the type of data, and data
will be transmitted from the specified starting address and size. Refer to the address and
size given in “Parameter Address Map” (p. 105).
* For the address, size, and checksum, refer to “Examples of system exclusive messages
and calculating the checksum” (p. 107).
* Regarding the checksum, please refer to page 107.
Data Set 1 DT1
This message transmits the actual data, and is used when you wish to set the data of the
receiving device.
Status data byte
F0H 41H, dev, 00H, 65H, 12H, aaH, bbH, ccH, ddH, eeH, ... ffH, sum
Status
F7H
Byte
Remarks
F0H Exclusive status
41H ID number (Roland)
dev device ID (dev: 10H fixed)
00H model ID
65H model ID (VK-88)
12H command ID (DT1)
aaH address MSB
bbH address
ccH address
ddH address LSB
eeH data: The actual data to be transmitted. Multi-byte data is transmitted
in the order of the address.
::
ffH data
sum checksum
F7H EOX (End Of Exclusive)
* For the address, size, and checksum, refer to “Examples of System Exclusive Messages
and Calculating the Checksum” (p. 107).
* Data whose size is greater than 128 bytes should be divided into packets of 128 bytes or
less and transmitted. Successive “Data Set 1” messages should have at least 40 ms of
time interval between them.
* Regarding the checksum, please refer to page 107.
2. Transmitted Data
* Messages that affect the system or the entire organ part are transmitted on the channel
specified by CONTROL MIDI CH. (p. 77).
* Messages related to individual Organ parts are transmitted on the channels specified by
UPPER/LOWER/PEDAL ORGAN MIDI CH. (p. 77).
* Messages related to the Orchestral Tones part are transmitted on the channel specified
by ORCHESTRAL TONES MIDI CH (p. 77).
Channel Voice Messages
Note off
Status 2nd byte 3rd byte
8nH kkH vvH
n = MIDI channel number: 0H-FH (ch.1-ch.16)
kk = note number: 1EH-65H (30-101) (Organ Part)
00H-7FH (0-127) (Orchestral Tones Part)
vv = note off velocity: 40H (64) (Organ Part)
00H-7FH (0-127) (Orchestral Tones Part)
Note on
Status 2nd byte 3rd byte
9nH kkH vvH
n = MIDI channel number: 0H-FH (ch.1-ch.16)
kk = note number: 1EH-65H (30-101) (Organ Part)
00H-7FH (0-127) (Orchestral Tones Part)
vv = note on velocity: 64H (100) (Organ Part)
01H-7FH (1-127) (Orchestral Tones Part)
Control Change
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 = Bank number upper Byte: 00H - 7FH (0 - 127)
ll = Bank number lower Byte 00H - 7FH (0 - 127)
* Signals are not transmitted when MIDI Tx Mode (p. 88) is set to Internal.
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)
Volume (Controller number 7)
Status 2nd byte 3rd byte
BnH 07H vvH
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
vv = volume: 00H - 7FH (0 - 127)
* Signals are transmitted in response to the action of the panel’s ORCHESTRAL TONES
harmonic bars over the channel specified in ORCHESTRAL TONES MIDI CH. (p. 77).
Expression (Controller number 11)
Status 2nd byte 3rd byte
BnH 0BH vvH
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
vv = expression: 10H - 7FH (10 - 127) (Organ Part)
00H - 7FH (0 - 127) (Orchestral Tones Part)
* Transmitted when the expression pedal is operated, on the channel specified by
CONTROL MIDI CH. (p. 77) and ORCHESTRAL TONES MIDI CH.
General Purpose Controller 1 (Controller number 16) (Orchestral Tones
Glide)
Status 2nd byte 3rd byte
BnH 10H vvH
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
vv = control value: 00H - 7FH (0 - 127) 0-63 = OFF, 64-127 = ON
* Not transmitted when MIDI GENERAL CONTROLLERS SWITCH (p. 76) is OFF.
General Purpose Controller 2 (Controller number 17) (Wheel Brake)
Status 2nd byte 3rd byte
BnH 11H vvH
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
vv = control value: 00H - 7FH (0 - 127) 0-63 = OFF, 64-127 = ON
* Not transmitted when MIDI GENERAL CONTROLLERS SWITCH (p. 76) is OFF.