Aplicación MIDI
G Program Change
Status
2nd byte
CnH
ppH
n = MIDI channel number:
0H - FH (ch.1 - ch.16)
pp = Program number:
00H - 7FH (prog.1 - prog.128)
* When a drum kit is selected, or when a pattern is selected, the pattern number of the
sequencer pattern data will be transmitted.
G 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)
* Transmitted only when the TD-10 is in play for Pattern in which Pitch Bend Change is
recorded.
I System Common Messages
G Song Position Pointer
Status
2nd byte
3rd byte
F2H
llH
mmH
mm,ll = Song Position:
F00 00H - 7F 7FH(0 - 16383)
G Song Select
Status
2nd byte
F3H
ppH
pp = Pattern number:
00H-63H (PATTERN1-PATTERN100)
* When a pattern is selected, the song select number will be transmitted.
I System Realtime Message
G Timing Clock
Status
F8H
G Start
Status
FAH
G Continue
Status
FBH
G Stop
Status
FCH
G Active sensing
Status
FEH
* This will be transmitted constantly at intervals of approximately 250ms.
I System exclusive messages
Inquiry reply and Data Set 1 (DT1) are the only System Exclusive messages transmitted by
TD-10.
When an appropriate "Inquiry Request" or "Data Request 1 (RQ1)" message is received,
the requested internal data will be transmitted.
G Universal Non-realtime System Exclusive Messages
❍ Inquiry reply
Status
Data byte
F0H
7EH, dev, 06H, 02H,41H,0AH,01H,00H,00H,00H,
06H,00H,00H
158
Byte
F0H
7EH
dev
06H 02H
41H
0AH 01H
00H 00H
00H 02H 00H 00H
F7H
* When Inquiry Request (P. 156)is received, Inquiry Reply message will be transmitted.
❍ Data set 1
Status
F0H
Byte
F0H
41H
dev
00H 0AH
12H
aaH
bbH
ccH
ddH
eeH
:
ffH
sum
F7H
* 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 3.Parameter address map (Page 159).
* 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 pack-
ets.
* Regarding the checksum please refer to Page 163.
I Bulk Dump
Bulk Dump allows you to transmit a large amount of data at once, and is convenient for
storing settings for the entire unit on a computer or sequencer.
For Bulk Dump Request, you must use the Address and Size listed in the following "Bulk
Dump Request".
G Bulk Dump Request
Address(H)
10 00 00 00
10 mm 00 00
40 00 00 00
41 nn 00 00
44 pp 16 00
mm = 01-32H (Pattern No.51-100)
nn = 00-31H (Drum Kit No.1-50)
pp = 00-03H (Perc Group No.1-4)
* Request for ALL PATTERNS and SET UP are correspond to "Bulk Dump" parameter (
[SETUP]-[F2(MIDI)]-[F4(BULK)]).
* Data of preset pattern (No.1-50) cannot be transmitted.
Status
F7H
Explanation
Exclusive status
ID number (universal non-realtime message)
Device ID (dev: 00H - 1FH (1 - 32) Initial value is 10H (17))
Inquiry reply
ID number(Roland)
Device family code
Device family number code
software revision level
EOX (End Of Exclusive)
DT1 (12H)
Data byte
41H, dev, 00H, 0AH, 12H, aaH, bbH, ccH, ddH,
eeH,... ffH, sum
Explanation
Exclusive status
ID number (Roland)
Device ID (dev: 00H - 1FH Initial value is 10H)
Model ID (TD-10)
Command ID (DT1)
Address MSB: upper byte of the starting address of the data to be sent
Address 2nd: 2nd byte of the starting address of the data to be sent
Address 3rd: 3rd byte of the starting address of the data to be sent.
Address LSB: lower byte of the starting address of the data to be sent.
Data: the actual data to be sent. Multiple bytes of data are transmitted in
order starting from the address.
:
Data
Checksum
EOX (End Of Exclusive)
Size(H)
00 00 00 00 (ALL Patterns: dump request for all user pattern (51-100))
00 00 00 00 (ONE Pattern: dump request for 1 song specified by "mm"
01 00 00 00 (SETUP: )
00 01 00 00 (DRUM KIT:)
00 00 48 00 (PERCUSSION GROUP:)
Status
F7H