manuals.online logo
Brands
  1. Home
  2. •
  3. Brands
  4. •
  5. Roland
  6. •
  7. Drum
  8. •
  9. Roland TD-17 User manual

Roland TD-17 User manual

MIDI Implementation
Model: TD-17 (TD-17-L)
Date: May. 1. 2018
Version: 1.00
* In this implementation, the order in which the TD-17’s buttons should be pressed is indicated in the following way.
For example, [SETUP]–[MIDI]–[BASIC] means “press the [SETUP] button, then turn the dial to select the [MIDI], then press the [ENTER]
button, then press the [BASIC] button.”
For details, refer to “Owner's Manual.”
* The “Data List” (PDF) referred to in this document can be obtained via the Roland website.
1. Receive Data
■ Channel Voice Messages
* Following Channel Voice Messages can be received in [SETUP] - [MIDI] - [BASIC] MIDI Channel.
* Not received when [SETUP] - [MIDI] - [BASIC] MIDI Tx/Rx Sw is set to “OFF.”
● 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: 01H - 7FH (1 - 127)
* Only the note numbers assigned by the kit are received.
For details on note numbers, refer to the PAD MIDI page of “TD-17 Data List” (PDF).
● Polyphonic Key Pressure
Status 2nd byte 3rd byte
AnH kkH vvH
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
kk = note number: 00H - 7FH (0 - 127)
vv = value 00H - 7FH (0 - 127)
* Only the note numbers assigned by the kit are received.
For details on note numbers, refer to the PAD MIDI page of “TD-17 Data List” (PDF).
* If the value is greater than 1, the decay of the note sounded by the received note number will be shortened based on the value
(Used in choking).
● Control Change
○ Foot Controller (Controller number 4)
Status 2nd byte 3rd byte
BnH 04H vvH
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
vv = Control value: 00H - 7FH (0 - 127: open to closed)
* Changes the position of the hi-hat control pedal.
● 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)
* Not Received when [SETUP]–[MIDI]–[BASIC] program Change Rx is set to “OFF.”
* The sound changes starting with a new note-on that follows program change reception. A voice that was already sounding before the
program change was received is not affected.
■ Channel Mode Messages
* Following Channel Voice Messages can be received in [KIT]–[MIDI]–[BASIC] MIDI Channel.
* Not received when [SETUP]–[MIDI]–[BASIC] Tx/Rx Sw is set to “OFF.”
● All Sounds Off (Controller number 120)
Status 2nd byte 3rd byte
BnH 78H 00H
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
* When this message is received, all currently-sounding notes on the corresponding channel will be silenced. However, the status of
channel messages will not change.
● Reset All Controllers (Controller number 121)
Status 2nd byte 3rd byte
BnH 79H 00H
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
* When this message is received, the polyphonic key pressure of all pads and the foot controller are reset to 0.
● All Notes Off (Controller number 123)
Status 2nd byte 3rd byte
BnH 7BH 00H
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
* The same processing will be carried out as when All Sounds Off is received.
P.1
●OMNI OFF (Controller number 124)
Status 2nd byte 3rd byte
BnH 7CH 00H
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
* The same processing will be carried out as when All Sounds Off is received.
●OMNI ON (Controller number 125)
Status 2nd byte 3rd byte
BnH 7DH 00H
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
* The same processing will be carried out as when All Sounds Off is received.
●MONO (Controller number 126)
Status 2nd byte 3rd byte
BnH 7EH mmH
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
mm= mono number: 00H - 10H (0 - 16)
* The same processing will be carried out as when All Sounds Off is received.
● POLY (Controller number 127)
Status 2nd byte 3rd byte
BnH 7FH 00H
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
* The same processing will be carried out as when All Sounds Off is received.
■ System Exclusive Message
Status Data byte Status
F0H iiH, ddH, ......, eeH F7H
F0H: System Exclusive Message status
ii= ID number: An ID number (manufacturer ID) to indicate the manufacturer whose Exclusive message this is. Roland’s manufacturer
ID is 41H.
ID numbers 7EH and 7FH are extensions of the MIDI standard; Universal Non-realtime Messages (7EH) and Universal Realtime Messages
(7FH).
dd, ..., ee= data: 00H–7FH (0–127)
F7H: EOX (End Of Exclusive)
The System Exclusive Messages received by this device are Universal Non-realtime System Exclusive Messages.
This device receives the following system exclusive messages: universal non-realtime system exclusive messages, data request (RQ1),
and data set (DT1).
● Universal Non-realtime System Exclusive Messages
○ Identity Request Message
Status Data byte Status
F0H 7EH, dev, 06H, 01H F7H
Byte Explanation
F0H Exclusive status
7EH ID number (Universal Non-realtime Message)
dev Device ID ( (10H–1FH (17–32), 7FH
Initial value is 10H (17)
06H Sub ID#1 (General Information)
01H Sub ID#2 (Identity Request)
F7H EOX (End Of Exclusive)
* When Identity Request is received, Identity Reply message will be transmitted (p. 4).
* The [SETUP]-[MIDI]-[SYS EX] Device ID setting is used as the Device ID.
● Data Transmission
This instrument can use exclusive messages to exchange many varieties of internal settings with other devices.
The model ID of the exclusive messages used by this instrument is 00H 00H 00H 4BH.
○ 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.
Status Data byte Status
F0H 41H, dev, 00H, 00H, 00H, F7H
4BH, 11H, aaH, bbH,ccH,
ccH, ddH, ssH, ttH, uuH,
vvH, sum
byte Explanation
F0H Exclusive status
41H ID number (Roland)
dev device ID (dev: 10H–1FH, 7FH)
00H Model ID#1 (TD-17)
00H Model ID#2 (TD-17)
00H Model ID#3 (TD-17)
4BH Model ID#4 (TD-17)
P.2
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 size of data that can be transmitted at one time is fixed for each type of data.
And data requests must be made with a fixed starting address and size. Refer to the address and size given in “3. Parameter Address
Map”(p. 5).
* For the checksum, refer to p. 34.
○ Data Set 1 (DT1)
These are the messages that convey the actual data, and are used when you want to load data into a device.
Status Data byte Status
F0H 41H, dev, 00H, 00H, 00H, F7H
4BH, 12H, aaH, bbH, ccH,
ddH, eeH, ... ffH, sum
Byte Explanation
F0H Exclusive status
41H ID number (Roland)
dev Model ID#dev: 10H–1FH, 7FH)
00H Model ID#1 (TD-17)
00H Model ID#2 (TD-17)
00H Model ID#3 (TD-17)
4BH Model ID#4 (TD-17)
12H Model ID (DT1)
aaH Address MSB
bbH Address
ccH Address
ddH Address LSB
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 “3. Parameter Address Map” (p. 5).
* 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. 34.
2. Transmit Data
* If the [SETUP]-[MIDI]-[THRU] Bluetooth setting (except for the TD-17-L) or USB setting is "ON," received messages are also
transmitted to the corresponding jack as well as the messages listed below.
■ Channel Voice Messages
* The following channel voice messages are transmitted on the channel specified as the [SETUP]-[MIDI]-[BASIC] MIDI Channel.
* Not transmitted when [SETUP]-[MIDI]-[BASIC] MIDI Tx/Rx Sw is set to “OFF.”
● Note Off
Status 2nd byte 3rd byte
8nH kkH vvH
n = MIDI channel number: 0H–FH (ch.1–ch.16)
kk = note number: 00H–7FH (0–127)
vv = Note off velocity: 40H (64) fixed
* A note-off is transmitted 0.1 seconds after you strike a pad or use the hi-hat control pedal to play a foot close (splash).
● 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: 01H - 7FH (1 - 127)
* The note number assigned by the kit is transmitted when you strike a pad or use the hi-hat control pedal to play a foot-close
(splash).
* If the [KIT]-[XSTICK] Xstick Switch is "ON," and you play the SNARE pad using the cross-stick technique, the note number assigned
by [OTHER]-[MIDI NOTE] SNARE <XSTICK> is transmitted.
* The note number that is transmitted when you strike the hi-hat pad (open or closed) is switched depending on how deeply the hi-hat
pedal is being pressed.
● Polyphonic Key Pressure
Status 2nd byte 3rd byte
AnH kkH vvH
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
kk = note number: 00H - 7FH (0 - 127)
vv = value 00H, 7FH (0, 127)
* This message is transmitted on the note number assigned to the head and the rim, with a value of 7FH when the rim of the pad is
pressed or with a value of 00H when the rim is released.
P.3
(If using a pad that supports the choke technique and [SETUP]-[Pad Settings]-[TYPE] is set to the corresponding value.)
● Control Change
○ Foot Controller (Controller number 4)
Status 2nd byte 3rd byte
BnH 04H vvH
n = MIDI channel number: 0H - FH (ch.1 - ch.16)
vv = Modulation depth: 00H - 7FH (0 - 127)
* Transmitted when you operate the hi-hat control pedal.
When you strike the HI-HAT pad, this message is transmitted as pedal position data before the note-on.
● 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)
* Not transmitted when [SETUP]-[MIDI]-[BASIC] Program Change TX is set to “OFF.”
* When a drum kit is selected, the corresponding program number is transmitted.
■ System Realtime Messages
● Active Sensing
Status
FEH
* This message is transmitted at intervals of approximately 250 msec.
■ System Exclusive Message
Identity Reply and Data Set (DT1) are the only System Exclusive messages transmitted by this device.
● Universal Non-realtime System Exclusive Message
○ Identity Reply
Status Data byte Status
F0H 7EH, dev, 06H, 02H, 41H, F7H
4BH, 03H, 00H, 00H, 00H,
00H, 00H, 00H
Byte Explanation
F0H Exclusive status
7EH ID number (Universal Non-realtime Message)
dev Device ID (10H–1FH (17–32), 7FH)
Initial value is 10H (17)
06H Sub ID#1 (General Information)
02H Sub ID#2 (Identity Reply)
41H ID number (Roland)
4BH 03H Device family code
00H 00H Device family number code
00H 00H 00H 00H Software revision level
F7H EOX (End of Exclusive)
* When Identity Request (p. 2) is received, Identity Reply message will be transmitted.
* The [SETUP]-[MIDI]-[SYS EX] Device ID setting is used as the Device ID.
○ Data Set 1 (DT1)
These are the messages that convey the actual data, and are used when you want to load data into a device.
Status Data byte Status
F0H 41H, dev, 00H, 00H, 00H, F7H
4BH, 12H, aaH, bbH, ccH,
ddH, eeH, ... ffH, sum
Byte Explanation
F0H Exclusive status
41H ID number (Roland)
dev Device ID (dev: 10H–1FH, 7FH)
00H Model ID#1 (TD-17)
00H Model ID#2 (TD-17)
00H Model ID#3 (TD-179
4BH Model ID#4 (TD-17)
12H Command ID (DT1)
aaH Address MSB
bbH Address
ccH Address
ddH Address LSB
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 “3. Parameter Address Map” (p. 5).
* 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
P.4
20 ms.
3. Parameter Address Map
* Transmission of “#” marked address is divided to some packets. For example, ABH in hexadecimal notation will be divided to 0AH
and 0BH, and is sent/received in this order.
+------------------------------------------------------------------------------+
| Start | |
| Address | Description |
|-------------+----------------------------------------------------------------|
| 00 00 00 00 | Current [Current] |
|-------------+----------------------------------------------------------------|
| 01 00 00 00 | Setup [Setup] |
|-------------+----------------------------------------------------------------|
| 02 00 00 00 | Trigger [Trigger] |
|-------------+----------------------------------------------------------------|
| 03 00 00 00 | Kit 1 [Kit] |
| 03 02 00 00 | Kit 2 [Kit] |
| : | |
| 04 46 00 00 | Kit 100 [Kit] |
+------------------------------------------------------------------------------+
* [Kit]
The assignments to each head within the [Kit] are as follows.
[KitUnitCommon], [KitUnitInst], [KitUnitVEdit]
KICK HEAD 1
SNARE HEAD 2
SNARE RIM 3
TOM1 HEAD 4
TOM1 RIM 5
TOM2 HEAD 6
TOM2 RIM 7
TOM3 HEAD 8
TOM3 RIM 9
HI-HAT HEAD 10
HI-HAT RIM 11
CRASH1 HEAD 12
CRASH1 RIM 13
CRASH2 HEAD 14
CRASH2 RIM 15
RIDE HEAD 16
RIDE RIM 17
RIDE BELL 18
AUX HEAD 19
AUX RIM 20
+------------------------------------------------------------------------------+
| Offset | |
| Address | Description |
|-------------+----------------------------------------------------------------|
| 00 00 00 | Kit Common [KitCommon] |
|-------------+----------------------------------------------------------------|
| 00 01 00 | Kit MIDI [KitMidi] |
|-------------+----------------------------------------------------------------|
| 00 03 00 | Kit Ambience [KitAmbience] |
|-------------+----------------------------------------------------------------|
| 00 10 00 | Kit Multi FX [KitMfx] |
|-------------+----------------------------------------------------------------|
| 00 20 00 | Kit Unit Common 1 [KitUnitCommon] |
| 00 21 00 | Kit Unit Common 2 [KitUnitCommon] |
| : | |
| 00 33 00 | Kit Unit Common 20 [KitUnitCommon] |
|-------------+----------------------------------------------------------------|
| 00 40 00 | Kit Unit Main 1 [KitUnitInst] |
| 00 41 00 | Kit Unit Main 2 [KitUnitInst] |
| : | |
| 00 53 00 | Kit Unit Main 20 [KitUnitInst] |
|-------------+----------------------------------------------------------------|
| 00 60 00 | Kit Unit Sub 1 [KitUnitInst] |
| 00 61 00 | Kit Unit Sub 2 [KitUnitInst] |
| : | |
| 00 73 00 | Kit Unit Sub 20 [KitUnitInst] |
|-------------+----------------------------------------------------------------|
| 01 00 00 | Kit Unit VEdit Main 1 [KitUnitVEdit] |
| 01 01 00 | Kit Unit VEdit Main 2 [KitUnitVEdit] |
| : | |
| 01 13 00 | Kit Unit VEdit Main 20 [KitUnitVEdit] |
|-------------+----------------------------------------------------------------|
| 01 20 00 | Kit Unit VEdit Sub 1 [KitUnitVEdit] |
| 01 21 00 | Kit Unit VEdit Sub 2 [KitUnitVEdit] |
| : | |
| 01 33 00 | Kit Unit VEdit Sub 20 [KitUnitVEdit] |
+------------------------------------------------------------------------------+
* [Setup]
+------------------------------------------------------------------------------+
| Offset | |
| Address | Description |
|-------------+----------------------------------------------------------------|
| 00 02 00 | Click [Click] |
|-------------+----------------------------------------------------------------|
| 00 03 00 | Misc [SetupMisc] |
+------------------------------------------------------------------------------+
* [Trigger]
P.5
The assignments to each trigger within the [TrigAnalog] are as follows.
KICK 1
SNARE 2
TOM1 3
TOM2 4
TOM3 5
HI-HAT 6
CRASH1 7
CRASH2 8
RIDE 9
AUX 10
+------------------------------------------------------------------------------+
| Offset | |
| Address | Description |
|-------------+----------------------------------------------------------------|
| 00 00 00 | Trigger Misc [TrigMisc] |
|-------------+----------------------------------------------------------------|
| 00 01 00 | Trigger 1 [Trig] |
| 00 02 00 | Trigger 2 [Trig] |
| : | |
| 00 0A 00 | Trigger 10 [Trig] |
+------------------------------------------------------------------------------+
* [Current]
+------------------------------------------------------------------------------+
| Offset | |
| Address | Description |
|-------------+----------------------------------------------------------------|
| 00 00 | 0aaa aaaa | Drum Kit Number (0 - 99) |
| | 1 - 100 |
|-------------+----------------------------------------------------------------|
| 00 00 00 01 |Total Size |
+------------------------------------------------------------------------------+
* [KitCommon]
Some characters are not displayed for Kit Name and Kit Sub Name.
+------------------------------------------------------------------------------+
| Offset | |
| Address | Description |
|-------------+----------------------------------------------------------------|
| 00 00 | 0aaa aaaa | Kit Name 1 (1 - 126) |
| | | 1 - 126 [ASCII] |
| 00 01 | 0aaa aaaa | Kit Name 2 (1 - 126) |
| | | 1 - 126 [ASCII] |
| 00 02 | 0aaa aaaa | Kit Name 3 (1 - 126) |
| | | 1 - 126 [ASCII] |
| 00 03 | 0aaa aaaa | Kit Name 4 (1 - 126) |
| | | 1 - 126 [ASCII] |
| 00 04 | 0aaa aaaa | Kit Name 5 (1 - 126) |
| | | 1 - 126 [ASCII] |
| 00 05 | 0aaa aaaa | Kit Name 6 (1 - 126) |
| | | 1 - 126 [ASCII] |
| 00 06 | 0aaa aaaa | Kit Name 7 (1 - 126) |
| | | 1 - 126 [ASCII] |
| 00 07 | 0aaa aaaa | Kit Name 8 (1 - 126) |
| | | 1 - 126 [ASCII] |
| 00 08 | 0aaa aaaa | Kit Name 9 (1 - 126) |
| | | 1 - 126 [ASCII] |
| 00 09 | 0aaa aaaa | Kit Name 10 (1 - 126) |
| | | 1 - 126 [ASCII] |
| 00 0A | 0aaa aaaa | Kit Name 11 (1 - 126) |
| | | 1 - 126 [ASCII] |
| 00 0B | 0aaa aaaa | Kit Name 12 (1 - 126) |
| | | 1 - 126 [ASCII] |
|-------------+-----------+----------------------------------------------------|
| 00 0C | 0aaa aaaa | Kit Sub Name 1 (1 - 126) |
| | | 1 - 126 [ASCII] |
| 00 0D | 0aaa aaaa | Kit Sub Name 2 (1 - 126) |
| | | 1 - 126 [ASCII] |
| 00 0E | 0aaa aaaa | Kit Sub Name 3 (1 - 126) |
| | | 1 - 126 [ASCII] |
| 00 0F | 0aaa aaaa | Kit Sub Name 4 (1 - 126) |
| | | 1 - 126 [ASCII] |
| 00 10 | 0aaa aaaa | Kit Sub Name 5 (1 - 126) |
| | | 1 - 126 [ASCII] |
| 00 11 | 0aaa aaaa | Kit Sub Name 6 (1 - 126) |
| | | 1 - 126 [ASCII] |
| 00 12 | 0aaa aaaa | Kit Sub Name 7 (1 - 126) |
| | | 1 - 126 [ASCII] |
| 00 13 | 0aaa aaaa | Kit Sub Name 8 (1 - 126) |
| | | 1 - 126 [ASCII] |
| 00 14 | 0aaa aaaa | Kit Sub Name 9 (1 - 126) |
| | | 1 - 126 [ASCII] |
| 00 15 | 0aaa aaaa | Kit Sub Name 10 (1 - 126) |
| | | 1 - 126 [ASCII] |
| 00 16 | 0aaa aaaa | Kit Sub Name 11 (1 - 126) |
| | | 1 - 126 [ASCII] |
| 00 17 | 0aaa aaaa | Kit Sub Name 12 (1 - 126) |
| | | 1 - 126 [ASCII] |
| 00 18 | 0aaa aaaa | Kit Sub Name 13 (1 - 126) |
| | | 1 - 126 [ASCII] |
| 00 19 | 0aaa aaaa | Kit Sub Name 14 (1 - 126) |
| | | 1 - 126 [ASCII] |
| 00 1A | 0aaa aaaa | Kit Sub Name 15 (1 - 126) |
| | | 1 - 126 [ASCII] |
| 00 1B | 0aaa aaaa | Kit Sub Name 16 (1 - 126) |
P.6
| | | 1 - 126 [ASCII] |
|-------------+-----------+----------------------------------------------------|
|# 00 1C | 0000 aaaa | |
| 00 1D | 0000 bbbb | |
| 00 1E | 0000 cccc | |
| 00 1F | 0000 dddd | Kit Volume (-601 - 60) |
| | | -INF, -60.0 - +6.0 [dB] |
|# 00 20 | 0000 aaaa | |
| 00 21 | 0000 bbbb | |
| 00 22 | 0000 cccc | |
| 00 23 | 0000 dddd | Pedal HH Volume (-601 - 60) |
| | | -INF, -60.0 - +6.0 [dB] |
|# 00 24 | 0000 aaaa | |
| 00 25 | 0000 bbbb | |
| 00 26 | 0000 cccc | |
| 00 27 | 0000 dddd | Xstick Volume (-601 - 60) |
| | | -INF, -60.0 - +6.0 [dB] |
| 00 28 | 0000 000a | Xstick Switch (0 - 1) |
| | | OFF, ON |
|# 00 29 | 0000 aaaa | |
| 00 2A | 0000 bbbb | HH Open/Close Balance (-5 - 5) |
| | | -5 - +5 |
|-------------+----------------------------------------------------------------|
| 00 00 00 2B |Total Size |
+------------------------------------------------------------------------------+
* [KitMidi]
+------------------------------------------------------------------------------+
| Offset | |
| Address | Description |
|-------------+----------------------------------------------------------------|
|# 00 00 | 0000 aaaa | |
| 00 01 | 0000 bbbb | |
| 00 02 | 0000 cccc | |
| 00 03 | 0000 dddd | Note KICK (0 - 128) |
| | | 0 - 127, OFF |
|# 00 04 | 0000 aaaa | |
| 00 05 | 0000 bbbb | |
| 00 06 | 0000 cccc | |
| 00 07 | 0000 dddd | Note SNARE (HEAD) (0 - 128) |
| | | 0 - 127, OFF |
|# 00 08 | 0000 aaaa | |
| 00 09 | 0000 bbbb | |
| 00 0A | 0000 cccc | |
| 00 0B | 0000 dddd | Note SNARE (RIM) (0 - 128) |
| | | 0 - 127, OFF |
|# 00 0C | 0000 aaaa | |
| 00 0D | 0000 bbbb | |
| 00 0E | 0000 cccc | |
| 00 0F | 0000 dddd | Note SNARE (XSTICK) (0 - 128) |
| | | 0 - 127, OFF |
|# 00 10 | 0000 aaaa | |
| 00 11 | 0000 bbbb | |
| 00 12 | 0000 cccc | |
| 00 13 | 0000 dddd | Note TOM1 (HEAD) (0 - 128) |
| | | 0 - 127, OFF |
|# 00 14 | 0000 aaaa | |
| 00 15 | 0000 bbbb | |
| 00 16 | 0000 cccc | |
| 00 17 | 0000 dddd | Note TOM1 (RIM) (0 - 128) |
| | | 0 - 127, OFF |
|# 00 18 | 0000 aaaa | |
| 00 19 | 0000 bbbb | |
| 00 1A | 0000 cccc | |
| 00 1B | 0000 dddd | Note TOM2 (HEAD) (0 - 128) |
| | | 0 - 127, OFF |
|# 00 1C | 0000 aaaa | |
| 00 1D | 0000 bbbb | |
| 00 1E | 0000 cccc | |
| 00 1F | 0000 dddd | Note TOM2 (RIM) (0 - 128) |
| | | 0 - 127, OFF |
|# 00 20 | 0000 aaaa | |
| 00 21 | 0000 bbbb | |
| 00 22 | 0000 cccc | |
| 00 23 | 0000 dddd | Note TOM3 (HEAD) (0 - 128) |
| | | 0 - 127, OFF |
|# 00 24 | 0000 aaaa | |
| 00 25 | 0000 bbbb | |
| 00 26 | 0000 cccc | |
| 00 27 | 0000 dddd | Note TOM3 (RIM) (0 - 128) |
| | | 0 - 127, OFF |
|# 00 28 | 0000 aaaa | |
| 00 29 | 0000 bbbb | |
| 00 2A | 0000 cccc | |
| 00 2B | 0000 dddd | Note HI-HAT OPEN (BOW) (0 - 128) |
| | | 0 - 127, OFF |
|# 00 2C | 0000 aaaa | |
| 00 2D | 0000 bbbb | |
| 00 2E | 0000 cccc | |
| 00 2F | 0000 dddd | Note HI-HAT OPEN (EDGE) (0 - 128) |
| | | 0 - 127, OFF |
|# 00 30 | 0000 aaaa | |
| 00 31 | 0000 bbbb | |
| 00 32 | 0000 cccc | |
| 00 33 | 0000 dddd | Note HI-HAT CLOSE (BOW) (0 - 128) |
| | | 0 - 127, OFF |
|# 00 34 | 0000 aaaa | |
P.7
| 00 35 | 0000 bbbb | |
| 00 36 | 0000 cccc | |
| 00 37 | 0000 dddd | Note HI-HAT CLOSE (EDGE) (0 - 128) |
| | | 0 - 127, OFF |
|# 00 38 | 0000 aaaa | |
| 00 39 | 0000 bbbb | |
| 00 3A | 0000 cccc | |
| 00 3B | 0000 dddd | Note HI-HAT PEDAL (0 - 128) |
| | | 0 - 127, OFF |
|# 00 3C | 0000 aaaa | |
| 00 3D | 0000 bbbb | |
| 00 3E | 0000 cccc | |
| 00 3F | 0000 dddd | Note CRASH1 (BOW) (0 - 128) |
| | | 0 - 127, OFF |
|# 00 40 | 0000 aaaa | |
| 00 41 | 0000 bbbb | |
| 00 42 | 0000 cccc | |
| 00 43 | 0000 dddd | Note CRASH1 (EDGE) (0 - 128) |
| | | 0 - 127, OFF |
|# 00 44 | 0000 aaaa | |
| 00 45 | 0000 bbbb | |
| 00 46 | 0000 cccc | |
| 00 47 | 0000 dddd | Note CRASH2 (BOW) (0 - 128) |
| | | 0 - 127, OFF |
|# 00 48 | 0000 aaaa | |
| 00 49 | 0000 bbbb | |
| 00 4A | 0000 cccc | |
| 00 4B | 0000 dddd | Note CRASH2 (EDGE) (0 - 128) |
| | | 0 - 127, OFF |
|# 00 4C | 0000 aaaa | |
| 00 4D | 0000 bbbb | |
| 00 4E | 0000 cccc | |
| 00 4F | 0000 dddd | Note RIDE (BOW) (0 - 128) |
| | | 0 - 127, OFF |
|# 00 50 | 0000 aaaa | |
| 00 51 | 0000 bbbb | |
| 00 52 | 0000 cccc | |
| 00 53 | 0000 dddd | Note RIDE (EDGE) (0 - 128) |
| | | 0 - 127, OFF |
|# 00 54 | 0000 aaaa | |
| 00 55 | 0000 bbbb | |
| 00 56 | 0000 cccc | |
| 00 57 | 0000 dddd | Note RIDE (BELL) (0 - 128) |
| | | 0 - 127, OFF |
|# 00 58 | 0000 aaaa | |
| 00 59 | 0000 bbbb | |
| 00 5A | 0000 cccc | |
| 00 5B | 0000 dddd | Note AUX (HEAD) (0 - 128) |
| | | 0 - 127, OFF |
|# 00 5C | 0000 aaaa | |
| 00 5D | 0000 bbbb | |
| 00 5E | 0000 cccc | |
| 00 5F | 0000 dddd | Note AUX (RIM) (0 - 128) |
| | | 0 - 127, OFF |
|-------------+----------------------------------------------------------------|
| 00 00 00 60 |Total Size |
+------------------------------------------------------------------------------+
* [KitAmbience]
+------------------------------------------------------------------------------+
| Offset | |
| Address | Description |
|-------------+----------------------------------------------------------------|
| 00 00 | 0000 000a | Switch (0 - 1) |
| | | OFF, ON |
| 00 01 | 000a aaaa | Room Type (0 - 24) |
| | | BEACH, LIVING ROOM, BATH ROOM, STUDIO, |
| | | GARAGE, LOCKER ROOM, THEATER, CAVE, |
| | | GYMNASIUM, DOME STADIUM, BOOTH A, BOOTH B, |
| | | STUDIO A, STUDIO B, BASEMENT, JAZZ CLUB, |
| | | ROCK CLUB, BALLROOM, GATE, CONCERT HALL, |
| | | SPORTS ARENA, EXPO HALL, BOTTLE, CITY, SPIRAL |
| 00 02 | 0000 0aaa | Room Size (0 - 4) |
| | | TINY, SMALL, MEDIUM, LARGE, HUGE |
| 00 03 | 0aaa aaaa | Room Shape (0 - 100) |
| | | 0 - 100 |
| 00 04 | 0000 0aaa | Wall Type (0 - 5) |
| | | CURTAIN, CLOTH, WOOD, |
| | | PLASTER, CONCRETE, GLASS |
| 00 05 | 0000 aaaa | Mic Position (0 - 8) |
| | | NEXT DOOR, LOW FLOOR, LOW, MID LOW, MID, |
| | | MID HIGH, HIGH, CEILING A, CEILING B |
|# 00 06 | 0000 aaaa | |
| 00 07 | 0000 bbbb | |
| 00 08 | 0000 cccc | |
| 00 09 | 0000 dddd | Level (-601 - 60) |
| | | -INF, -60.0 - +6.0 [dB] |
|-------------+----------------------------------------------------------------|
| 00 00 00 0A |Total Size |
+------------------------------------------------------------------------------+
* [KitUnitInst]
+------------------------------------------------------------------------------+
| Offset | |
| Address | Description |
|-------------+----------------------------------------------------------------|
|# 00 00 | 0000 aaaa | |
P.8
| 00 01 | 0000 bbbb | |
| 00 02 | 0000 cccc | |
| 00 03 | 0000 dddd | Instrument (0 - ) |
|# 00 04 | 0000 aaaa | |
| 00 05 | 0000 bbbb | |
| 00 06 | 0000 cccc | |
| 00 07 | 0000 dddd | Volume (-601 - 60) |
| | | -INF, -60.0 - +6.0 [dB] |
| 00 08 | 0000 000a | InstBank (0 - 1) |
| | | PRESET, USER |
|-------------+-----------+----------------------------------------------------|
| 00 00 00 09 |Total Size |
+------------------------------------------------------------------------------+
* [KitUnitCommon]
+------------------------------------------------------------------------------+
| Offset | |
| Address | Description |
|-------------+----------------------------------------------------------------|
|# 00 00 | 0000 aaaa | |
| 00 01 | 0000 bbbb | Pan (-30 - 30) |
| | | L30 - 1, CENTER, R1 - 30 |
|-------------+-----------+----------------------------------------------------|
| 00 02 | 0000 000a | Sub Inst Switch (0 - 1) |
| | | OFF, ON |
| 00 03 | 0000 00aa | Layer Type (0 - 3) |
| | | MIX, FADE1, FADE2, SWITCH |
| 00 04 | 0aaa aaaa | Fade Point (1 - 127) |
| | | 1 - 127 |
|-------------+-----------+----------------------------------------------------|
| 00 05 | 0000 000a | Eq Switch (0 - 1) |
| | | OFF, ON |
| 00 06 | 000a aaaa | Eq Low Freq (0 - 17) |
| | | 20Hz, 25Hz, 31.5Hz, 40Hz, 50Hz, 63Hz, |
| | | 80Hz, 100Hz, 125Hz, 160Hz, 200Hz, 250Hz, |
| | | 315Hz, 400Hz, 500Hz, 630Hz, 800Hz, 1KHz |
|# 00 07 | 0000 aaaa | |
| 00 08 | 0000 bbbb | Eq Low Gain (-15 - 15) |
| | | -15.0 - +15.0[dB] |
| 00 09 | 000a aaaa | Eq Mid Freq (0 - 29) |
| | | 20Hz, 25Hz, 31.5Hz, 40Hz, 50Hz, 63Hz, |
| | | 80Hz, 100Hz, 125Hz, 160Hz, 200Hz, 250Hz, |
| | | 315Hz, 400Hz, 500Hz, 630Hz, 800Hz, 1kHz, |
| | | 1.25kHz, 1.6kHz, 2kHz, 2.5kHz, 3.15kHz, 4kHz, |
| | | 5kHz, 6.3kHz, 8kHz, 10kHz, 12.5kHz, 16kHz |
| 00 0A | 0000 0aaa | Eq Mid Q (0 - 4) |
| | | 0.5, 1.0, 2.0, 4.0, 8.0 |
|# 00 0B | 0000 aaaa | |
| 00 0C | 0000 bbbb | Eq Mid Gain (-15 - 15) |
| | | -15.0 - +15.0[dB] |
| 00 0D | 0000 aaaa | Eq High Freq (0 - 12) |
| | | 1kHz, 1.25kHz, 1.6kHz, 2kHz, 2.5kHz, |
| | | 3.15kHz, 4kHz, 5kHz, 6.3kHz, 8kHz, |
| | | 10kHz, 12.5kHz, 16kHz |
|# 00 0E | 0000 aaaa | |
| 00 0F | 0000 bbbb | Eq High Gain (-15 - 15) |
| | | -15.0 - +15.0[dB] |
|-------------+-----------+----------------------------------------------------|
|# 00 10 | 0000 aaaa | |
| 00 11 | 0000 bbbb | |
| 00 12 | 0000 cccc | |
| 00 13 | 0000 dddd | Ambience Send Level (-601 - 60) |
| | | -INF, -60.0 - +6.0[dB] |
|-------------+-----------+----------------------------------------------------|
|# 00 14 | 0000 aaaa | |
| 00 15 | 0000 bbbb | |
| 00 16 | 0000 cccc | |
| 00 17 | 0000 dddd | Multi FX Send Level (-601 - 60) |
| | | -INF, -60.0 - +6.0[dB] |
|-------------+-----------+----------------------------------------------------|
| 00 00 00 18 |Total Size |
+------------------------------------------------------------------------------+
* [Click]
+------------------------------------------------------------------------------+
| Offset | |
| Address | Description |
|-------------+----------------------------------------------------------------|
| 00 00 | 0000 aaaa | Sound (0 - 14) |
| | | METRONOME, CLICK, VOICE, |
| | | BEEP 1, BEEP 2, TEK CLICK, |
| | | STICKS, CLAVES, WOOD BLOCK, |
| | | COWBELL, AGOGO, TRIANGLE, |
| | | TAMBOURINE, MARACAS, CABASA |
|# 00 01 | 0000 aaaa | |
| 00 02 | 0000 bbbb | Pan (-30 - 30) |
| | | L30 - 1, CENTER, R1 - 30 |
|# 00 03 | 0000 aaaa | |
| 00 04 | 0000 bbbb | |
| 00 05 | 0000 cccc | |
| 00 06 | 0000 dddd | Level (-601 - 60) |
| | | -INF, -60.0 - +6.0[dB] |
|-------------+----------------------------------------------------------------|
| 00 00 00 07 |Total Size |
+------------------------------------------------------------------------------+
* [TrigMisc]
P.9
+------------------------------------------------------------------------------+
| Offset | |
| Address | Description |
|-------------+----------------------------------------------------------------|
|# 00 20 | 0000 aaaa | |
| 00 21 | 0000 bbbb | Pedal HH Sens (-10 - 10) |
| | | -10 - 10 |
| 00 22 | 0aaa aaaa | XStick Adj (0 - 127) |
| | | 0 - 127 |
| 00 23 | 0aaa aaaa | XTalk Cancel Rate 1(KICK) (0 - 80) |
| | | 0 - 80 |
| 00 24 | 0aaa aaaa | XTalk Cancel Rate 2(SNARE) (0 - 80) |
| | | 0 - 80 |
| 00 25 | 0aaa aaaa | XTalk Cancel Rate 3(TOM1) (0 - 80) |
| | | 0 - 80 |
| 00 26 | 0aaa aaaa | XTalk Cancel Rate 4(TOM2) (0 - 80) |
| | | 0 - 80 |
| 00 27 | 0aaa aaaa | XTalk Cancel Rate 5(TOM3) (0 - 80) |
| | | 0 - 80 |
| 00 28 | 0aaa aaaa | XTalk Cancel Rate 6(HI-HAT) (0 - 80) |
| | | 0 - 80 |
| 00 29 | 0aaa aaaa | XTalk Cancel Rate 7(CRASH1) (0 - 80) |
| | | 0 - 80 |
| 00 2A | 0aaa aaaa | XTalk Cancel Rate 8(CRASH2) (0 - 80) |
| | | 0 - 80 |
| 00 2B | 0aaa aaaa | XTalk Cancel Rate 9(RIDE) (0 - 80) |
| | | 0 - 80 |
| 00 2C | 0aaa aaaa | XTalk Cancel Rate 10(AUX) (0 - 80) |
| | | 0 - 80 |
|-------------+----------------------------------------------------------------|
| 00 00 00 2D |Total Size |
+------------------------------------------------------------------------------+
* [Trig]
+------------------------------------------------------------------------------+
| Offset | |
| Address | Description |
|-------------+----------------------------------------------------------------|
| 00 00 | 00aa aaaa | Pad Type (0 - 39) |
| | | KDA22, KD140, KD120, KD85, KD10, KD9, KD8, KD7, |
| | | KT10, KT9, PD128, PD125X, PD125, PD108, PD105X, |
| | | PD105, PD85, PDX100, PDX12, PDX8, PDX6, PD8, |
| | | VH11, VH10, CY15R, CY14C, CY13R, CY12C, CY12R/C, |
| | | CY8, CY5, BT1, BT1 SENS, RT30K, RT30HR, RT30H SN, |
| | | RT30H TM, RT10K, RT10S, RT10T |
| 00 01 | 000a aaaa | Sensitivity (0 - 31) |
| | | 1 - 32 |
| 00 02 | 00aa aaaa | RimGain (0 - 32) |
| | | 0 - 3.2 |
| 00 03 | 000a aaaa | Threshold (0 - 31) |
| | | 0 - 31 |
| 00 04 | 0000 0aaa | Curve (0 - 7) |
| | | LINEAR, EXP1, EXP2, LOG1, |
| | | LOG2, SPLINE, LOUD1, LOUD2 |
| 00 05 | 0000 0aaa | ExtNoiseCancel (0 - 5) |
| | | OFF, 1 - 5 |
| 00 06 | 0aaa aaaa | Head/Rim Adj (0 - 80) |
| | | 0 - 80 |
| 00 07 | 00aa aaaa | Scan Time (0 - 40) |
| | | 0 - 4.0 |
| 00 08 | 0aaa aaaa | Mask Time (0 - 64) |
| | | 0 - 64 |
| 00 09 | 0000 aaaa | Retrig Cancel (0 - 15) |
| | | 1 - 16 |
|-------------+----------------------------------------------------------------|
| 00 00 00 0A |Total Size |
+------------------------------------------------------------------------------+
* [SetupMisc]
+------------------------------------------------------------------------------+
| Offset | |
| Address | Description |
|-------------+----------------------------------------------------------------|
|# 00 00 | 0000 aaaa | |
| 00 01 | 0000 bbbb | USB Input Gain (-36 - 12) |
| | | -36 - +12[dB] |
|# 00 02 | 0000 aaaa | |
| 00 03 | 0000 bbbb | USB Output Gain (-24 - 24) |
| | | -24 - +24[dB] |
|-------------+----------------------------------------------------------------|
| 00 00 00 04 |Total Size |
+------------------------------------------------------------------------------+
* [KitMfx]
+------------------------------------------------------------------------------+
| Offset | |
| Address | Description |
|-------------+----------------------------------------------------------------|
| 00 00 | 000a aaaa | Type (0 - 29) |
| | | DELAY, TAPE ECHO, REVERSE DELAY, |
| | | 3TAP PAN DELAY, OD->DELAY, DS->DELAY, |
| | | CHORUS, SPACE-D, OD->CHORUS, DS->CHORUS, |
| | | PHASER A, PHASER B, STEP PHASER, FLANGER, |
| | | REVERB, LONG REVERB, SUPER FILTER, |
| | | FILTER+DRIVE, AUTO WAH, OD/DS->TWAH, |
| | | LOFI COMPRESS, DISTORTION, OVERDRIVE, |
| | | SATURATOR, T-SCREAM, BIT CRUSHER, |
P.10
| | | ISOLATOR, RING MODULATOR, PITCH SHIFTER, |
| | | AUTO PAN |
| 00 01 | 0000 000a | Switch (0 - 1) |
| | | OFF, ON |
|# 00 02 | 0000 aaaa | |
| 00 03 | 0000 bbbb | |
| 00 04 | 0000 cccc | |
| 00 05 | 0000 dddd | Level (-601 - 60) |
| | | -INF, -60.0 - +6.0[dB] |
|# 00 06 | 0000 aaaa | |
| 00 07 | 0000 bbbb | |
| 00 08 | 0000 cccc | |
| 00 09 | 0000 dddd | MFX Parameter 1 (*1) |
|# 00 0A | 0000 aaaa | |
| 00 0B | 0000 bbbb | |
| 00 0C | 0000 cccc | |
| 00 0D | 0000 dddd | MFX Parameter 2 (*1) |
|# 00 0E | 0000 aaaa | |
| 00 0F | 0000 bbbb | |
| 00 10 | 0000 cccc | |
| 00 11 | 0000 dddd | MFX Parameter 3 (*1) |
|# 00 12 | 0000 aaaa | |
| 00 13 | 0000 bbbb | |
| 00 14 | 0000 cccc | |
| 00 15 | 0000 dddd | MFX Parameter 4 (*1) |
|# 00 16 | 0000 aaaa | |
| 00 17 | 0000 bbbb | |
| 00 18 | 0000 cccc | |
| 00 19 | 0000 dddd | MFX Parameter 5 (*1) |
|# 00 1A | 0000 aaaa | |
| 00 1B | 0000 bbbb | |
| 00 1C | 0000 cccc | |
| 00 1D | 0000 dddd | MFX Parameter 6 (*1) |
|# 00 1E | 0000 aaaa | |
| 00 1F | 0000 bbbb | |
| 00 20 | 0000 cccc | |
| 00 21 | 0000 dddd | MFX Parameter 7 (*1) |
|# 00 22 | 0000 aaaa | |
| 00 23 | 0000 bbbb | |
| 00 24 | 0000 cccc | |
| 00 25 | 0000 dddd | MFX Parameter 8 (*1) |
|# 00 26 | 0000 aaaa | |
| 00 27 | 0000 bbbb | |
| 00 28 | 0000 cccc | |
| 00 29 | 0000 dddd | MFX Parameter 9 (*1) |
|# 00 2A | 0000 aaaa | |
| 00 2B | 0000 bbbb | |
| 00 2C | 0000 cccc | |
| 00 2D | 0000 dddd | MFX Parameter 10 (*1) |
|# 00 2E | 0000 aaaa | |
| 00 2F | 0000 bbbb | |
| 00 30 | 0000 cccc | |
| 00 31 | 0000 dddd | MFX Parameter 11 (*1) |
|# 00 32 | 0000 aaaa | |
| 00 33 | 0000 bbbb | |
| 00 34 | 0000 cccc | |
| 00 35 | 0000 dddd | MFX Parameter 12 (*1) |
|# 00 36 | 0000 aaaa | |
| 00 37 | 0000 bbbb | |
| 00 38 | 0000 cccc | |
| 00 39 | 0000 dddd | MFX Parameter 13 (*1) |
|# 00 3A | 0000 aaaa | |
| 00 3B | 0000 bbbb | |
| 00 3C | 0000 cccc | |
| 00 3D | 0000 dddd | MFX Parameter 14 (*1) |
|# 00 3E | 0000 aaaa | |
| 00 3F | 0000 bbbb | |
| 00 40 | 0000 cccc | |
| 00 41 | 0000 dddd | MFX Parameter 15 (*1) |
|# 00 42 | 0000 aaaa | |
| 00 43 | 0000 bbbb | |
| 00 44 | 0000 cccc | |
| 00 45 | 0000 dddd | MFX Parameter 16 (*1) |
|# 00 46 | 0000 aaaa | |
| 00 47 | 0000 bbbb | |
| 00 48 | 0000 cccc | |
| 00 49 | 0000 dddd | MFX Parameter 17 (*1) |
|# 00 4A | 0000 aaaa | |
| 00 4B | 0000 bbbb | |
| 00 4C | 0000 cccc | |
| 00 4D | 0000 dddd | MFX Parameter 18 (*1) |
|# 00 4E | 0000 aaaa | |
| 00 4F | 0000 bbbb | |
| 00 50 | 0000 cccc | |
| 00 51 | 0000 dddd | MFX Parameter 19 (*1) |
|# 00 52 | 0000 aaaa | |
| 00 53 | 0000 bbbb | |
| 00 54 | 0000 cccc | |
| 00 55 | 0000 dddd | MFX Parameter 20 (*1) |
|# 00 56 | 0000 aaaa | |
| 00 57 | 0000 bbbb | |
| 00 58 | 0000 cccc | |
| 00 59 | 0000 dddd | MFX Parameter 21 (*1) |
|# 00 5A | 0000 aaaa | |
| 00 5B | 0000 bbbb | |
| 00 5C | 0000 cccc | |
| 00 5D | 0000 dddd | MFX Parameter 22 (*1) |
P.11
|# 00 5E | 0000 aaaa | |
| 00 5F | 0000 bbbb | |
| 00 60 | 0000 cccc | |
| 00 61 | 0000 dddd | MFX Parameter 23 (*1) |
|# 00 62 | 0000 aaaa | |
| 00 63 | 0000 bbbb | |
| 00 64 | 0000 cccc | |
| 00 65 | 0000 dddd | MFX Parameter 24 (*1) |
|# 00 66 | 0000 aaaa | |
| 00 67 | 0000 bbbb | |
| 00 68 | 0000 cccc | |
| 00 69 | 0000 dddd | MFX Parameter 25 (*1) |
|# 00 6A | 0000 aaaa | |
| 00 6B | 0000 bbbb | |
| 00 6C | 0000 cccc | |
| 00 6D | 0000 dddd | MFX Parameter 26 (*1) |
|# 00 6E | 0000 aaaa | |
| 00 6F | 0000 bbbb | |
| 00 70 | 0000 cccc | |
| 00 71 | 0000 dddd | MFX Parameter 27 (*1) |
|# 00 72 | 0000 aaaa | |
| 00 73 | 0000 bbbb | |
| 00 74 | 0000 cccc | |
| 00 75 | 0000 dddd | MFX Parameter 28 (*1) |
|# 00 76 | 0000 aaaa | |
| 00 77 | 0000 bbbb | |
| 00 78 | 0000 cccc | |
| 00 79 | 0000 dddd | MFX Parameter 29 (*1) |
|# 00 7A | 0000 aaaa | |
| 00 7B | 0000 bbbb | |
| 00 7C | 0000 cccc | |
| 00 7D | 0000 dddd | MFX Parameter 30 (*1) |
|# 00 7E | 0000 aaaa | |
| 00 7F | 0000 bbbb | |
| 01 00 | 0000 cccc | |
| 01 01 | 0000 dddd | MFX Parameter 31 (*1) |
|# 01 02 | 0000 aaaa | |
| 01 03 | 0000 bbbb | |
| 01 04 | 0000 cccc | |
| 01 05 | 0000 dddd | MFX Parameter 32 (*1) |
|-------------+----------------------------------------------------------------|
| 00 00 01 06 |Total Size |
+------------------------------------------------------------------------------+
(*1) This area is assigned as follows according to the selected MFX Type. Addresses for which the MFX Type has no assignment are
ignored.
MFX Type: DELAY
+------------------------------------------------------------------------------+
| Offset | |
| Address | Description |
|-------------+----------------------------------------------------------------|
|# 00 06 | 0000 aaaa | |
| 00 07 | 0000 bbbb | |
| 00 08 | 0000 cccc | |
| 00 09 | 0000 dddd | Tempo Sync L (0 - 1) |
| | | OFF, ON |
|# 00 0A | 0000 aaaa | |
| 00 0B | 0000 bbbb | |
| 00 0C | 0000 cccc | |
| 00 0D | 0000 dddd | Delay L Time (msec) (1 - 1300) |
| | | 1 - 1300 [msec] |
|# 00 0E | 0000 aaaa | |
| 00 0F | 0000 bbbb | |
| 00 10 | 0000 cccc | |
| 00 11 | 0000 dddd | Delay L Time (note) (0 - 21) |
| | | MUSICAL-NOTES |
|# 00 12 | 0000 aaaa | |
| 00 13 | 0000 bbbb | |
| 00 14 | 0000 cccc | |
| 00 15 | 0000 dddd | Tempo Sync R (0 - 1) |
| | | OFF, ON |
|# 00 16 | 0000 aaaa | |
| 00 17 | 0000 bbbb | |
| 00 18 | 0000 cccc | |
| 00 19 | 0000 dddd | Delay R Time (msec) (1 - 1300) |
| | | 1 - 1300 [msec] |
|# 00 1A | 0000 aaaa | |
| 00 1B | 0000 bbbb | |
| 00 1C | 0000 cccc | |
| 00 1D | 0000 dddd | Delay R Time (note) (0 - 21) |
| | | MUSICAL-NOTES |
|# 00 1E | 0000 aaaa | |
| 00 1F | 0000 bbbb | |
| 00 20 | 0000 cccc | |
| 00 21 | 0000 dddd | Phase Left (0 - 1) |
| | | NORMAL, INVERSE |
|# 00 22 | 0000 aaaa | |
| 00 23 | 0000 bbbb | |
| 00 24 | 0000 cccc | |
| 00 25 | 0000 dddd | Phase Right (0 - 1) |
| | | NORMAL, INVERSE |
|# 00 26 | 0000 aaaa | |
| 00 27 | 0000 bbbb | |
| 00 28 | 0000 cccc | |
| 00 29 | 0000 dddd | Feedback Mode (0 - 1) |
| | | NORMAL, CROSS |
|# 00 2A | 0000 aaaa | |
P.12
| 00 2B | 0000 bbbb | |
| 00 2C | 0000 cccc | |
| 00 2D | 0000 dddd | Feedback (0 - 98) |
| | | -98 - +98 [%] |
|# 00 2E | 0000 aaaa | |
| 00 2F | 0000 bbbb | |
| 00 30 | 0000 cccc | |
| 00 31 | 0000 dddd | HF Damp (0 - 17) |
| | | 200, 250, 315, 400, 500, 630, 800, |
| | | 1000, 1250, 1600, 2000, 2500, 3150, |
| | | 4000, 5000, 6300, 8000, BYPASS [Hz] |
|# 00 32 | 0000 aaaa | |
| 00 33 | 0000 bbbb | |
| 00 34 | 0000 cccc | |
| 00 35 | 0000 dddd | Low Gain (0 - 30) |
| | | -15 - +15 [dB] |
|# 00 36 | 0000 aaaa | |
| 00 37 | 0000 bbbb | |
| 00 38 | 0000 cccc | |
| 00 39 | 0000 dddd | High Gain (0 - 30) |
| | | -15 - +15 [dB] |
|# 00 3A | 0000 aaaa | |
| 00 3B | 0000 bbbb | |
| 00 3C | 0000 cccc | |
| 00 3D | 0000 dddd | dummy (ignored) |
|# 00 3E | 0000 aaaa | |
| 00 3F | 0000 bbbb | |
| 00 40 | 0000 cccc | |
| 00 41 | 0000 dddd | Level (0 - 127) |
| | | 0 - 127 |
|------------------------------------------------------------------------------|
MFX Type: TAPE ECHO
+------------------------------------------------------------------------------+
| Offset | |
| Address | Description |
|-------------+----------------------------------------------------------------|
|# 00 06 | 0000 aaaa | |
| 00 07 | 0000 bbbb | |
| 00 08 | 0000 cccc | |
| 00 09 | 0000 dddd | Mode (0 - 6) |
| | | S, M, L, S+M, S+L, M+L, S+M+L |
|# 00 0A | 0000 aaaa | |
| 00 0B | 0000 bbbb | |
| 00 0C | 0000 cccc | |
| 00 0D | 0000 dddd | Repeat Rate (0 - 127) |
| | | 0 - 127 |
|# 00 0E | 0000 aaaa | |
| 00 0F | 0000 bbbb | |
| 00 10 | 0000 cccc | |
| 00 11 | 0000 dddd | Intensity (0 - 127) |
| | | 0 - 127 |
|# 00 12 | 0000 aaaa | |
| 00 13 | 0000 bbbb | |
| 00 14 | 0000 cccc | |
| 00 15 | 0000 dddd | Bass (0 - 30) |
| | | -15 - +15 [dB] |
|# 00 16 | 0000 aaaa | |
| 00 17 | 0000 bbbb | |
| 00 18 | 0000 cccc | |
| 00 19 | 0000 dddd | Treble (0 - 30) |
| | | -15 - +15 [dB] |
|# 00 1A | 0000 aaaa | |
| 00 1B | 0000 bbbb | |
| 00 1C | 0000 cccc | |
| 00 1D | 0000 dddd | Head S Pan (0 - 127) |
| | | L64 - 63R |
|# 00 1E | 0000 aaaa | |
| 00 1F | 0000 bbbb | |
| 00 20 | 0000 cccc | |
| 00 21 | 0000 dddd | Head M Pan (0 - 127) |
| | | L64 - 63R |
|# 00 22 | 0000 aaaa | |
| 00 23 | 0000 bbbb | |
| 00 24 | 0000 cccc | |
| 00 25 | 0000 dddd | Head L Pan (0 - 127) |
| | | L64 - 63R |
|# 00 26 | 0000 aaaa | |
| 00 27 | 0000 bbbb | |
| 00 28 | 0000 cccc | |
| 00 29 | 0000 dddd | Tape Distortion (0 - 5) |
| | | 0 - 5 |
|# 00 2A | 0000 aaaa | |
| 00 2B | 0000 bbbb | |
| 00 2C | 0000 cccc | |
| 00 2D | 0000 dddd | W/F Rate (0 - 127) |
| | | 0 - 127 |
|# 00 2E | 0000 aaaa | |
| 00 2F | 0000 bbbb | |
| 00 30 | 0000 cccc | |
| 00 31 | 0000 dddd | W/F Depth (0 - 127) |
| | | 0 - 127 |
|# 00 32 | 0000 aaaa | |
| 00 33 | 0000 bbbb | |
| 00 34 | 0000 cccc | |
| 00 35 | 0000 dddd | dummy (ignored) |
|# 00 36 | 0000 aaaa | |
P.13
| 00 37 | 0000 bbbb | |
| 00 38 | 0000 cccc | |
| 00 39 | 0000 dddd | dummy (ignored) |
|# 00 3A | 0000 aaaa | |
| 00 3B | 0000 bbbb | |
| 00 3C | 0000 cccc | |
| 00 3D | 0000 dddd | Level (0 - 127) |
| | | 0 - 127 |
|------------------------------------------------------------------------------|
MFX Type: REVERSE DELAY
+------------------------------------------------------------------------------+
| Offset | |
| Address | Description |
|-------------+----------------------------------------------------------------|
|# 00 06 | 0000 aaaa | |
| 00 07 | 0000 bbbb | |
| 00 08 | 0000 cccc | |
| 00 09 | 0000 dddd | Threshold (0 - 127) |
| | | 0 - 127 |
|# 00 0A | 0000 aaaa | |
| 00 0B | 0000 bbbb | |
| 00 0C | 0000 cccc | |
| 00 0D | 0000 dddd | Tempo Sync Rev (0 - 1) |
| | | OFF, ON |
|# 00 0E | 0000 aaaa | |
| 00 0F | 0000 bbbb | |
| 00 10 | 0000 cccc | |
| 00 11 | 0000 dddd | RevDelay Time (msec) (1 - 1300) |
| | | 1 - 1300 [msec] |
|# 00 12 | 0000 aaaa | |
| 00 13 | 0000 bbbb | |
| 00 14 | 0000 cccc | |
| 00 15 | 0000 dddd | RevDelay Time (note) (0 - 21) |
| | | MUSICAL-NOTES |
|# 00 16 | 0000 aaaa | |
| 00 17 | 0000 bbbb | |
| 00 18 | 0000 cccc | |
| 00 19 | 0000 dddd | RevDelay Feedback (0 - 98) |
| | | -98 - +98 [%] |
|# 00 1A | 0000 aaaa | |
| 00 1B | 0000 bbbb | |
| 00 1C | 0000 cccc | |
| 00 1D | 0000 dddd | RevDelay HF Damp (0 - 17) |
| | | 200, 250, 315, 400, 500, 630, 800, |
| | | 1000, 1250, 1600, 2000, 2500, 3150, |
| | | 4000, 5000, 6300, 8000, BYPASS [Hz] |
|# 00 1E | 0000 aaaa | |
| 00 1F | 0000 bbbb | |
| 00 20 | 0000 cccc | |
| 00 21 | 0000 dddd | RevDelay Pan (0 - 127) |
| | | L64 - 63R |
|# 00 22 | 0000 aaaa | |
| 00 23 | 0000 bbbb | |
| 00 24 | 0000 cccc | |
| 00 25 | 0000 dddd | RevDelay Level (0 - 127) |
| | | 0 - 127 |
|# 00 26 | 0000 aaaa | |
| 00 27 | 0000 bbbb | |
| 00 28 | 0000 cccc | |
| 00 29 | 0000 dddd | Tempo Sync Delay1 (0 - 1) |
| | | OFF, ON |
|# 00 2A | 0000 aaaa | |
| 00 2B | 0000 bbbb | |
| 00 2C | 0000 cccc | |
| 00 2D | 0000 dddd | Delay1 Time (msec) (1 - 1300) |
| | | 1 - 1300 [msec] |
|# 00 2E | 0000 aaaa | |
| 00 2F | 0000 bbbb | |
| 00 30 | 0000 cccc | |
| 00 31 | 0000 dddd | Delay1 Time (note) (0 - 21) |
| | | MUSICAL-NOTES |
|# 00 32 | 0000 aaaa | |
| 00 33 | 0000 bbbb | |
| 00 34 | 0000 cccc | |
| 00 35 | 0000 dddd | Tempo Sync Delay2 (0 - 1) |
| | | OFF, ON |
|# 00 36 | 0000 aaaa | |
| 00 37 | 0000 bbbb | |
| 00 38 | 0000 cccc | |
| 00 39 | 0000 dddd | Delay2 Time (msec) (1 - 1300) |
| | | 1 - 1300 [msec] |
|# 00 3A | 0000 aaaa | |
| 00 3B | 0000 bbbb | |
| 00 3C | 0000 cccc | |
| 00 3D | 0000 dddd | Delay2 Time (note) (0 - 21) |
| | | MUSICAL-NOTES |
|# 00 3E | 0000 aaaa | |
| 00 3F | 0000 bbbb | |
| 00 40 | 0000 cccc | |
| 00 41 | 0000 dddd | Tempo Sync Delay3 (0 - 1) |
| | | OFF, ON |
|# 00 42 | 0000 aaaa | |
| 00 43 | 0000 bbbb | |
| 00 44 | 0000 cccc | |
| 00 45 | 0000 dddd | Delay3 Time (msec) (1 - 1300) |
| | | 1 - 1300 [msec] |
P.14
|# 00 46 | 0000 aaaa | |
| 00 47 | 0000 bbbb | |
| 00 48 | 0000 cccc | |
| 00 49 | 0000 dddd | Delay3 Time (note) (0 - 21) |
| | | MUSICAL-NOTES |
|# 00 4A | 0000 aaaa | |
| 00 4B | 0000 bbbb | |
| 00 4C | 0000 cccc | |
| 00 4D | 0000 dddd | Delay 3 Feedback (0 - 98) |
| | | -98 - +98 [%] |
|# 00 4E | 0000 aaaa | |
| 00 4F | 0000 bbbb | |
| 00 50 | 0000 cccc | |
| 00 51 | 0000 dddd | Delay HF Damp (0 - 17) |
| | | 200, 250, 315, 400, 500, 630, 800, |
| | | 1000, 1250, 1600, 2000, 2500, 3150, |
| | | 4000, 5000, 6300, 8000, BYPASS [Hz] |
|# 00 52 | 0000 aaaa | |
| 00 53 | 0000 bbbb | |
| 00 54 | 0000 cccc | |
| 00 55 | 0000 dddd | Delay 1 Pan (0 - 127) |
| | | L64 - 63R |
|# 00 56 | 0000 aaaa | |
| 00 57 | 0000 bbbb | |
| 00 58 | 0000 cccc | |
| 00 59 | 0000 dddd | Delay 2 Pan (0 - 127) |
| | | L64 - 63R |
|# 00 5A | 0000 aaaa | |
| 00 5B | 0000 bbbb | |
| 00 5C | 0000 cccc | |
| 00 5D | 0000 dddd | Delay 1 Level (0 - 127) |
| | | 0 - 127 |
|# 00 5E | 0000 aaaa | |
| 00 5F | 0000 bbbb | |
| 00 60 | 0000 cccc | |
| 00 61 | 0000 dddd | Delay 2 Level (0 - 127) |
| | | 0 - 127 |
|# 00 62 | 0000 aaaa | |
| 00 63 | 0000 bbbb | |
| 00 64 | 0000 cccc | |
| 00 65 | 0000 dddd | Low Gain (0 - 30) |
| | | -15 - +15 [dB] |
|# 00 66 | 0000 aaaa | |
| 00 67 | 0000 bbbb | |
| 00 68 | 0000 cccc | |
| 00 69 | 0000 dddd | High Gain (0 - 30) |
| | | -15 - +15 [dB] |
|# 00 6A | 0000 aaaa | |
| 00 6B | 0000 bbbb | |
| 00 6C | 0000 cccc | |
| 00 6D | 0000 dddd | dummy (ignored) |
|# 00 6E | 0000 aaaa | |
| 00 6F | 0000 bbbb | |
| 00 70 | 0000 cccc | |
| 00 71 | 0000 dddd | Level (0 - 127) |
| | | 0 - 127 |
|------------------------------------------------------------------------------|
MFX Type: 3TAP PAN DELAY
+------------------------------------------------------------------------------+
| Offset | |
| Address | Description |
|-------------+----------------------------------------------------------------|
|# 00 06 | 0000 aaaa | |
| 00 07 | 0000 bbbb | |
| 00 08 | 0000 cccc | |
| 00 09 | 0000 dddd | Tempo Sync L (0 - 1) |
| | | OFF, ON |
|# 00 0A | 0000 aaaa | |
| 00 0B | 0000 bbbb | |
| 00 0C | 0000 cccc | |
| 00 0D | 0000 dddd | Delay L Time (msec) (1 - 1300) |
| | | 1 - 1300 [msec] |
|# 00 0E | 0000 aaaa | |
| 00 0F | 0000 bbbb | |
| 00 10 | 0000 cccc | |
| 00 11 | 0000 dddd | Delay L Time (note) (0 - 21) |
| | | MUSICAL-NOTES |
|# 00 12 | 0000 aaaa | |
| 00 13 | 0000 bbbb | |
| 00 14 | 0000 cccc | |
| 00 15 | 0000 dddd | Tempo Sync R (0 - 1) |
| | | OFF, ON |
|# 00 16 | 0000 aaaa | |
| 00 17 | 0000 bbbb | |
| 00 18 | 0000 cccc | |
| 00 19 | 0000 dddd | Delay R Time (msec) (1 - 1300) |
| | | 1 - 1300 [msec] |
|# 00 1A | 0000 aaaa | |
| 00 1B | 0000 bbbb | |
| 00 1C | 0000 cccc | |
| 00 1D | 0000 dddd | Delay R Time (note) (0 - 21) |
| | | MUSICAL-NOTES |
|# 00 1E | 0000 aaaa | |
| 00 1F | 0000 bbbb | |
| 00 20 | 0000 cccc | |
| 00 21 | 0000 dddd | Tempo Sync Center (0 - 1) |
P.15
| | | OFF, ON |
|# 00 22 | 0000 aaaa | |
| 00 23 | 0000 bbbb | |
| 00 24 | 0000 cccc | |
| 00 25 | 0000 dddd | Delay Ctr Time (msec) (0 - 21) |
| | | MUSICAL-NOTES |
|# 00 26 | 0000 aaaa | |
| 00 27 | 0000 bbbb | |
| 00 28 | 0000 cccc | |
| 00 29 | 0000 dddd | Delay Ctr Time (note) (0 - 21) |
| | | MUSICAL-NOTES |
|# 00 2A | 0000 aaaa | |
| 00 2B | 0000 bbbb | |
| 00 2C | 0000 cccc | |
| 00 2D | 0000 dddd | Center Feedback (0 - 98) |
| | | -98 - +98 [%] |
|# 00 2E | 0000 aaaa | |
| 00 2F | 0000 bbbb | |
| 00 30 | 0000 cccc | |
| 00 31 | 0000 dddd | HF Damp (0 - 17) |
| | | 200, 250, 315, 400, 500, 630, 800, |
| | | 1000, 1250, 1600, 2000, 2500, 3150, |
| | | 4000, 5000, 6300, 8000, BYPASS [Hz] |
|# 00 32 | 0000 aaaa | |
| 00 33 | 0000 bbbb | |
| 00 34 | 0000 cccc | |
| 00 35 | 0000 dddd | Left Level (0 - 127) |
| | | 0 - 127 |
|# 00 36 | 0000 aaaa | |
| 00 37 | 0000 bbbb | |
| 00 38 | 0000 cccc | |
| 00 39 | 0000 dddd | Right Level (0 - 127) |
| | | 0 - 127 |
|# 00 3A | 0000 aaaa | |
| 00 3B | 0000 bbbb | |
| 00 3C | 0000 cccc | |
| 00 3D | 0000 dddd | Center Level (0 - 127) |
| | | 0 - 127 |
|# 00 3E | 0000 aaaa | |
| 00 3F | 0000 bbbb | |
| 00 40 | 0000 cccc | |
| 00 41 | 0000 dddd | Low Gain (0 - 30) |
| | | -15 - +15 [dB] |
|# 00 42 | 0000 aaaa | |
| 00 43 | 0000 bbbb | |
| 00 44 | 0000 cccc | |
| 00 45 | 0000 dddd | High Gain (0 - 30) |
| | | -15 - +15 [dB] |
|# 00 46 | 0000 aaaa | |
| 00 47 | 0000 bbbb | |
| 00 48 | 0000 cccc | |
| 00 49 | 0000 dddd | dummy (ignored) |
|# 00 4A | 0000 aaaa | |
| 00 4B | 0000 bbbb | |
| 00 4C | 0000 cccc | |
| 00 4D | 0000 dddd | Level (0 - 127) |
| | | 0 - 127 |
|------------------------------------------------------------------------------|
MFX Type: OD -> DELAY
+------------------------------------------------------------------------------+
| Offset | |
| Address | Description |
|-------------+----------------------------------------------------------------|
|# 00 06 | 0000 aaaa | |
| 00 07 | 0000 bbbb | |
| 00 08 | 0000 cccc | |
| 00 09 | 0000 dddd | Overdrive Drive (0 - 127) |
| | | 0 - 127 |
|# 00 0A | 0000 aaaa | |
| 00 0B | 0000 bbbb | |
| 00 0C | 0000 cccc | |
| 00 0D | 0000 dddd | Overdrive Pan (0 - 127) |
| | | L64 - 63R |
|# 00 0E | 0000 aaaa | |
| 00 0F | 0000 bbbb | |
| 00 10 | 0000 cccc | |
| 00 11 | 0000 dddd | Tempo Sync (0 - 1) |
| | | OFF, ON |
|# 00 12 | 0000 aaaa | |
| 00 13 | 0000 bbbb | |
| 00 14 | 0000 cccc | |
| 00 15 | 0000 dddd | Delay Time (msec) (1 - 2600) |
| | | 1 - 2600 [msec] |
|# 00 16 | 0000 aaaa | |
| 00 17 | 0000 bbbb | |
| 00 18 | 0000 cccc | |
| 00 19 | 0000 dddd | Delay Time (note) (0 - 21) |
| | | MUSICAL-NOTES |
|# 00 1A | 0000 aaaa | |
| 00 1B | 0000 bbbb | |
| 00 1C | 0000 cccc | |
| 00 1D | 0000 dddd | Delay Feedback (0 - 98) |
| | | -98 - +98 [%] |
|# 00 1E | 0000 aaaa | |
| 00 1F | 0000 bbbb | |
| 00 20 | 0000 cccc | |
P.16
| 00 21 | 0000 dddd | Delay HF Damp (0 - 17) |
| | | 200, 250, 315, 400, 500, 630, 800, |
| | | 1000, 1250, 1600, 2000, 2500, 3150, |
| | | 4000, 5000, 6300, 8000, BYPASS [Hz] |
|# 00 22 | 0000 aaaa | |
| 00 23 | 0000 bbbb | |
| 00 24 | 0000 cccc | |
| 00 25 | 0000 dddd | Delay Balance (0 - 100) |
| | | D100:0W - D0:100W |
|# 00 26 | 0000 aaaa | |
| 00 27 | 0000 bbbb | |
| 00 28 | 0000 cccc | |
| 00 29 | 0000 dddd | Level (0 - 127) |
| | | 0 - 127 |
|------------------------------------------------------------------------------|
MFX Type: DS -> DELAY
+------------------------------------------------------------------------------+
| Offset | |
| Address | Description |
|-------------+----------------------------------------------------------------|
|# 00 06 | 0000 aaaa | |
| 00 07 | 0000 bbbb | |
| 00 08 | 0000 cccc | |
| 00 09 | 0000 dddd | Distortion Drive (0 - 127) |
| | | 0 - 127 |
|# 00 0A | 0000 aaaa | |
| 00 0B | 0000 bbbb | |
| 00 0C | 0000 cccc | |
| 00 0D | 0000 dddd | Distortion Pan (0 - 127) |
| | | L64 - 63R |
|# 00 0E | 0000 aaaa | |
| 00 0F | 0000 bbbb | |
| 00 10 | 0000 cccc | |
| 00 11 | 0000 dddd | Tempo Sync (0 - 1) |
| | | OFF, ON |
|# 00 12 | 0000 aaaa | |
| 00 13 | 0000 bbbb | |
| 00 14 | 0000 cccc | |
| 00 15 | 0000 dddd | Delay Time (msec) (1 - 2600) |
| | | 1 - 2600 [msec] |
|# 00 16 | 0000 aaaa | |
| 00 17 | 0000 bbbb | |
| 00 18 | 0000 cccc | |
| 00 19 | 0000 dddd | Delay Time (note) (0 - 21) |
| | | MUSICAL-NOTES |
|# 00 1A | 0000 aaaa | |
| 00 1B | 0000 bbbb | |
| 00 1C | 0000 cccc | |
| 00 1D | 0000 dddd | Delay Feedback (0 - 98) |
| | | -98 - +98 [%] |
|# 00 1E | 0000 aaaa | |
| 00 1F | 0000 bbbb | |
| 00 20 | 0000 cccc | |
| 00 21 | 0000 dddd | Delay HF Damp (0 - 17) |
| | | 200, 250, 315, 400, 500, 630, 800, |
| | | 1000, 1250, 1600, 2000, 2500, 3150, |
| | | 4000, 5000, 6300, 8000, BYPASS [Hz] |
|# 00 22 | 0000 aaaa | |
| 00 23 | 0000 bbbb | |
| 00 24 | 0000 cccc | |
| 00 25 | 0000 dddd | Delay Balance (0 - 100) |
| | | D100:0W - D0:100W |
|# 00 26 | 0000 aaaa | |
| 00 27 | 0000 bbbb | |
| 00 28 | 0000 cccc | |
| 00 29 | 0000 dddd | Level (0 - 127) |
| | | 0 - 127 |
|------------------------------------------------------------------------------|
MFX Type: CHORUS
+------------------------------------------------------------------------------+
| Offset | |
| Address | Description |
|-------------+----------------------------------------------------------------|
|# 00 06 | 0000 aaaa | |
| 00 07 | 0000 bbbb | |
| 00 08 | 0000 cccc | |
| 00 09 | 0000 dddd | Filter Type (0 - 2) |
| | | OFF, LPF, HPF |
|# 00 0A | 0000 aaaa | |
| 00 0B | 0000 bbbb | |
| 00 0C | 0000 cccc | |
| 00 0D | 0000 dddd | Cutoff Freq (0 - 16) |
| | | 200, 250, 315, 400, 500, 630, 800, |
| | | 1000, 1250, 1600, 2000, 2500, 3150, |
| | | 4000, 5000, 6300, 8000 [Hz] |
|# 00 0E | 0000 aaaa | |
| 00 0F | 0000 bbbb | |
| 00 10 | 0000 cccc | |
| 00 11 | 0000 dddd | Pre Delay (0 - 125) |
| | | 0.0 - 100 [msec] |
|# 00 12 | 0000 aaaa | |
| 00 13 | 0000 bbbb | |
| 00 14 | 0000 cccc | |
| 00 15 | 0000 dddd | Tempo Sync (0 - 1) |
| | | OFF, ON |
P.17
|# 00 16 | 0000 aaaa | |
| 00 17 | 0000 bbbb | |
| 00 18 | 0000 cccc | |
| 00 19 | 0000 dddd | Rate (Hz) (1 - 200) |
| | | 0.05 - 10.00 [Hz] |
|# 00 1A | 0000 aaaa | |
| 00 1B | 0000 bbbb | |
| 00 1C | 0000 cccc | |
| 00 1D | 0000 dddd | Rate (note) (0 - 21) |
| | | MUSICAL-NOTES |
|# 00 1E | 0000 aaaa | |
| 00 1F | 0000 bbbb | |
| 00 20 | 0000 cccc | |
| 00 21 | 0000 dddd | Depth (0 - 127) |
| | | 0 - 127 |
|# 00 22 | 0000 aaaa | |
| 00 23 | 0000 bbbb | |
| 00 24 | 0000 cccc | |
| 00 25 | 0000 dddd | Phase (0 - 90) |
| | | 0 - 180 [deg] |
|# 00 26 | 0000 aaaa | |
| 00 27 | 0000 bbbb | |
| 00 28 | 0000 cccc | |
| 00 29 | 0000 dddd | Low Gain (0 - 30) |
| | | -15 - +15 [dB] |
|# 00 2A | 0000 aaaa | |
| 00 2B | 0000 bbbb | |
| 00 2C | 0000 cccc | |
| 00 2D | 0000 dddd | High Gain (0 - 30) |
| | | -15 - +15 [dB] |
|# 00 2E | 0000 aaaa | |
| 00 2F | 0000 bbbb | |
| 00 30 | 0000 cccc | |
| 00 31 | 0000 dddd | dummy (ignored) |
|# 00 32 | 0000 aaaa | |
| 00 33 | 0000 bbbb | |
| 00 34 | 0000 cccc | |
| 00 35 | 0000 dddd | Level (0 - 127) |
| | | 0 - 127 |
|------------------------------------------------------------------------------|
MFX Type: SPACE-D
+------------------------------------------------------------------------------+
| Offset | |
| Address | Description |
|-------------+----------------------------------------------------------------|
|# 00 06 | 0000 aaaa | |
| 00 07 | 0000 bbbb | |
| 00 08 | 0000 cccc | |
| 00 09 | 0000 dddd | Pre Delay (0 - 125) |
| | | 0.0 - 100 [msec] |
|# 00 0A | 0000 aaaa | |
| 00 0B | 0000 bbbb | |
| 00 0C | 0000 cccc | |
| 00 0D | 0000 dddd | Tempo Sync (0 - 1) |
| | | OFF, ON |
|# 00 0E | 0000 aaaa | |
| 00 0F | 0000 bbbb | |
| 00 10 | 0000 cccc | |
| 00 11 | 0000 dddd | Rate (Hz) (1 - 200) |
| | | 0.05 - 10.00 [Hz] |
|# 00 12 | 0000 aaaa | |
| 00 13 | 0000 bbbb | |
| 00 14 | 0000 cccc | |
| 00 15 | 0000 dddd | Rate (note) (0 - 21) |
| | | MUSICAL-NOTES |
|# 00 16 | 0000 aaaa | |
| 00 17 | 0000 bbbb | |
| 00 18 | 0000 cccc | |
| 00 19 | 0000 dddd | Depth (0 - 127) |
| | | 0 - 127 |
|# 00 1A | 0000 aaaa | |
| 00 1B | 0000 bbbb | |
| 00 1C | 0000 cccc | |
| 00 1D | 0000 dddd | Phase (0 - 90) |
| | | 0 - 180 [deg] |
|# 00 1E | 0000 aaaa | |
| 00 1F | 0000 bbbb | |
| 00 20 | 0000 cccc | |
| 00 21 | 0000 dddd | Low Gain (0 - 30) |
| | | -15 - +15 [dB] |
|# 00 22 | 0000 aaaa | |
| 00 23 | 0000 bbbb | |
| 00 24 | 0000 cccc | |
| 00 25 | 0000 dddd | High Gain (0 - 30) |
| | | -15 - +15 [dB] |
|# 00 26 | 0000 aaaa | |
| 00 27 | 0000 bbbb | |
| 00 28 | 0000 cccc | |
| 00 29 | 0000 dddd | dummy (ignored) |
|# 00 2A | 0000 aaaa | |
| 00 2B | 0000 bbbb | |
| 00 2C | 0000 cccc | |
| 00 2D | 0000 dddd | Level (0 - 127) |
| | | 0 - 127 |
|------------------------------------------------------------------------------|
P.18
MFX Type: OD -> CHORUS
+------------------------------------------------------------------------------+
| Offset | |
| Address | Description |
|-------------+----------------------------------------------------------------|
|# 00 06 | 0000 aaaa | |
| 00 07 | 0000 bbbb | |
| 00 08 | 0000 cccc | |
| 00 09 | 0000 dddd | Overdrive Drive (0 - 127) |
| | | 0 - 127 |
|# 00 0A | 0000 aaaa | |
| 00 0B | 0000 bbbb | |
| 00 0C | 0000 cccc | |
| 00 0D | 0000 dddd | Overdrive Pan (0 - 127) |
| | | L64 - 63R |
|# 00 0E | 0000 aaaa | |
| 00 0F | 0000 bbbb | |
| 00 10 | 0000 cccc | |
| 00 11 | 0000 dddd | Pre Delay (0 - 125) |
| | | 0.0 - 100 [msec] |
|# 00 12 | 0000 aaaa | |
| 00 13 | 0000 bbbb | |
| 00 14 | 0000 cccc | |
| 00 15 | 0000 dddd | Tempo Sync (0 - 1) |
| | | OFF, ON |
|# 00 16 | 0000 aaaa | |
| 00 17 | 0000 bbbb | |
| 00 18 | 0000 cccc | |
| 00 19 | 0000 dddd | Rate (Hz) (1 - 200) |
| | | 0.05 - 10.00 [Hz] |
|# 00 1A | 0000 aaaa | |
| 00 1B | 0000 bbbb | |
| 00 1C | 0000 cccc | |
| 00 1D | 0000 dddd | Rate (note) (0 - 21) |
| | | MUSICAL-NOTES |
|# 00 1E | 0000 aaaa | |
| 00 1F | 0000 bbbb | |
| 00 20 | 0000 cccc | |
| 00 21 | 0000 dddd | Chorus Depth (0 - 127) |
| | | 0 - 127 |
|# 00 22 | 0000 aaaa | |
| 00 23 | 0000 bbbb | |
| 00 24 | 0000 cccc | |
| 00 25 | 0000 dddd | Chorus Balance (0 - 100) |
| | | D100:0W - D0:100W |
|# 00 26 | 0000 aaaa | |
| 00 27 | 0000 bbbb | |
| 00 28 | 0000 cccc | |
| 00 29 | 0000 dddd | Level (0 - 127) |
| | | 0 - 127 |
|------------------------------------------------------------------------------|
MFX Type: DS -> CHORUS
+------------------------------------------------------------------------------+
| Offset | |
| Address | Description |
|-------------+----------------------------------------------------------------|
|# 00 06 | 0000 aaaa | |
| 00 07 | 0000 bbbb | |
| 00 08 | 0000 cccc | |
| 00 09 | 0000 dddd | Distortion Drive (0 - 127) |
| | | 0 - 127 |
|# 00 0A | 0000 aaaa | |
| 00 0B | 0000 bbbb | |
| 00 0C | 0000 cccc | |
| 00 0D | 0000 dddd | Distortion Pan (0 - 127) |
| | | L64 - 63R |
|# 00 0E | 0000 aaaa | |
| 00 0F | 0000 bbbb | |
| 00 10 | 0000 cccc | |
| 00 11 | 0000 dddd | Pre Delay (0 - 125) |
| | | 0.0 - 100 [msec] |
|# 00 12 | 0000 aaaa | |
| 00 13 | 0000 bbbb | |
| 00 14 | 0000 cccc | |
| 00 15 | 0000 dddd | Tempo Sync (0 - 1) |
| | | OFF, ON |
|# 00 16 | 0000 aaaa | |
| 00 17 | 0000 bbbb | |
| 00 18 | 0000 cccc | |
| 00 19 | 0000 dddd | Rate (Hz) (1 - 200) |
| | | 0.05 - 10.00 [Hz] |
|# 00 1A | 0000 aaaa | |
| 00 1B | 0000 bbbb | |
| 00 1C | 0000 cccc | |
| 00 1D | 0000 dddd | Rate (note) (0 - 21) |
| | | MUSICAL-NOTES |
|# 00 1E | 0000 aaaa | |
| 00 1F | 0000 bbbb | |
| 00 20 | 0000 cccc | |
| 00 21 | 0000 dddd | Chorus Depth (0 - 127) |
| | | 0 - 127 |
|# 00 22 | 0000 aaaa | |
| 00 23 | 0000 bbbb | |
| 00 24 | 0000 cccc | |
| 00 25 | 0000 dddd | Chorus Balance (0 - 100) |
| | | D100:0W - D0:100W |
P.19
|# 00 26 | 0000 aaaa | |
| 00 27 | 0000 bbbb | |
| 00 28 | 0000 cccc | |
| 00 29 | 0000 dddd | Level (0 - 127) |
| | | 0 - 127 |
|------------------------------------------------------------------------------|
MFX Type: PHASER A
+------------------------------------------------------------------------------+
| Offset | |
| Address | Description |
|-------------+----------------------------------------------------------------|
|# 00 06 | 0000 aaaa | |
| 00 07 | 0000 bbbb | |
| 00 08 | 0000 cccc | |
| 00 09 | 0000 dddd | Mode (0 - 2) |
| | | 4-STAGE, 8-STAGE, 12-STAGE |
|# 00 0A | 0000 aaaa | |
| 00 0B | 0000 bbbb | |
| 00 0C | 0000 cccc | |
| 00 0D | 0000 dddd | Manual (0 - 127) |
| | | 0 - 127 |
|# 00 0E | 0000 aaaa | |
| 00 0F | 0000 bbbb | |
| 00 10 | 0000 cccc | |
| 00 11 | 0000 dddd | Tempo Sync (0 - 1) |
| | | OFF, ON |
|# 00 12 | 0000 aaaa | |
| 00 13 | 0000 bbbb | |
| 00 14 | 0000 cccc | |
| 00 15 | 0000 dddd | Rate (Hz) (1 - 200) |
| | | 0.05 - 10.00 [Hz] |
|# 00 16 | 0000 aaaa | |
| 00 17 | 0000 bbbb | |
| 00 18 | 0000 cccc | |
| 00 19 | 0000 dddd | Rate (note) (0 - 21) |
| | | MUSICAL-NOTES |
|# 00 1A | 0000 aaaa | |
| 00 1B | 0000 bbbb | |
| 00 1C | 0000 cccc | |
| 00 1D | 0000 dddd | Depth (0 - 127) |
| | | 0 - 127 |
|# 00 1E | 0000 aaaa | |
| 00 1F | 0000 bbbb | |
| 00 20 | 0000 cccc | |
| 00 21 | 0000 dddd | Polarity (0 - 1) |
| | | INVERSE, SYNCHRO |
|# 00 22 | 0000 aaaa | |
| 00 23 | 0000 bbbb | |
| 00 24 | 0000 cccc | |
| 00 25 | 0000 dddd | Resonance (0 - 127) |
| | | 0 - 127 |
|# 00 26 | 0000 aaaa | |
| 00 27 | 0000 bbbb | |
| 00 28 | 0000 cccc | |
| 00 29 | 0000 dddd | Cross Feedback (0 - 98) |
| | | -98 - +98 [%] |
|# 00 2A | 0000 aaaa | |
| 00 2B | 0000 bbbb | |
| 00 2C | 0000 cccc | |
| 00 2D | 0000 dddd | dummy (ignored) |
|# 00 2E | 0000 aaaa | |
| 00 2F | 0000 bbbb | |
| 00 30 | 0000 cccc | |
| 00 31 | 0000 dddd | Low Gain (0 - 30) |
| | | -15 - +15 [dB] |
|# 00 32 | 0000 aaaa | |
| 00 33 | 0000 bbbb | |
| 00 34 | 0000 cccc | |
| 00 35 | 0000 dddd | High Gain (0 - 30) |
| | | -15 - +15 [dB] |
|# 00 36 | 0000 aaaa | |
| 00 37 | 0000 bbbb | |
| 00 38 | 0000 cccc | |
| 00 39 | 0000 dddd | Level (0 - 127) |
| | | 0 - 127 |
|------------------------------------------------------------------------------|
MFX Type: PHASER B
+------------------------------------------------------------------------------+
| Offset | |
| Address | Description |
|-------------+----------------------------------------------------------------|
|# 00 06 | 0000 aaaa | |
| 00 07 | 0000 bbbb | |
| 00 08 | 0000 cccc | |
| 00 09 | 0000 dddd | Speed (0 - 100) |
| | | 0 - 100 |
|# 00 0A | 0000 aaaa | |
| 00 0B | 0000 bbbb | |
| 00 0C | 0000 cccc | |
| 00 0D | 0000 dddd | Depth (0 - 127) |
| | | 0 - 127 |
|# 00 0E | 0000 aaaa | |
| 00 0F | 0000 bbbb | |
| 00 10 | 0000 cccc | |
| 00 11 | 0000 dddd | Low Gain (0 - 30) |
P.20

Other manuals for TD-17

1

This manual suits for next models

1

Other Roland Drum manuals

Roland TD-9 User manual

Roland

Roland TD-9 User manual

Roland V-Drums TD-6K User manual

Roland

Roland V-Drums TD-6K User manual

Roland 7X7-TR8 User manual

Roland

Roland 7X7-TR8 User manual

Roland RM-2 User manual

Roland

Roland RM-2 User manual

Roland V-Drums TD-30 User manual

Roland

Roland V-Drums TD-30 User manual

Roland TR-606 Operating and maintenance manual

Roland

Roland TR-606 Operating and maintenance manual

Roland V-Drums TD-12K User manual

Roland

Roland V-Drums TD-12K User manual

Roland CR-80 User manual

Roland

Roland CR-80 User manual

Roland V-Drums TD-8 User manual

Roland

Roland V-Drums TD-8 User manual

Roland V-drums Firmware update

Roland

Roland V-drums Firmware update

Roland pd-128s User manual

Roland

Roland pd-128s User manual

Roland V-Drums CY-5 User manual

Roland

Roland V-Drums CY-5 User manual

Roland Rhythm Plus PB-300 User manual

Roland

Roland Rhythm Plus PB-300 User manual

Roland OCTAPAD SPD-20 PRO User manual

Roland

Roland OCTAPAD SPD-20 PRO User manual

Roland TD-25KV User manual

Roland

Roland TD-25KV User manual

Roland V-Pad PDX-100 User manual

Roland

Roland V-Pad PDX-100 User manual

Roland CY-5 User manual

Roland

Roland CY-5 User manual

Roland V-Drums CY-13R User manual

Roland

Roland V-Drums CY-13R User manual

Roland DDR-30 User manual

Roland

Roland DDR-30 User manual

Roland KD-180L User manual

Roland

Roland KD-180L User manual

Roland PD-85 User manual

Roland

Roland PD-85 User manual

Roland CY-6 User manual

Roland

Roland CY-6 User manual

Roland KD-80 User manual

Roland

Roland KD-80 User manual

Roland CY-15R User manual

Roland

Roland CY-15R User manual

Popular Drum manuals by other brands

MGA Entertainment Little Tikes My Real Jam 654824EUC manual

MGA Entertainment

MGA Entertainment Little Tikes My Real Jam 654824EUC manual

Simmons SDMK2 user manual

Simmons

Simmons SDMK2 user manual

Yamaha DTX520K Assembly manual

Yamaha

Yamaha DTX520K Assembly manual

Alesis Performance Pad Quick start owner's manual

Alesis

Alesis Performance Pad Quick start owner's manual

Virgin Musical Instruments HITMAN HD-3M owner's manual

Virgin Musical Instruments

Virgin Musical Instruments HITMAN HD-3M owner's manual

Simmons SD81 quick start guide

Simmons

Simmons SD81 quick start guide

EFNOTE EFNOTE 3 reference guide

EFNOTE

EFNOTE EFNOTE 3 reference guide

Alesis DM8 PRO KIT Operator's manual

Alesis

Alesis DM8 PRO KIT Operator's manual

Medeli MZ528 owner's manual

Medeli

Medeli MZ528 owner's manual

Siimons SDMK4 user manual

Siimons

Siimons SDMK4 user manual

EDISON Professional Party System Drum instruction manual

EDISON Professional

EDISON Professional Party System Drum instruction manual

Medeli DD638 owner's manual

Medeli

Medeli DD638 owner's manual

Simmons SD500 owner's manual

Simmons

Simmons SD500 owner's manual

ATV aDrums EXS-1 user manual

ATV

ATV aDrums EXS-1 user manual

Casio LD-80 Function guide

Casio

Casio LD-80 Function guide

Medeli DD630 owner's manual

Medeli

Medeli DD630 owner's manual

Yamaha DTXTREME owner's manual

Yamaha

Yamaha DTXTREME owner's manual

Yamaha RS130 Assembly manual

Yamaha

Yamaha RS130 Assembly manual

manuals.online logo
manuals.online logoBrands
  • About & Mission
  • Contact us
  • Privacy Policy
  • Terms and Conditions

Copyright 2025 Manuals.Online. All Rights Reserved.