17
Roland GW-7 MIDI Implementation
●Minus-One parameters (Model ID=00 6CH)
Only for internal Standard MIDI File use (not received via MIDI).
Address (H) Size (H) Data (H) Parameter Description Default Value (H) Description
01 00 00 00 00 15 00 - 1F MINUS ONE ON/OFF bit4: Mute A on/off 00 All Minus One Off
bit3: Mute C on/off
bit2: (reserved)
bit1: Mute B on/off
bit0: (reserved)
01 00 01# 00 - 0F MINUS ONE CHANNEL bit3-0: Mute A ch. 16-13 00 Channel 10
01 00 02# 00 - 0F bit3-0: Mute A ch. 12-9 02
01 00 03# 00 - 0F bit3-0: Mute A ch. 8-5 00
01 00 04# 00 - 0F bit3-0: Mute A ch. 4-1 00
01 00 05# 00 - 0F bit3-0: Mute C ch. 16-13 00 Channel 2
01 00 06# 00 - 0F bit3-0: Mute C ch. 12-9 00
01 00 07# 00 - 0F bit3-0: Mute C ch. 8-5 00
01 00 08# 00 - 0F bit3-0: Mute C ch. 4-1 02
01 00 09# 00 - 0F bit3-0: (reserved) 0F ---
01 00 0A# 00 - 0F bit3-0: (reserved) 0D
01 00 0B# 00 - 0F bit3-0: (reserved) 0F
01 00 0C# 00 - 0F bit3-0: (reserved) 04
01 00 0D# 00 - 0F bit3-0: Mute B ch. 16-13 00 Channel 1
01 00 0E# 00 - 0F bit3-0: Mute B ch. 12-9 00
01 00 0F# 00 - 0F bit3-0: Mute B ch. 8-5 00
01 00 10# 00 - 0F bit3-0: Mute B ch. 4-1 01
01 00 11# 00 - 0F bit3-0: (reserved) 00 ---
01 00 12# 00 - 0F bit3-0: (reserved) 00
01 00 13# 00 - 0F bit3-0: (reserved) 00
01 00 14# 00 - 0F bit3-0: (reserved) 08
●Information parameters (Model ID=00 00 07H)
Only for internal Standard MIDI File use (not received via MIDI).
Address (H) Size (H) Data (H) Parameter
7F 00 00 01 00 00 00 01 01 SETUP MEAS. ON
4. Bulk Dump
Bulk Dump allows you to transmit all User performances/tones data at once, and is convenient for storing settings on a computer or sequencer.
To make the GW-7 perform a Bulk Dump transmission, send it a “Bulk Dump Request” message.
■System Exclusive Message (Model ID=00 00 07H)
When an appropriate “Data Request 1 (RQ1)” message is received, the requested internal data will be transmitted as “Data Set 1 (DT1)”.
●Data Request 1 (RQ1)
Status Data byte Status
F0H 41H, dev, 00H, 00H, 07H, 11H, aaH, bbH, ccH, ddH, F7H
ssH, ttH, uuH, vvH, sum
Byte Explanation
F0H Exclusive status
41H ID number (Roland)
dev Device ID (dev: 00H - 1FH, Initial value is 10H)
00H 00H 07H Model ID (GW-7)
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)
* Regarding the checksum, refer to “5. Supplementary material”, Example of an Exclusive message and calculating a checksum (p. 19).