251
MIDI Implementation
❍
Data set 1 DT1 (12H)
Status Data byte Status
F0H 41H, dev, 00H, 6BH, 12H, aaH, bbH, F7H
ccH, ddH, eeH, ... ffH, sum
Byte Explanation
F0H Exclusive status
41H ID number (Roland)
dev Device ID (dev: 00H - 1FH, 7FH)
00H Model ID #1 (Fantom-XR)
6BH Model ID #2 (Fantom-XR)
12H Command ID (DT1)
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.
: :
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. 252).
* 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. 269)
* Not received when the Receive Exclusive parameter (SYSTEM/MIDI) is OFF.
Status Data byte Status
F0H 41H, dev, 42H, 12H, aaH, bbH, ccH, F7H
ddH, ... eeH, sum
Byte Explanation
F0H Exclusive status
41H ID number (Roland)
dev Device ID (dev: 10H - 1FH, 7FH)
42H Model ID (GS)
12H Command ID (DT1)
aaH Address MSB: upper byte of the starting address of the transmitted
data
bbH Address: middle byte of the starting address of the transmitted
data
ccH Address LSB: lower byte of the starting address of the transmitted
data
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
(p. 252).
* 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. 269)
* Not received when the Receive Exclusive parameter (SYSTEM/MIDI) is OFF.
2. Data Transmission
■
Channel Voice Messages
The following messages are transmitted when using the Arpeggio, the Chord Memory
function, or the Rhythm function.
* This message is not sent when Tx Note parameter (SYSTEM/MIDI) is OFF.
●
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 off 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)
■
System Exclusive Messages
Universal Non-realtime System Exclusive Message” and Data Set 1 (DT1) are the only
System Exclusive messages transmitted by the Fantom-XR
●
Universal Non-realtime System Exclusive Message
●
Identity Reply Message (Fantom-XR)
Receiving Identity Request Message, the Fantom-XR send this message.
Status
Data byte Status
F0H 7EH, dev, 06H, 02H, 41H, 6BH, 01H, F7H
00H, 01H, 03H, 00H, 00H, 00H
Byte Explanation
F0H Exclusive status
7EH ID number (Universal Non-realtime Message)
dev Device ID (dev: 10H - 1FH)
06H Sub ID#1 (General Information)
02H Sub ID#2 (Identity Reply)
41H ID number (Roland)
6BH 01H Device family code
00H 01H Device family number code
03H 00H 00H 00H Software revision level
F7H EOX (End of Exclusive)
Fantom-XR_r_e.book 251 ページ 2006年4月4日 火曜日 午前10時14分