205
MIDI Implementation
Appendices
● Continue
Status
FBH
● Stop
Status
FCH
● Active sensing
Status
FEH
* This will be transmitted constantly at intervals of approximately 250ms.
■ System exclusive messages
* Regarding the system exclusive message refer to p. 202.
Identity reply and Data Set 1 (DT1) are the only System Exclusive messages transmitted by
TD-8.
When an appropriate Identity Request or Data Request 1 (RQ1) message is received, the
requested internal data will be transmitted.
● Universal Non-realtime System Exclusive Messages
❍Identity Reply
Status Data byte Status
F0H 7EH, dev, 06H, 02H, 41H, 20H, 01H, F7H
00H, 00H, 00H, 02H, 00H, 00H
Byte Explanation
F0H Exclusive status
7EH ID number (universal non-realtime message)
dev Device ID (dev: 00H - 1FH (1 - 32) Initial value is 10H (17))
06H 02H Identity Reply
41H ID number(Roland)
20H 01H Device family code
00H 00H Device family number code
00H 02H 00H 00H software revision level
F7H EOX (End Of Exclusive)
* When Identity Request (p. 202) is received, Identity Reply message will be transmitted.
● Data Transmission
❍Data set 1 DT1 (12H)
Status Data byte Status
F0H 41H, dev, 00H, 20H, 12H, aaH, bbH, F7H
ccH, ddH, eeH,... ffH, sum
Byte Explanation
F0H Exclusive status
41H ID number (Roland)
dev Device ID (dev: 00H - 1FH (1-32) Initial value is 10H (17))
00H 20H Model ID (TD-8)
12H Command ID (DT1)
aaH Address MSB: upper byte of the starting address of the data to be sent
bbH Address 2nd: 2nd byte of the starting address of the data to be sent
ccH Address 3rd: 3rd 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 once time will depend on the type of data,
and data must be requested using a specific starting address and size. Refer to the
Address and Size listed in “Parameter Address Map” (p. 208).
* Data larger than 128 bytes must be divided into packets of 128 bytes or less. If “Data Set
1” is transmitted successively, there must be an interval of at least 40 ms between
packets.
* Regarding the checksum please refer to p. 212.
GM mode
Section 1. Receive data
■ Channel Voice Messages
* The following Channel Voice messages can be received on channels for which the PART
RX SW (hold down [SHIFT] and press [MIXER]) is set to “ON”.
● Note Off
Status 2nd byte 3rd byte
8nH kkH vvH
9nH kkH 00H
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
kk = note number: 00H - 7FH (0 - 127)
vv = note off velocity: 00H - 7FH (0 - 127)
* In the rhythm part (ch.10), ignored this message.
* The Velocity Values of Note Off message are ignored.
● 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: 00H - 7FH (0 - 127)
● Control Change
❍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)* In the rhythm part (ch.10), ignored this
message.
* In the rhythm part (ch.10), ignored this message.
❍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 - ch.16)
mm, ll = The value of the parameter specified by RPN.
mm = upper byte (MSB), ll = lower byte (LSB)
* In the rhythm part (ch.10), ignored this message.
On the GM mode of TD-8, RPN can be used to modify the following parameters.
RPN Data entry
MSB LSB MSB LSB Explanation
00H 00H mmH --- Pitch Bend Sensitivity
mm: 00H - 18H (0 - 24 semitones)
ll: ignored (processed as 00H)
specify up to 2 octaves in semitone steps
00H 01H mmH llH Channel Fine Tunning
mm,ll: 00 00H - 40 00H - 7F 7FH (-100 - 0 - +99.99
cents)
Refer to “●About tuning” (p. 212).
00H 02H mmH --- Channel Coarse Tunning
mm: 28H-40H-58H (-24 - 0 - +24 semitones)
ll: ignored (processed as 00H)
7FH 7FH --- --- RPN null
set condition where RPN is unspecified. The data
entry messages after set RPN null will be
ignored.(No Data entry messages are required
after RPN null).
Settings already made will not change.
mm, ll: ignored