112
MIDI Implementation
❍
Data Set 1DT1 (12H)
Status
Data byte
Status
F0H
41H, dev, 00H, 7BH, 12H,
F7H
aaH, bbH,ccH, ddH, ... ffH, sum
Byte
Explanation
F0H
Exclusive status
41H
ID number (Roland)
dev
Device ID (dev: 00H - 1FH, 7FH)
00H
Model ID #1 (P-1)
7BH
Model ID #2 (P-1)
12H
Command ID (DT1)
aaH
Address MSB
bbH
Address:
ccH
Address LSB
ddH
Data: the actual data to be sent. Multiple bytes of data are
transmitted in order starting from the address.
:
:
ffH
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 specified starting address and size.
Refer to the address and size given in “Parameter Address Map” (p. 113).
*
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 (p. 116)
Status
Data byte
Status
F0H
41H, dev, 00H, 51H, 12H,
F7H
aaH, bbH,ccH, ddH, ... ffH, sum
Byte
Explanation
F0H
Exclusive status
41H
ID number (Roland)
dev
Device ID (dev: 10H - 1FH, 7FH)
00H
Model ID #1 (V-LINK)
51H
Model ID #2 (V-LINK)
12H
Command ID (DT1)
aaH
Address MSB
bbH
Address
ccH
Address LSB
ddH
Data: the actual data to be transmitted. Multiple bytes of data
are transmitted starting from the address.
:
:
eeH
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 specified 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 (p. 116)
2. Data Transmission
■
Channel Voice Messages
●
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 - 16)
mm, ll = Bank number:
00 00H - 7F 7FH (INPUT SELECT A, B)
*
Used to control the V-1’s INPUT SELECT.
❍
General Purpose Controller 1 MSB (Controller number 16)
Status
2nd byte
3rd byte
BnH
10H
vvH
n = MIDI channel number:
0H - FH (ch.1 - 16)
vv = Control value:
00H - 40H - 7FH (0.0 - 2.0 - 4.0 sec)
*
Used to control the V-1’s TRANSITION TIME.
❍
General Purpose Controller 2 MSB (Controller number 17)
Status
2nd byte
3rd byte
BnH
11H
vvH
n = MIDI channel number:
0H - FH (ch.1 - 16)
vv = Control value:
00H - 40H - 7FH (A - center - B)
*
Used to control the V-1’s VIDEO FADER.
❍
General Purpose Controller 3 MSB (Controller number 18)
Status
2nd byte
3rd byte
BnH
12H
vvH
n = MIDI channel number:
0H - FH (ch.1 - 16)
vv = Control value:
00H - 7FH (OFF, MIN - MAX)
*
Used to control the V-1’s SUPERIMPOSE.
●
Program Change
Status
2nd byte
CnH
ppH
n = MIDI channel number:
0H - FH (ch.1 - 16)
pp = Program number:
00H - 03H (INPUT SELECT ch.1 - 4)
*
Used to control the V-1’s INPUT SELECT.
■
System Realtime Messages
●
Active Sensing
Status
FEH
*
This message is transmitted at intervals of approximately 250 msec.
INPUT SELECT
BS MSB
BS LSB
PC
A ch.1
Bn 00 00
Bn 20 00
Cn 00
A ch.2
Bn 00 00
Bn 20 00
Cn 01
A ch.3
Bn 00 00
Bn 20 00
Cn 02
A ch.4
Bn 00 00
Bn 20 00
Cn 03
B ch.1
Bn 00 01
Bn 20 00
Cn 00
B ch.2
Bn 00 01
Bn 20 00
Cn 01
B ch.3
Bn 00 01
Bn 20 00
Cn 02
B ch.4
Bn 00 01
Bn 20 00
Cn 03
P-1_e.book 112 ページ 2004年2月24日 火曜日 午後7時56分