Mrsysex.txt Ensoniq Corporation MR 76 MIDI System Exclusive Specification Mrsysex

Ensoniq Corporation MR-61 MR MIDI System Exclusive Specification mrsysex Ensoniq Corporation - MR-61 - MR MIDI System Exclusive Specification

Ensoniq Corporation MR-76 MR MIDI System Exclusive Specification mrsysex Ensoniq Corporation - MR-76 - MR MIDI System Exclusive Specification

Ensoniq Corporation MR-61 MR MIDI System Exclusive Specification mrsysex Ensoniq Corporation - MR-61 - MR MIDI System Exclusive Specification

User Manual: Ensoniq Corporation MR-76 MR MIDI System Exclusive Specification Ensoniq Corporation - MR-76 - MR MIDI System Exclusive Specification

Open the PDF directly: View PDF PDF.
Page Count: 161 [warning: Documents this large are best viewed by clicking the View PDF Link!]

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
MR MIDI System Exclusive Specification
Document Version 1.53/2.11-A
Written by: Jeff R. Dec
Documentation Management: Bill Whipple
Thanks to: Robby Berman, Michael Chen
Copyright © 1997
ENSONIQ Corp
155 Great Valley Parkway
Box 3035
Malvern, PA 19355-0735
USA
World Wide Web(http://www.ensoniq.com)
Printed in U.S.A.
All Rights Reserved
Your Authorized ENSONIQ Dealer is your primary source for service and suppo
This manual is copyrighted and all rights are reserved by ENSONIQ Corp. Thi
Although every effort has been made to ensure the accuracy of the text and
TABLE OF CONTENTS:
1.0 Introduction and Overview
1.1 Data Type Definitions
1.2 4 to 5 Bulk SysEx Data Encoding
1.3 Data Block Size
1.4 Checksum Calculation
1.5 Reserved/Not Defined Data
1.6 MR-Rack and MR-61/76 Model ID Code
1.7 Error Messages
2.0 Universal System Exclusive Messages
2.1 Universal System Exclusive Device Inquiry Message
2.2 Universal System Exclusive Device Identity Reply Message
2.3 Universal System Exclusive General MIDI ON Message
2.4 Universal System Exclusive General MIDI OFF Message
2.5 Universal MIDI Bulk Tuning Dump Reply Message
2.6 Universal MIDI Single Note Tuning Change Message
3.0 Ensoniq MR Specific System Exclusive Messages
3.1 Single Item Transmit Request
3.1.1 System Parameter Transmit Request
3.1.2 Single Sound Program Transmit Request
3.1.3 Single Performance Transmit Request
3.1.4 Single Drum Kit Program Transmit Request
3.2 Parameter Change Request
3.2.1 Sound Program Parameter Change Request
3.2.2 Performance Parameter Change Request
3.2.3 Drum Kit Program Parameter Change Request
3.3 Waveform Information Request
3.4 Initialize RAM Request
3.5 Transmit Display/LED Request
mrsysex.txt 10/10/2011 8:17 PM
Page 1 of 161
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
3.6 Receive Display/LED Request
4.0 Global System Parameter Structure
4.1 Single Sound Program Dump Data Format
4.2 Transmit Display/LED Dump Data Format
4.3 Receive Display/LED Dump Data Format
5.0 Sound Program Parameters Structure
5.1 Sound Program Insert Effect Structure
6.0 Layer Parameter Structure
6.1 Pitch Parameters
6.2 Filter Parameters
6.3 Waveform Parameters
6.4 Amplitude Parameters
6.5 Envelope 1 Parameters
6.6 Envelope 2 Parameters
6.7 Envelope 3 Parameters
6.8 LFO Parameters
7.0 Drum Kit Program Parameters
8.0 Performance Parameters
8.1 Part 1 Performance Parameters
8.2 Part 2 thru 16 Performance Parameters
8.3 Performance Effects Parameters
8.4 Performance PerfEditKit Drum Kit Program Parameters
Appendix 1 - MR Internal Waveform List
Appendix 2 - EXP1 World Expansion Board Waveform List
Appendix 3 - EXP2 Drum Expansion Board Waveform List
Appendix 4 - EXP3 Urban Dance Project Expansion Board Waveform List
Appendix 5 - Insert Effect Parameters
Appendix 6 - Breakdown of an Example Single Sound Program SysEx Dump
1.0 Introduction and Overview
This document describes the MIDI System Exclusive (SysEx) communication pro
1.1 Data Type Definitions
The following internal data types are used within the MR:
Unsigned Long Word
Positive Integer (4-bytes) ranging from 0 to 4294967295
Long Word
Two’s Complement Signed Integer (4-bytes) ranging f
Unsigned Short Word Positive Integer (2-bytes) ranging from 0 to 65535
Short Word
Two’s Complement Signed Integer (2-bytes) ranging from -32768 to +32767
Unsigned Byte Positive Integer ranging from 0 to 255
Byte
Two’s Complement Signed Integer ranging from -128 to +127
ASCII Character Positive Integer (1-byte) ranging from 0 to 127
Unless otherwise specified, all data types are in Motorola big-endian byte order.
1.2 4 to 5 Bulk SysEx Data Encoding
Where specified, the MR will encode/interpret a consecutive group of 4-bytes:
Byte #0 b31b30b29b28b27b26b25b24
Byte #1 b23b22b21b20b19b18b17b16
Byte #2 b15b14b13b12b11b10b09b08
mrsysex.txt 10/10/2011 8:17 PM
Page 2 of 161
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
Byte #3 b07b06b05b04b03b02b01b00
as the following 5 consecutive SysEx bytes:
Byte #0 0 b06b05b04b03b02b01b00
Byte #1 0 b13b12b11b10b09b08b07
Byte #2 0 b20b19b18b17b16b15b14
Byte #3 0 b27b26b25b24b23b22b21
Byte #4 0 0 0 0 b31b30b29b28
In the event that less than 4 bytes need to be encoded, the remaining bytes
1.3 Data Block Size
The Data Block Size parameter, which is found in certain Ensoniq specific S
1.4 Checksum Calculation
Unless otherwise specified, checksum values are to be calculated by perform
1.5 Reserved/Not Defined Data
Any data that is denoted as Reserved or Not Defined should NEVER be modifie
1.6 MR-Rack and MR-61/76 Model ID Code
The Model ID Code for the MR-Rack is defined as the value 00h, while the MR
1.7 Error Messages
The following SysEx error message will be generated in response to an impro
F0 System Exclusive Status Byte
0F Ensoniq Manufacturer Code
09 MR Family ID Code
00 MR-Rack Model ID Code
or
01/02 MR-61/76 Model ID Code
nn Device ID Number (0 to 127)
7F Error Reply
01 Bad Message Error Code
F7 End of System Exclusive
2.0 Universal System Exclusive Messages
The following Universal Real-Time and Non-Real-Time System Exclusive messag
2.1 Universal System Exclusive Device Inquiry Message
The MR supports the MIDI Device Inquiry message which allows instruments an
mrsysex.txt 10/10/2011 8:17 PM
Page 3 of 161
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
F0 System Exclusive Status Byte
7E Non Real Time Message Code
nn Device ID Number (0 to 127)
or
7F All Channel Broadcast Code
06 General Information Message Code
01 Identity Request Message Code
F7 End of System Exclusive
2.2 Universal System Exclusive Device Identity Reply Message
The following Identity Reply message contains information about the MR, and
F0 System Exclusive Status Byte
7E Non Real Time Message Code
nn Device ID Number (0 to 127)
06 General Information Message Code
02 Identity Reply Message Code
0F Ensoniq Manufacturer's Code
09 MR Product Family ID Code (LSByte)
00 MR Product Family ID Code (MSByte)
mm MR Family Member ID Code (LSByte)
00 MR Family Member ID Code (MSByte)
rr Software Revision Information
00 Reserved
ii Major Version Number (Integer Portion)
nn Minor Version Number (Decimal Fraction Portion)
F7 End of System Exclusive
2.3 Universal System Exclusive General MIDI ON Message
The following message will cause the MR-Rack to select the General MIDI per
F0 System Exclusive Status Byte
7E Non Real Time Message Code
nn Device ID Number (0 to 127)
or
7F All Channel Broadcast Code
09 General MIDI Message Code
01 General MIDI "ON" Message Code
F7 End of System Exclusive
2.4 Universal System Exclusive General MIDI OFF Message
Upon the reception of this message, the MR will conclude General MIDI opera
mrsysex.txt 10/10/2011 8:17 PM
Page 4 of 161
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
F0 System Exclusive Status Byte
7E Non Real Time Message Code
nn Device ID Number (0 to 127)
or
7F All Channel Broadcast Code
09 General MIDI Message Code
02 General MIDI "OFF" Message Code
F7 End of System Exclusive
2.5 Universal MIDI Bulk Tuning Dump Reply Message
As a recent addition to the MIDI Specification and the Ensoniq product line
F0 System Exclusive Status Byte
7E Non Real Time Message Code
nn Device ID Number (0 to 127)
or
7F All Channel Broadcast Code
08 MIDI Tuning Standard Message Code
01 Bulk Dump Reply Message Code
tt Tuning Program Number (0 to 127)
(This is currently ignored by the MR)
[aa] x 16 Tuning Program Name - 16 ASCII Characters
(This is currently ignored by the MR)
xx Semitone Frequency Data for MIDI Key #0
yy MSB Fraction of Semitone Data for MIDI Key #0
zz LSB Fraction of Semitone Data for MIDI Key #0
Repeat [xx,yy,zz] 127 More Times For MIDI Keys #1 to 127
cc Checksum = XOR of
7E (Non Real Time Message Code)
08 (MIDI Tuning Standard Message Code)
01 (Bulk Dump Reply Message Code)
tt (Tuning Program Number)
All 128 sets of [xx,yy,zz]
F7 End of System Exclusive
2.6 Universal MIDI Single Note Tuning Change Message
This message allows real-time, performance oriented adjustments to be made
In addition, the MR’s response to this message has been extended to allow a
F0 System Exclusive Status Byte
7F Real Time Message Code
mrsysex.txt 10/10/2011 8:17 PM
Page 5 of 161
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
nn Device ID Number (0 to 127)
or
7F All Channel Broadcast Code
08 MIDI Tuning Standard Message Code
02 Note Change Message Code
tt Tuning Program Number (0 to 127)
(This is currently ignored by the MR)
cc Number of Note Changes
kk MIDI Key Number (0 to 127)
xx Semitone Frequency Data for MIDI Key kk
yy MSB Fraction of Semitone Data for MIDI Key kk
zz LSB Fraction of Semitone Data for MIDI Key kk
Repeat [kk,xx,yy,zz] to Equal Number of Note Changes Minus One
F7 End of System Exclusive
3.0 Ensoniq MR Specific System Exclusive Messages
This section describes the entire set of Ensoniq specific SysEx messages th
3.1 Single Item Transmit Request
This multi-context command will initiate a dump of a single Sound Program,
3.1.1 System Parameter Transmit Request
F0 System Exclusive Status Byte
0F Ensoniq Manufacturer Code
09 MR Family ID Code
00 MR-Rack Model ID Code
or
01/02 MR-61/76 Model ID Code
nn Device ID Number (0 to 127)
03 Transmit Request Command
00 System Parameter Dump Request
00 Reserved
00 Reserved
F7 End of System Exclusive
The MR will respond to this command with the following SysEx message string:
F0 System Exclusive Status Byte
0F Ensoniq Manufacturer Code
09 MR Family ID Code
00 MR-Rack Model ID Code
mrsysex.txt 10/10/2011 8:17 PM
Page 6 of 161
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
or
01/02 MR-61/76 Model ID Code
nn Device ID Number (0 to 127)
43 Transmit Request Reply Command
00 System Parameter Dump Request
00 Reserved
00 Reserved
bb Data Block Size - 0 b06b05b04b03b02b01b00
bb Data Block Size - 0 b13b12b11b10b09b08b07
bb Data Block Size - 0 b20b19b18b17b16b15b14
bb Data Block Size - 0 b27b26b25b24b23b22b21
0b Data Block Size - 0 0 0 0 b31b30b29b28
Start of Data Block
[Section 4.0 Data Structure] ( 4-to-5 Bulk SysEx Data Encoded
End of Data Block
kk 14-Bit Checksum - LSByte
kk 14-Bit Checksum - MSByte
F7 End of System Exclusive
3.1.2 Single Sound Program Transmit Request
F0 System Exclusive Status Byte
0F Ensoniq Manufacturer Code
09 MR Family ID Code
00 MR-Rack Model ID Code
or
01/02 MR-61/76 Model ID Code
nn Device ID Number (0 to 127)
03 Transmit Request Command
01 Single Sound Program Dump Request
pp Program Number (0 to 127)
bb Bank Number (0 to 127)
F7 End of System Exclusive
The MR will respond to this command with the following SysEx message string:
F0 System Exclusive Status Byte
0F Ensoniq Manufacturer Code
09 MR Family ID Code
00 MR-Rack Model ID Code
or
mrsysex.txt 10/10/2011 8:17 PM
Page 7 of 161
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
01/02 MR-61/76 Model ID Code
nn Device ID Number (0 to 127)
43 Transmit Request Reply Command
01 Single Sound Program Dump Request
pp Program Number (0 to 127)
bb Bank Number (0 to 127)
bb Data Block Size - 0 b06b05b04b03b02b01b00
bb Data Block Size - 0 b13b12b11b10b09b08b07
bb Data Block Size - 0 b20b19b18b17b16b15b14
bb Data Block Size - 0 b27b26b25b24b23b22b21
0b Data Block Size - 0 0 0 0 b31b30b29b28
Start of Data Block
[Section 4.1 Data Structure] ( 4-to-5 Bulk SysEx Data Encoded
End of Data Block
kk 14-Bit Checksum - LSByte
kk 14-Bit Checksum - MSByte
F7 End of System Exclusive
3.1.3 Single Performance Transmit Request
The MR-61/76 does not allow for Performance dumps because the sequencer has
F0 System Exclusive Status Byte
0F Ensoniq Manufacturer Code
09 MR Family ID Code
00 MR-Rack Model ID Code
nn Device ID Number (0 to 127)
03 Transmit Request Command
02 Single Performance Dump Request
pp Program Number (0 to 127)
bb Bank Number (0 to 127)
F7 End of System Exclusive
The MR-Rack will respond to this command with the following SysEx message string:
F0 System Exclusive Status Byte
0F Ensoniq Manufacturer Code
09 MR Family ID Code
00 MR-Rack Model ID Code
nn Device ID Number (0 to 127)
43 Transmit Request Reply Command
02 Single Performance Dump Request
mrsysex.txt 10/10/2011 8:17 PM
Page 8 of 161
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
pp Program Number (0 to 127)
bb Bank Number (0 to 127)
bb Data Block Size - 0 b06b05b04b03b02b01b00
bb Data Block Size - 0 b13b12b11b10b09b08b07
bb Data Block Size - 0 b20b19b18b17b16b15b14
bb Data Block Size - 0 b27b26b25b24b23b22b21
0b Data Block Size - 0 0 0 0 b31b30b29b28
Start of Data Block
[Section 8 Data Structure] ( 4-to-5 Bulk SysEx Data Encoded
End of Data Block
kk 14-Bit Checksum - LSByte
kk 14-Bit Checksum - MSByte
F7 End of System Exclusive
3.1.4 Single Drum Kit Program Transmit Request
F0 System Exclusive Status Byte
0F Ensoniq Manufacturer Code
09 MR Family ID Code
00 MR-Rack Model ID Code
or
01/02 MR-61/76 Model ID Code
nn Device ID Number (0 to 127)
03 Transmit Request Command
03 Single Drum Kit Program Dump Request
pp Program Number (0 to 127)
bb Bank Number (0 to 127)
F7 End of System Exclusive
The MR will respond to this command with the following SysEx message string:
F0 System Exclusive Status Byte
0F Ensoniq Manufacturer Code
09 MR Family ID Code
00 MR-Rack Model ID Code
or
01/02 MR-61/76 Model ID Code
nn Device ID Number (0 to 127)
43 Transmit Request Reply Command
03 Single Drum Kit Program Dump Request
mrsysex.txt 10/10/2011 8:17 PM
Page 9 of 161
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
pp Program Number (0 to 127)
bb Bank Number (0 to 127)
bb Data Block Size - 0 b06b05b04b03b02b01b00
bb Data Block Size - 0 b13b12b11b10b09b08b07
bb Data Block Size - 0 b20b19b18b17b16b15b14
bb Data Block Size - 0 b27b26b25b24b23b22b21
0b Data Block Size - 0 0 0 0 b31b30b29b28
Start of Data Block
[Section 7 Data Structure] ( 4-to-5 Bulk SysEx Data Encoded )
End of Data Block
kk 14-Bit Checksum - LSByte
kk 14-Bit Checksum - MSByte
F7 End of System Exclusive
3.2 Parameter Change Request
This multi-context command will allow for a consecutive group of one to fou
3.2.1 Sound Program Parameter Change Request
F0 System Exclusive Status Byte
0F Ensoniq Manufacturer Code
09 MR Family ID Code
00 MR-Rack Model ID Code
or
01/02 MR-61/76 Model ID Code
nn Device ID Number (0 to 127)
05 Parameter Change Request Command
01 Sound Program Parameter
pp Program Number (0 to 127)
bb Bank Number (0 to 127)
01 Program Parameter (See Section 5.0)
or
02 Layer Parameter (See Section 6)
yy Layer Number minus 1 (LSByte)
zz Layer Number minus 1 (MSByte)
bb Parameter Offset - 0 b06b05b04b03b02b01b00
bb Parameter Offset - 0 b13b12b11b10b09b08b07
bb Parameter Offset - 0 b20b19b18b17b16b15b14
bb Parameter Offset - 0 b27b26b25b24b23b22b21
0b Parameter Offset - 0 0 0 0 b31b30b29b28
mrsysex.txt 10/10/2011 8:17 PM
Page 10 of 161
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
0b Parameter Byte Size (1 to 4)
00
00
00
00
bb Parameter Value - 0 b06b05b04b03b02b01b00
bb Parameter Value - 0 b13b12b11b10b09b08b07
bb Parameter Value - 0 b20b19b18b17b16b15b14
bb Parameter Value - 0 b27b26b25b24b23b22b21
0b Parameter Value - 0 0 0 0 b31b30b29b28
F7 End of System Exclusive
3.2.2 Performance Parameter Change Request
The MR-61/76 does not allow for Performance parameter changes because the s
F0 System Exclusive Status Byte
0F Ensoniq Manufacturer Code
09 MR Family ID Code
00 MR-Rack Model ID Code
nn Device ID Number (0 to 127)
05 Parameter Change Request Command
02 Performance Parameter (See Section 8)
pp Program Number (0 to 127)
bb Bank Number (0 to 127)
00 Reserved
00 Reserved
00 Reserved
bb Parameter Offset - 0 b06b05b04b03b02b01b00
bb Parameter Offset - 0 b13b12b11b10b09b08b07
bb Parameter Offset - 0 b20b19b18b17b16b15b14
bb Parameter Offset - 0 b27b26b25b24b23b22b21
bb Parameter Offset - 0 0 0 0 b31b30b29b28
0b Parameter Byte Size (1 to 4)
00
00
00
00
bb Parameter Value - 0 b06b05b04b03b02b01b00
bb Parameter Value - 0 b13b12b11b10b09b08b07
bb Parameter Value - 0 b20b19b18b17b16b15b14
bb Parameter Value - 0 b27b26b25b24b23b22b21
bb Parameter Value - 0 0 0 0 b31b30b29b28
F7 End of System Exclusive
mrsysex.txt 10/10/2011 8:17 PM
Page 11 of 161
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
3.2.3 Drum Kit Program Parameter Change Request
F0 System Exclusive Status Byte
0F Ensoniq Manufacturer Code
09 MR Family ID Code
00 MR-Rack Model ID Code
or
01/02 MR-61/76 Model ID Code
nn Device ID Number (0 to 127)
05 Parameter Change Request Command
03 Drum Kit Program Parameter (See Section 7)
pp Program Number (0 to 127)
bb Bank Number (0 to 127)
00 Reserved
00 Reserved
00 Reserved
bb Parameter Offset - 0 b06b05b04b03b02b01b00
bb Parameter Offset - 0 b13b12b11b10b09b08b07
bb Parameter Offset - 0 b20b19b18b17b16b15b14
bb Parameter Offset - 0 b27b26b25b24b23b22b21
bb Parameter Offset - 0 0 0 0 b31b30b29b28
0b Parameter Byte Size (1 to 4)
00
00
00
00
bb Parameter Value - 0 b06b05b04b03b02b01b00
bb Parameter Value - 0 b13b12b11b10b09b08b07
bb Parameter Value - 0 b20b19b18b17b16b15b14
bb Parameter Value - 0 b27b26b25b24b23b22b21
bb Parameter Value - 0 0 0 0 b31b30b29b28
F7 End of System Exclusive
3.3 Waveform Information Request
The following command string will request a dump of all the waveform names,
F0 System Exclusive Status Byte
0F Ensoniq Manufacturer Code
09 MR Family ID Code
00 MR-Rack Model ID Code
or
01/02 MR-61/76 Model ID Code
nn Device ID Number (0 to 127)
mrsysex.txt 10/10/2011 8:17 PM
Page 12 of 161
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
06 Waveform Information Request Message
00 Query Expansion Board Slot #1
or
01 Query Expansion Board Slot #2
or
02 Query Expansion Board Slot #3
F7 End of System Exclusive
The MR will respond to a properly formatted command with the following SysEx message:
F0 System Exclusive Status Byte
0F Ensoniq Manufacturer Code
09 MR Family ID Code
00 MR-Rack Model ID Code
or
01/02 MR-61/76 Model ID Code
nn Device ID Number (0 to 127)
46 Waveform Information Reply Message
00 Query Expansion Board Slot #1
or
01 Query Expansion Board Slot #2
or
02 Query Expansion Board Slot #3
bb
Number of Waveform Information Blocks - 0 b06b05b04b03b02b01b00
bb
Number of Waveform Information Blocks - 0 b13b12b11b10b09b08b07
bb
Number of Waveform Information Blocks - 0 b20b19b18b17b16b15b14
bb
Number of Waveform Information Blocks - 0 b27b26b25b24b23b22b21
0b
Number of Waveform Information Blocks - 0 0 0 0 b31b30b29b28
Start of Waveform Information Block #1
4-to-5 Bulk SysEx Data Encoded:
[Waveform Number (MSByte)]
[Waveform Number (LSByte)]
[Waveform Checksum (LSByte)]
[Waveform Checksum (MSByte)]
Waveform Name ( NULL Terminated ASCII String )
End of Waveform Information Block #1
The Waveform Information Block Is Repeated For The Remaining Waveforms
F7 End of System Exclusive
3.4 Initialize RAM Request
mrsysex.txt 10/10/2011 8:17 PM
Page 13 of 161
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
The function of this command is to erase, or nullify, a range of RAM Sound
F0 System Exclusive Status Byte
0F Ensoniq Manufacturer Code
09 MR Family ID Code
00 MR-Rack Model ID Code
or
01/02 MR-61/76 Model ID Code
nn Device ID Number (0 to 127)
07 Initialize RAM Request
01 Sound Program RAM
pp Starting Program Number (0 to 127)
bb Bank Number (0 to 127)
cc Number of Programs to Clear - LSByte
cc Number of Programs to Clear - MSByte
F7 End of System Exclusive
Note:
If the Starting Program Number added to the Number of Programs to Clear exceeds 127,
the MR will wrap around to Program #0, and continue within the SAME bank, after erasing
Program #127.
3.5 Transmit Display/LED Request
The following command string will request a dump of the current LCD screen
F0 System Exclusive Status Byte
0F Ensoniq Manufacturer Code
09 MR Family ID Code
00 MR-Rack Model ID Code
or
01/02 MR-61/76 Model ID Code
nn Device ID Number (0 to 127)
09 Transmit Display/LED Request Message
F7 End of System Exclusive
The MR will send the following SysEx message in response to the previous command:
F0 System Exclusive Status Byte
0F Ensoniq Manufacturer Code
09 MR Family ID Code
00 MR-Rack Model ID Code
or
01/02 MR-61/76 Model ID Code
mrsysex.txt 10/10/2011 8:17 PM
Page 14 of 161
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
nn Device ID Number (0 to 127)
49 Transmit Display/LED Reply Message
[Section 4.2 Data Structure]
F7 End of System Exclusive
3.6 Receive Display/LED Request
This command will temporarily display a user specified ASCII text string on
F0 System Exclusive Status Byte
0F Ensoniq Manufacturer Code
09 MR Family ID Code
00 MR-Rack Model ID Code
or
01/02 MR-61/76 Model ID Code
nn Device ID Number (0 to 127)
0A Receive Display/LED Request Message
[Section 4.3 Data Structure]
F7 End of System Exclusive
4.0 Global System Parameter Structure
The following is the Global System Parameter Structure for the MR-Rack:
Offset Parameter Name Range/Values
00-03h Global System Parameter Size
0000001Ch, Fixed Unsigned Long Word
04-07h Global System Parameter Tag 'GBL1' In ASCII
08h System Pitch Bend Down Range See Table 5.3
09h System Pitch Bend Up Range See Table 5.2
0Ah System Fine Tune Offset See Table 4.1
0Bh System Pitch Table See Table 5.1
0C-0Dh System Tempo
25 to 250, Unsigned Short Word
0Eh System Tempo Clock Source 00h = Internal
01h = MIDI
0Fh Audition Mode See Table 4.2
10h Wake-Up Mode 00h = Last Page
01h = Last Sound
02h = General MIDI
03h = Demo
11h Write Protect 00h = OFF
01h = Prompt
12h System Stak MIDI Channel 0 to 15
13h System CTRL1 Source See Table 4.3
14h System CTRL2 Source See Table 4.3
15h System CTRL3 Source See Table 4.3
16h System CTRL4 Source See Table 4.3
mrsysex.txt 10/10/2011 8:17 PM
Page 15 of 161
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
17h System MIDI Enables 01h = All Notes Off Recv
Bitwise Definitions
02h = System Exclusive Recv
04h = Bank & Prog Change Recv
08h = Part Parameter Reset
10h = Perf Prog Change Recv
20h = Auto Select FX Bus
80h = Not Defined
18h System Exclusive Device ID Number 0 to 127
19h Stak Coherence 00h = OFF
01h = ON
1Ah System Pitch Bend Mode 00h = As Programmed
01h = Normal
02h = Held
1Bh Aux To Main Outs 00h = Never
01h = Always
02h = Auto
The following is the Global System Parameter Structure for the MR-61/76:
Offset Parameter Name Range/Values
00-03h Global System Parameter Size
00000028h, Fixed Unsigned Long Word
04-07h Global System Parameter Tag 'GBL1' In ASCII
08h System Pitch Bend Down Range See Table 5.3
09h System Pitch Bend Up Range See Table 5.2
0Ah System Fine Tune Offset See Table 4.1
0Bh System Pitch Table See Table 5.1
0C-0Dh Reserved
0Eh System Tempo Clock Source 00h = Internal
01h = MIDI
0F-10h Reserved
11h Write Protect 00h = OFF
01h = Prompt
12h Base MIDI Channel 0 to 15
13h System CTRL1 Source See Table 4.3
14h System CTRL2 Source See Table 4.3
15h System CTRL3 Source See Table 4.3
16h System CTRL4 Source See Table 4.3
17h System MIDI Enables 01h = All Notes Off Recv
Bitwise Definitions 02h = Not Defined
04h = Bank & Prog Change Recv
08h = Track Parameter Reset
10h = Not Defined
20h = Auto Select FX Bus
80h = Not Defined
18h System Exclusive Device ID Number 0 to 127
19h Reserved
1Ah System Pitch Bend Mode 00h = As Programmed
01h = Normal
02h = Held
1Bh Aux To Main Outs 00h = Never
01h = Always
02h = Auto
1Ch Touch Curve 00h = Table-1
01h = Table-2
mrsysex.txt 10/10/2011 8:17 PM
Page 16 of 161
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
02h = Table-3
03h = Table-4
04h = Fixed 64
05h = Fixed 127
1Dh Pressure Threshold 00h = Soft
01h = Medium
02h = Firm
03h = Hard
1Eh Foot Switch 1 Left Mode See Table 4.4
1Fh Foot Switch 1 Right Mode See Table 4.4
20h Foot Switch 2 Left Mode See Table 4.4
21h Foot Switch 2 Right Mode See Table 4.4
22h CV Pedal Mode 00h = Foot Controller #004
01h = Volume #007
02h = SysCTRL1
03h = SysCTRL2
04h = SysCTRL3
05h = SysCTRL4
23-24h Reserved
25h Transmit MIDI Clocks 00h = OFF
01h = ON
26h FX Out Enables 01h = Insert FX Out
Bitwise Definitions 02h = Global Chorus Out
04h = Global Reverb Out
08h = Dry FX Bus Out
10h = Not Defined
20h = Not Defined
40h = Not Defined
80h = Not Defined
27h Rewind Sound 00h = OFF
01h = ON
4.1 Single Sound Program Dump Data Format
Offset Parameter Name Range/Values
00-03h Sound Program Size Unsigned Long Word
04-07h Sound Program Tag 'PRG1' In ASCII
08-0Bh Offset Table Size 00000018h
0C-0Fh Offset Table Tag 'OFTT' In ASCII
The following parameter is used to specify the starting offset value of the
10-13h Effects Offset
00000000h ( No Insert Effect
00000140h ( 01 Layer Defined
000001F4h ( 02 Layers Defined
000002A8h ( 03 Layers Defined
0000035Ch ( 04 Layers Defined
00000410h ( 05 Layers Defined
000004C4h ( 06 Layers Defined
00000578h ( 07 Layers Defined
0000062Ch ( 08 Layers Defined
000006E0h ( 09 Layers Defined
mrsysex.txt 10/10/2011 8:17 PM
Page 17 of 161
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
00000794h ( 10 Layers Defined
00000848h ( 11 Layers Defined
000008FCh ( 12 Layers Defined
000009B0h ( 13 Layers Defined
00000A64h ( 14 Layers Defined
00000B18h ( 15 Layers Defined
00000BCCh ( 16 Layers Defined
14-17h Program Parameters Offset 00000020h
18-1Bh Layer Offset Table Offset 00000044h
1C-1Fh Reserved 00000000h
20-43h Sound Program Parameters Structure See Section 5.0
The Layer Offset Table is used to store the starting offset value for each
44-47h Layer Offset Table Size 00000048h
48-4Bh Layer Offset Table Tag 'OFST' In ASCII
4C-4Fh Layer #01 Offset 0000008Ch
50-53h Layer #02 Offset 00000140h or 00000000h
54-57h Layer #03 Offset 000001F4h or 00000000h
58-5Bh Layer #04 Offset 000002A8h or 00000000h
5C-5Fh Layer #05 Offset 0000035Ch or 00000000h
60-63h Layer #06 Offset 00000410h or 00000000h
64-67h Layer #07 Offset 000004C4h or 00000000h
68-6Bh Layer #08 Offset 00000578h or 00000000h
6C-6Fh Layer #09 Offset 0000062Ch or 00000000h
70-73h Layer #10 Offset 000006E0h or 00000000h
74-77h Layer #11 Offset 00000794h or 00000000h
78-7Bh Layer #12 Offset 00000848h or 00000000h
7C-7Fh Layer #13 Offset 000008FCh or 00000000h
80-83h Layer #14 Offset 000009B0h or 00000000h
84-87h Layer #15 Offset 00000A64h or 00000000h
88-8Bh Layer #16 Offset 00000B18h or 00000000h
Because the MR dynamically allocates memory for a given Sound Program based
08C-13Fh Layer #01 Parameter Structure See Section 6
140-1F3h Layer #02 Parameter Structure See Section 6
1F4-2A7h Layer #03 Parameter Structure See Section 6
2A8-35Bh Layer #04 Parameter Structure See Section 6
35C-40Fh Layer #05 Parameter Structure See Section 6
410-4C3h Layer #06 Parameter Structure See Section 6
4C4-577h Layer #07 Parameter Structure See Section 6
578-62Bh Layer #08 Parameter Structure See Section 6
62C-6DFh Layer #09 Parameter Structure See Section 6
6E0-793h Layer #10 Parameter Structure See Section 6
794-847h Layer #11 Parameter Structure See Section 6
848-8FBh Layer #12 Parameter Structure See Section 6
8FC-9AFh Layer #13 Parameter Structure See Section 6
9B0-A63h Layer #14 Parameter Structure See Section 6
A64-B17h Layer #15 Parameter Structure See Section 6
B18-BCBh Layer #16 Parameter Structure See Section 6
The Sound Program Insert Effect Structure, as outlined in Section 5.1, will
mrsysex.txt 10/10/2011 8:17 PM
Page 18 of 161
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
140-1A9h Sound Program Insert Effect Structure ( 01 Layer Defined
1F4-25Dh Sound Program Insert Effect Structure ( 02 Layers Defined
2A8-311h Sound Program Insert Effect Structure ( 03 Layers Defined
35C-3C5h Sound Program Insert Effect Structure ( 04 Layers Defined
410-479h Sound Program Insert Effect Structure ( 05 Layers Defined
4C4-52Dh Sound Program Insert Effect Structure ( 06 Layers Defined
578-5E1h Sound Program Insert Effect Structure ( 07 Layers Defined
62C-695h Sound Program Insert Effect Structure ( 08 Layers Defined
6E0-749h Sound Program Insert Effect Structure ( 09 Layers Defined
794-7FDh Sound Program Insert Effect Structure ( 10 Layers Defined
848-8B1h Sound Program Insert Effect Structure ( 11 Layers Defined
8FC-965h Sound Program Insert Effect Structure ( 12 Layers Defined
9B0-A19h Sound Program Insert Effect Structure ( 13 Layers Defined
A64-ACDh Sound Program Insert Effect Structure ( 14 Layers Defined
B18-B81h Sound Program Insert Effect Structure ( 15 Layers Defined
BCC-C35h Sound Program Insert Effect Structure ( 16 Layers Defined
4.2 Transmit Display/LED Dump Data Format
The following is the Transmit Display/LED Dump data format for the MR-Rack:
Offset Parameter Name Range/Values
00-13h LCD Display - Line #1 - Page #0 ASCII Text String
14-27h LCD Display - Line #2 - Page #0 ASCII Text String
28-3Bh LCD Display - Line #1 - Page #1 ASCII Text String
3C-4Fh LCD Display - Line #2 - Page #1 ASCII Text String
50h Performance Pushbutton LED Status 00h = OFF
01h = ON
02h = Flashing
51h System Pushbutton LED Status 00h = OFF
01h = ON
02h = Flashing
52h Effects Bypass LED Status 00h = OFF
01h = ON
02h = Flashing
53h Effects Pushbutton LED Status 00h = OFF
01h = ON
02h = Flashing
54h Sound Pushbutton LED Status 00h = OFF
01h = ON
02h = Flashing
55h Parameter Pushbutton LED Status 00h = OFF
01h = ON
02h = Flashing
56h Mute Pushbutton LED Status 00h = OFF
01h = ON
02h = Flashing
57h Reserved
The following is the Transmit Display/LED Dump data format for the MR-61/76:
Offset Parameter Name Range/Values
mrsysex.txt 10/10/2011 8:17 PM
Page 19 of 161
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
00-13h LCD Display - Line #1 - Page #0 ASCII Text String
14-27h LCD Display - Line #2 - Page #0 ASCII Text String
28-3Bh LCD Display - Line #1 - Page #1 ASCII Text String
3C-4Fh LCD Display - Line #2 - Page #1 ASCII Text String
50h Sequencer Track 1 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
51h Sequencer Track 2 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
52h Sequencer Track 3 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
53h Sequencer Track 4 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
54h Sequencer Track 5 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
55h Sequencer Track 6 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
56h Sequencer Track 7 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
57h Sequencer Track 8 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
58h Sequencer Track 9 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
59h Sequencer Rhythm 00h = OFF
Pushbutton (Right) LED Status 01h = ON
02h = Flashing
5Ah Sequencer Track 11 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
5Bh Sequencer Track 12 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
5Ch Sequencer Track 13 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
5Dh Sequencer Track 14 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
5Eh Sequencer Track 15 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
5Fh Sequencer Track 16 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
mrsysex.txt 10/10/2011 8:17 PM
Page 20 of 161
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
60h Song Editor Intro 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
61h Song Editor Verse 1 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
62h Song Editor Chorus 1 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
63h Song Editor Verse 2 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
64h Song Editor Chorus 2 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
65h Song Editor Bridge 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
66h Song Editor Solo 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
67h Song Editor Ending 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
68h Song Editor Select Song 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
69h Song Editor Bank 1 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
6Ah Song Editor Bank 2 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
6Bh Song Editor Bank 3 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
6Ch Song Editor Song Playlist 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
6Dh Song Editor From Region 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
6Eh Song Editor To Region 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
6Fh Song Editor Loop 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
70h Song Editor Record Mode 00h = OFF
Replace LED Status 01h = ON
02h = Flashing
71h Song Editor Record Mode 00h = OFF
Add LED Status 01h = ON
02h = Flashing
72h Song Editor Record Mode 00h = OFF
mrsysex.txt 10/10/2011 8:17 PM
Page 21 of 161
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
Step LED Status 01h = ON
02h = Flashing
73h Song Editor Record Mode 00h = OFF
Track Mix LED Status 01h = ON
02h = Flashing
74h Song Editor Record Mode 00h = OFF
Final Mix LED Status 01h = ON
02h = Flashing
75-77h Reserved
78h Sequencer Play 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
79h Sequencer Record 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
7Ah Sequencer Rhythm 00h = OFF
Pushbutton (Left) LED Status 01h = ON
02h = Flashing
7B-7Fh Reserved
80h FX/Mixdown Mute 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
81h FX/Mixdown Solo 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
82-87h Reserved
88h Drum Machine Select Rhythm 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
89h Drum Machine Start/Stop 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
8Ah Drum Machine Fill/Variation 00h = OFF
Pushbutton (Left) LED Status 01h = ON
02h = Flashing
8Bh Drum Machine Fill/Variation 00h = OFF
Pushbutton (Right) LED Status 01h = ON
02h = Flashing
8C-8Fh Reserved
90h Sound Finder Select Sound 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
91h Sound Finder Transpose 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
92h Sound Finder Split 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
93h Sound Finder Layer 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
94-97h Reserved
98h Idea Pad Recall Idea 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
mrsysex.txt 10/10/2011 8:17 PM
Page 22 of 161
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
99h Idea Pad Start/Stop 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
9A-9Fh Reserved
A0h Enter/Yes Pushbutton LED Status 00h = OFF
01h = ON
02h = Flashing
A1h Exit/No Pushbutton LED Status 00h = OFF
01h = ON
02h = Flashing
A2h Disk/Global Save 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
A3-CFh Reserved
4.3 Receive Display/LED Dump Data Format
The following is the Receive Display/LED Dump data format for the MR-Rack:
Offset Parameter Name Range/Values
00-13h LCD Display - Line #1 ASCII Text String
14h Carriage Return ASCII Character 0Dh
15h Line Feed ASCII Character 0Ah
16-29h LCD Display - Line #2 ASCII Text String
2Ah NULL ASCII Character 00h
2Bh Performance Pushbutton LED Status 00h = OFF
01h = ON
02h = Flashing
2Ch System Pushbutton LED Status 00h = OFF
01h = ON
02h = Flashing
2Dh Effects Bypass LED Status 00h = OFF
01h = ON
02h = Flashing
2Eh Effects Pushbutton LED Status 00h = OFF
01h = ON
02h = Flashing
2Fh Sound Pushbutton LED Status 00h = OFF
01h = ON
02h = Flashing
30h Parameter Pushbutton LED Status 00h = OFF
01h = ON
02h = Flashing
31h Mute Pushbutton LED Status 00h = OFF
01h = ON
02h = Flashing
32h Reserved
The following is the Receive Display/LED Dump data format for the MR-61/76:
Offset Parameter Name Range/Values
mrsysex.txt 10/10/2011 8:17 PM
Page 23 of 161
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
00-13h LCD Display - Line #1 ASCII Text String
14h Carriage Return ASCII Character 0Dh
15h Line Feed ASCII Character 0Ah
16-29h LCD Display - Line #2 ASCII Text String
2Ah NULL ASCII Character 00h
2Bh Sequencer Track 1 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
2Ch Sequencer Track 2 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
2Dh Sequencer Track 3 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
2Eh Sequencer Track 4 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
2Fh Sequencer Track 5 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
30h Sequencer Track 6 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
31h Sequencer Track 7 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
32h Sequencer Track 8 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
33h Sequencer Track 9 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
34h Sequencer Rhythm 00h = OFF
Pushbutton (Right) LED Status 01h = ON
02h = Flashing
35h Sequencer Track 11 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
36h Sequencer Track 12 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
37h Sequencer Track 13 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
38h Sequencer Track 14 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
39h Sequencer Track 15 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
3Ah Sequencer Track 16 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
mrsysex.txt 10/10/2011 8:17 PM
Page 24 of 161
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
3Bh Song Editor Intro 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
3Ch Song Editor Verse 1 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
3Dh Song Editor Chorus 1 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
3Eh Song Editor Verse 2 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
3Fh Song Editor Chorus 2 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
40h Song Editor Bridge 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
41h Song Editor Solo 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
42h Song Editor Ending 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
43h Song Editor Select Song 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
44h Song Editor Bank 1 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
45h Song Editor Bank 2 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
46h Song Editor Bank 3 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
47h Song Editor Song Playlist 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
48h Song Editor From Region 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
49h Song Editor To Region 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
4Ah Song Editor Loop 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
4Bh Song Editor Record Mode 00h = OFF
Replace LED Status 01h = ON
02h = Flashing
4Ch Song Editor Record Mode 00h = OFF
Add LED Status 01h = ON
02h = Flashing
4Dh Song Editor Record Mode 00h = OFF
mrsysex.txt 10/10/2011 8:17 PM
Page 25 of 161
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
Step LED Status 01h = ON
02h = Flashing
4Eh Song Editor Record Mode 00h = OFF
Track Mix LED Status 01h = ON
02h = Flashing
4Fh Song Editor Record Mode 00h = OFF
Final Mix LED Status 01h = ON
02h = Flashing
50-52h Reserved
53h Sequencer Play 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
54h Sequencer Record 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
55h Sequencer Rhythm 00h = OFF
Pushbutton (Left) LED Status 01h = ON
02h = Flashing
56-5Ah Reserved
5Bh FX/Mixdown Mute 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
5Ch FX/Mixdown Solo 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
5D-62h Reserved
63h Drum Machine Select Rhythm 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
64h Drum Machine Start/Stop 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
65h Drum Machine Fill/Variation 00h = OFF
Pushbutton (Left) LED Status 01h = ON
02h = Flashing
66h Drum Machine Fill/Variation 00h = OFF
Pushbutton (Right) LED Status 01h = ON
02h = Flashing
67-6Ah Reserved
6Bh Sound Finder Select Sound 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
6Ch Sound Finder Transpose 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
6Dh Sound Finder Split 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
6Eh Sound Finder Layer 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
6F-72h Reserved
73h Idea Pad Recall Idea 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
mrsysex.txt 10/10/2011 8:17 PM
Page 26 of 161
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
74h Idea Pad Start/Stop 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
75-7Ah Reserved
7Bh Enter/Yes Pushbutton LED Status 00h = OFF
01h = ON
02h = Flashing
7Ch Exit/No Pushbutton LED Status 00h = OFF
01h = ON
02h = Flashing
7Dh Disk/Global Save 00h = OFF
Pushbutton LED Status 01h = ON
02h = Flashing
7E-AAh Reserved
Table 4.1 - Fine Tune Offset Values
80h = -50 Cents
82h = -49 Cents
84h = -48 Cents
87h = -47 Cents
89h = -46 Cents
8Ch = -45 Cents
8Fh = -44 Cents
91h = -43 Cents
94h = -42 Cents
96h = -41 Cents
99h = -40 Cents
9Bh = -39 Cents
9Eh = -38 Cents
A0h = -37 Cents
A3h = -36 Cents
A6h = -35 Cents
A8h = -34 Cents
ABh = -33 Cents
ADh = -32 Cents
B0h = -31 Cents
B2h = -30 Cents
B5h = -29 Cents
B8h = -28 Cents
BAh = -27 Cents
BDh = -26 Cents
BFh = -25 Cents
C2h = -24 Cents
C4h = -23 Cents
C7h = -22 Cents
C9h = -21 Cents
CCh = -20 Cents
CFh = -19 Cents
D1h = -18 Cents
D4h = -17 Cents
D6h = -16 Cents
D9h = -15 Cents
DBh = -14 Cents
DEh = -13 Cents
mrsysex.txt 10/10/2011 8:17 PM
Page 27 of 161
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
E0h = -12 Cents
E3h = -11 Cents
E6h = -10 Cents
E8h = -09 Cents
EBh = -08 Cents
EDh = -07 Cents
F0h = -06 Cents
F2h = -05 Cents
F5h = -04 Cents
F8h = -03 Cents
FAh = -02 Cents
FDh = -01 Cents
00h = 00 Cents
03h = +01 Cents
06h = +02 Cents
08h = +03 Cents
0Bh = +04 Cents
0Eh = +05 Cents
10h = +06 Cents
13h = +07 Cents
15h = +08 Cents
18h = +09 Cents
1Ah = +10 Cents
1Dh = +11 Cents
20h = +12 Cents
22h = +13 Cents
25h = +14 Cents
27h = +15 Cents
2Ah = +16 Cents
2Ch = +17 Cents
2Fh = +18 Cents
31h = +19 Cents
34h = +20 Cents
37h = +21 Cents
39h = +22 Cents
3Ch = +23 Cents
3Eh = +24 Cents
41h = +25 Cents
43h = +26 Cents
46h = +27 Cents
48h = +28 Cents
4Bh = +29 Cents
4Eh = +30 Cents
50h = +31 Cents
53h = +32 Cents
55h = +33 Cents
58h = +34 Cents
5Ah = +35 Cents
5Dh = +36 Cents
60h = +37 Cents
62h = +38 Cents
65h = +39 Cents
67h = +40 Cents
6Ah = +41 Cents
6Ch = +42 Cents
mrsysex.txt 10/10/2011 8:17 PM
Page 28 of 161
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
6Fh = +43 Cents
71h = +44 Cents
74h = +45 Cents
77h = +46 Cents
79h = +47 Cents
7Ch = +48 Cents
7Eh = +49 Cents
Table 4.2 - Audition Modes
00h = Sound Type
01h = A Octaves
02h = A# Octaves
03h = B Octaves
04h = C Octaves
05h = C# Octaves
06h = D Octaves
07h = D# Octaves
08h = E Octaves
09h = F Octaves
0Ah = F# Octaves
0Bh = G Octaves
0Ch = G# Octaves
0Dh = A maj Chord
0Eh = A# maj Chord
0Fh = B maj Chord
10h = C maj Chord
11h = C# maj Chord
12h = D maj Chord
13h = D# maj Chord
14h = E maj Chord
15h = F maj Chord
16h = F# maj Chord
17h = G maj Chord
18h = G# maj Chord
19h = A maj Arpeg
1Ah = A# maj Arpeg
1Bh = B maj Arpeg
1Ch = C maj Arpeg
1Dh = C# maj Arpeg
1Eh = D maj Arpeg
1Fh = D# maj Arpeg
20h = E maj Arpeg
21h = F maj Arpeg
22h = F# maj Arpeg
23h = G maj Arpeg
24h = G# maj Arpeg
25h = All OFF Only
Table 4.3 - System Controller Sources
00h = Bank Select
01h = Mod Wheel
02h = Breath
03h = MIDI Controller #3
mrsysex.txt 10/10/2011 8:17 PM
Page 29 of 161
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
04h = Foot Controller
05h = Glide Time
06h = Data Entry
07h = Volume
08h = Balance
09h = MIDI Controller #9
0Ah = Pan
0Bh = Expression
0Ch = FX Control 1
0Dh = FX Control 2
0Eh = MIDI Controller #14
0Fh = MIDI Controller #15
10h = General Purpose 1
11h = General Purpose 2
12h = General Purpose 3
13h = General Purpose 4
14h = MIDI Controller #20
15h = MIDI Controller #21
16h = MIDI Controller #22
17h = MIDI Controller #23
18h = MIDI Controller #24
19h = MIDI Controller #25
1Ah = MIDI Controller #26
1Bh = MIDI Controller #27
1Ch = MIDI Controller #28
1Dh = MIDI Controller #29
1Eh = MIDI Controller #30
1Fh = MIDI Controller #31
20h = Bank Select
21h = Mod Wheel
22h = Breath
23h = MIDI Controller #35
24h = Foot Controller
25h = Glide Time
26h = Data Entry
27h = Volume
28h = Balance
29h = MIDI Controller #41
2Ah = Pan
2Bh = Expression
2Ch = FX Control 1
2Dh = FX Control 2
2Eh = MIDI Controller #46
2Fh = MIDI Controller #47
30h = General Purpose 1
31h = General Purpose 2
32h = General Purpose 3
33h = General Purpose 4
34h = MIDI Controller #52
35h = MIDI Controller #53
36h = MIDI Controller #54
37h = MIDI Controller #55
38h = MIDI Controller #56
39h = MIDI Controller #57
3Ah = MIDI Controller #58
mrsysex.txt 10/10/2011 8:17 PM
Page 30 of 161
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
3Bh = MIDI Controller #59
3Ch = MIDI Controller #60
3Dh = MIDI Controller #61
3Eh = MIDI Controller #62
3Fh = MIDI Controller #63
40h = Sustain
41h = Portamento ON/OFF
42h = Sostenuto
43h = Soft Pedal
44h = Legato Foot Switch
45h = Hold 2
46h = Patch Select
47h = Timbre
48h = Release
49h = Attack
4Ah = Brightness
4Bh = Sound Controller 6
4Ch = Sound Controller 7
4Dh = Sound Controller 8
4Eh = Sound Controller 9
4Fh = Sound Controller 10
50h = General Purpose 5
51h = General Purpose 6
52h = General Purpose 7
53h = General Purpose 8
54h = Portamento
55h = MIDI Controller #85
56h = MIDI Controller #86
57h = MIDI Controller #87
58h = MIDI Controller #88
59h = MIDI Controller #89
5Ah = MIDI Controller #90
5Bh = FX Depth 1
5Ch = FX Depth 2
5Dh = FX Depth 3
5Eh = FX Depth 4
5Fh = FX Depth 5
60h = Data Increment
61h = Data Decrement
62h = Non-Reg Parameter LSB
63h = Non-Reg Parameter MSB
64h = Reg Parameter LSB
65h = Reg Parameter MSB
66h = MIDI Controller #102
67h = MIDI Controller #103
68h = MIDI Controller #104
69h = MIDI Controller #105
6Ah = MIDI Controller #106
6Bh = MIDI Controller #107
6Ch = MIDI Controller #108
6Dh = MIDI Controller #109
6Eh = MIDI Controller #110
6Fh = MIDI Controller #111
70h = MIDI Controller #112
71h = MIDI Controller #113
mrsysex.txt 10/10/2011 8:17 PM
Page 31 of 161
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
72h = MIDI Controller #114
73h = MIDI Controller #115
74h = MIDI Controller #116
75h = MIDI Controller #117
76h = MIDI Controller #118
77h = MIDI Controller #119
Table 4.4 - Foot Switch Modes
00h = Unused
01h = Sustain
02h = Sostenuto
03h = SysCTRL1
04h = SysCTRL2
05h = SysCTRL3
06h = SysCTRL4
07h = Up Button
08h = Down Button
09h = Split
0Ah = Layer
0Bh = Transpose
0Ch = Recall Idea
0Dh = IP Start
0Eh = DM Fill Var1
0Fh = DM Fill Var2
10h = DM Fill Var3
11h = DM Fill Var4
12h = DM Fill Var5
13h = DM Fill Var6
14h = DM Fill Var7
15h = DM Fill Var8
16h = Fill/Var
17h = DM Start
18h = Play/Stop
19h = PlayTop/Stop
1Ah = RecPlay/Stop
1Bh = Record
1Ch = Stop
1Dh = Rewind
1Eh = FastForward
1Fh = Mute
20h = Solo
21h = Region From
22h = Region To
23h = Step Advance
5.0 Sound Program Parameters Structure
Offset Parameter Name Range/Values
00-03h Sound Program Parameters Size Unsigned Long Word
04-07h Sound Program Parameters Tag 'PGP1' In ASCII
08-17h Sound Program Name ASCII Text String
18h Pitch Table See Table 5.1
19h Pitch Bend Up Range See Table 5.2
mrsysex.txt 10/10/2011 8:17 PM
Page 32 of 161
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1Ah Pitch Bend Down Range See Table 5.3
1B-1Ch Reserved
1Dh Program FX Bus 00h = Default
01h = Chorus
02h = Light Reverb
03h = Medium Reverb
04h = Wet Reverb
05h = Dry
1E-1Fh Reserved
20h GM Alias See Table 5.5
21h Program Enables
01h = Held Pitch Bend
Bitwise Definitions 02h = Not Defined
04h = Not Defined
08h = Not Defined
10h = Not Defined
20h = Not Defined
40h = Not Defined
80h = Not Defined
22h Re-Strike Limit 00h = Default
01h = 01 Voice /Layer
02h = 02 Voices/Layer
03h = 03 Voices/Layer
04h = 04 Voices/Layer
05h = 05 Voices/Layer
06h = 06 Voices/Layer
07h = 07 Voices/Layer
08h = 08 Voices/Layer
09h = 09 Voices/Layer
0Ah = 10 Voices/Layer
0Bh = 11 Voices/Layer
0Ch = 12 Voices/Layer
0Dh = 13 Voices/Layer
0Eh = 14 Voices/Layer
0Fh = 15 Voices/Layer
10h = 16 Voices/Layer
23h Sound Finder Catagory See Table 5.4
5.1 Sound Program Insert Effect Structure
Offset Parameter Name Range/Values
00-03h Insert Effect Structure Size Long Word
04-07h Insert Effect Structure Tag 'IFX1' in ASCII
08h Insert Mod Source See Table 8.7
09h Insert Mod Destination Parameter See Appendix 5
0A-0Bh Insert Mod Source Minimum Value Source
Parameter Dependent
0C-0Dh Insert Mod Source Maximum Value Source
Parameter Dependent
0E-0Fh Insert Mod Destination Destination
Parameter Minimum Value
Parameter Dependent
10-11h Insert Mod Destination Destination
Parameter Maximum Value
Parameter Dependent
12h Insert Chorus Mix 0 to 127
13h Insert Reverb Amount 0 to 127
14h Insert Input Mix 0 to 127
15h Insert Effect Parameter Count
Algorithm Dependent,
mrsysex.txt 10/10/2011 8:17 PM
Page 33 of 161
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
See Appendix 5
16-17h FX1 Algorithm Family ID
Algorithm Dependent, See Table 8.8
18-19h FX1 Algorithm Member ID
Algorithm Dependent, See Table 8.8
1A-29h FX1 Algorithm Name ASCII Text String
2A-69h FX1 Parameters (Insert) See Appendix 5
2A-2Bh FX1 Parameter #00
Algorithm Dependent
2C-2Dh FX1 Parameter #01
Algorithm Dependent
2E-2Fh FX1 Parameter #02
Algorithm Dependent
30-31h FX1 Parameter #03
Algorithm Dependent
32-33h FX1 Parameter #04
Algorithm Dependent
34-35h FX1 Parameter #05
Algorithm Dependent
36-37h FX1 Parameter #06
Algorithm Dependent
38-39h FX1 Parameter #07
Algorithm Dependent
3A-3Bh FX1 Parameter #08
Algorithm Dependent
3C-3Dh FX1 Parameter #09
Algorithm Dependent
3E-3Fh FX1 Parameter #10
Algorithm Dependent
40-41h FX1 Parameter #11
Algorithm Dependent
42-43h FX1 Parameter #12
Algorithm Dependent
44-45h FX1 Parameter #13
Algorithm Dependent
46-47h FX1 Parameter #14
Algorithm Dependent
48-49h FX1 Parameter #15
Algorithm Dependent
4A-4Bh FX1 Parameter #16
Algorithm Dependent
4C-4Dh FX1 Parameter #17
Algorithm Dependent
4E-4Fh FX1 Parameter #18
Algorithm Dependent
50-51h FX1 Parameter #19
Algorithm Dependent
52-53h FX1 Parameter #20
Algorithm Dependent
54-55h FX1 Parameter #21
Algorithm Dependent
56-57h FX1 Parameter #22
Algorithm Dependent
58-59h FX1 Parameter #23
Algorithm Dependent
5A-5Bh FX1 Parameter #24
Algorithm Dependent
5C-5Dh FX1 Parameter #25
Algorithm Dependent
5E-5Fh FX1 Parameter #26
Algorithm Dependent
60-61h FX1 Parameter #27
Algorithm Dependent
62-63h FX1 Parameter #28
Algorithm Dependent
64-65h FX1 Parameter #29
Algorithm Dependent
66-67h FX1 Parameter #30
Algorithm Dependent
68-69h FX1 Parameter #31
Algorithm Dependent
Table 5.1 - Pitch Table
00h = EqualTemper
01h = Pythagrn-C
02h = Just Int-C
03h = Meantone-C
04h = Wrkmeistr-C
05h = Vallotti-C
06h = Grk-Diatonc
07h = Grk-Chromat
08h = Grk-Enharm
09h = Turkish-A
0Ah = Arabic-1
0Bh = Arabic-2
0Ch = Arabic-3
0Dh = Arabic-4
mrsysex.txt 10/10/2011 8:17 PM
Page 34 of 161
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
0Eh = Java-Pelog1
0Fh = Java-Pelog2
10h = Java-Pelog3
11h = Java-Slndro
12h = Java-Combi
13h = Indian-Raga
14h = Tibetan
15h = Chinese-1
16h = Chinese-2
17h = Thailand
18h = 24-Tone-Equ
19h = 19-Tone-Equ
1Ah = 31-Tone-Equ
1Bh = 53-Tone-Equ
1Ch = Harmonic
1Dh = CarlosAlpha
1Eh = CarlosBeta
1Fh = CarlosGamma
20h = Partch-43
21h = Reverse
22h = Bagpipe
23h = ShonaMbira1
24h = ShonaMbira2
25h = SuperJust
26h = 88CET
27h = Pierce
28h = WS1
29h = WS2
2Ah = WS3
2Bh = Stretch
2Ch = RandomDetune
2Dh = RAM
Table 5.2 - Pitch Bend Up Range
F4h = 12 Down
F5h = 11 Down
F6h = 10 Down
F7h = 09 Down
F8h = 08 Down
F9h = 07 Down
FAh = 06 Down
FBh = 05 Down
FCh = 04 Down
FDh = 03 Down
FEh = 02 Down
FFh = 01 Down
00h = OFF
01h = 01 Up
02h = 02 Up
03h = 03 Up
04h = 04 Up
05h = 05 Up
06h = 06 Up
07h = 07 Up
mrsysex.txt 10/10/2011 8:17 PM
Page 35 of 161
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
08h = 08 Up
09h = 09 Up
0Ah = 10 Up
0Bh = 11 Up
0Ch = 12 Up
Table 5.3 - Pitch Bend Down Range
F4h = 12 Up
F5h = 11 Up
F6h = 10 Up
F7h = 09 Up
F8h = 08 Up
F9h = 07 Up
FAh = 06 Up
FBh = 05 Up
FCh = 04 Up
FDh = 03 Up
FEh = 02 Up
FFh = 01 Up
00h = OFF
01h = 01 Down
02h = 02 Down
03h = 03 Down
04h = 04 Down
05h = 05 Down
06h = 06 Down
07h = 07 Down
08h = 08 Down
09h = 09 Down
0Ah = 10 Down
0Bh = 11 Down
0Ch = 12 Down
Table 5.4 - Sound Finder Category
00h = PIANO-A
01h = PNOLYR-A
02h = PIANO-E
03h = PNOLYR-E
04h = ORGAN-A
05h = ORGAN-E
06h = ORGANLYR
07h = KEYS
08h = SYN-LEAD
09h = SYN-PAD
0Ah = SYN-COMP
0Bh = SYN-VINT
0Ch = SYNOTHER
0Dh = GUITAR-A
0Eh = GUITAR-E
0Fh = PLUCKED
10h = STRGSOLO
11h = STRGSECT
12h = BRASSOLO
mrsysex.txt 10/10/2011 8:17 PM
Page 36 of 161
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
13h = SAX-SOLO
14h = BRASSECT
15h = WINDREED
16h = ORCHSTRA
17h = VOCALS
18h = BASS
19h = BASS-SYN
1Ah = DRUM-KIT
1Bh = DRMKITGM
1Ch = PERC-KIT
1Dh = PERCSOLO
1Eh = MALLET
1Fh = BELL
20h = HITS
21h = LOOPGRUV
22h = SOUND-FX
23h = LAYERS
24h = SPLITS
25h = *UTILITY
26h = *CUSTOM
Table 5.5 - GM Alias
00h = Grand Piano
01h = Bright Piano
02h = Electric Grand
03h = Honky Tonk Piano
04h = Electric Piano 1
05h = Electric Piano 2
06h = Harpsichord
07h = Clavinet
08h = Celesta
09h = Glockenspiel
0Ah = Music Box
0Bh = Vibraphone
0Ch = Marimba
0Dh = Xylophone
0Eh = Tubular Bell
0Fh = Dulcimer
10h = Drawbar Organ
11h = Perc Organ
12h = Rock Organ
13h = Church Organ
14h = Reed Organ
15h = Accordian
16h = Harmonica
17h = Bandoneon
18h = Nylon Guitar
19h = Steel Guitar
1Ah = Jazz Guitar
1Bh = Clean Guitar
1Ch = Muted Guitar
1Dh = Overdriven Guitar
1Eh = Distorted Guitar
1Fh = Guitar Harmonics
mrsysex.txt 10/10/2011 8:17 PM
Page 37 of 161
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
20h = Acoustic Bass
21h = Fingered Bass
22h = Picked Bass
23h = Fretless Bass
24h = Slap Bass 1
25h = Slap Bass 2
26h = Synth Bass 1
27h = Synth Bass 2
28h = Violin
29h = Viola
2Ah = Cello
2Bh = Contra Bass
2Ch = Tremolo Strings
2Dh = Pizzicato
2Eh = Harp
2Fh = Tympani
30h = Strings
31h = Slow Strings
32h = Synth String 1
33h = Synth String 2
34h = Choir Ahhs
35h = Voice Ohhs
36h = Synth Voice
37h = Orchestra Hit
38h = Trumpet
39h = Trombone
3Ah = Tuba
3Bh = Mute Trumpet
3Ch = French Horn
3Dh = Brass
3Eh = Synth Brass 1
3Fh = Synth Brass 2
40h = Soprano Sax
41h = Alto Sax
42h = Tenor Sax
43h = Baritone Sax
44h = Oboe
45h = English Horn
46h = Bassoon
47h = Clarinet
48h = Piccolo
49h = Flute
4Ah = Recorder
4Bh = Pan Flute
4Ch = Bottle Blow
4Dh = Shakuhachi
4Eh = Whistle
4Fh = Ocarina
50h = Square Wave
51h = Saw Wave
52h = Synth Calliope
53h = Chiffer Lead
54h = Charang
55h = Solo Vox
56h = 5th Saw Wave
mrsysex.txt 10/10/2011 8:17 PM
Page 38 of 161
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
57h = Bass & Lead
58h = New Age Pad
59h = Warm Pad
5Ah = Poly Synth
5Bh = Space Voice
5Ch = Bowed Glass
5Dh = Metal Pad
5Eh = Halo Pad
5Fh = Sweep Pad
60h = Ice Rain
61h = Soundtrack
62h = Crystal
63h = Atmosphere
64h = Brightness
65h = Goblin
66h = Echo Drops
67h = Star Theme
68h = Sitar
69h = Banjo
6Ah = Shamisen
6Bh = Koto
6Ch = Kalimba
6Dh = Badpipes
6Eh = Fiddle
6Fh = Shanai
70h = Tinkle Bell
71h = Agogo
72h = Steel Drum
73h = Wood Block
74h = Taiko
75h = Melodic Tom
76h = Synth Drum
77h = Reverse Cymbal
78h = Guitar Fret Noise
79h = Breath Noise
7Ah = Seashore
7Bh = Birdsong
7Ch = Telephone
7Dh = Helicopter
7Eh = Applause
7Fh = Gunshot
6.0 Layer Parameter Structure
Offset Parameter Name Range/Values
00-03h Layer Parameter Struture Size
000000B4h, Fixed Long Word
04-07h Layer Tag 'LYR1' In ASCII
08-09h Use Layer Number 0 to 15
0Ah Layer Control
00h = Layer Disabled
01h = Layer Enabled
02h = Mute Layer
03h = Solo Layer
0Bh Trigger Control See Table 6.5
0Ch Controller High Threshold 0 to 127
mrsysex.txt 10/10/2011 8:17 PM
Page 39 of 161
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
0Dh Controller Low Threshold 0 to 127
0Eh Trigger Mode
80h = Key Up (Note-OFF)
90h = Key Down (Note-ON)
0Fh High Keyboard Key Threshold
21 to 108 (Keyboard Keys A0 to C8)
10h Low Keyboard Key Threshold
21 to 108 (Keyboard Keys A0 to C8)
11h High Note-On Velocity 0 to 127
12h Low Note-On Velocity 0 to 127
13-14h Layer Delay
0 to 9999, Unsigned Short Word
15h Volume (dB) -72 to +14
16h Pan -64 to +63
17h Semi Tune -64 to +63
18h Fine Tune -128 to +127
19h Voice Mode 00h = Poly
01h = Mono
1Ah Glide Mode 00h = OFF
01h = ON
1Bh Glide Time 0 to 127
1Ch Key Group 0 (OFF), 1 to 16
1D-1Fh Reserved
20-2Fh Layer Name ASCII Text String
6.1 Pitch Parameters
Offset Parameter Name Range/Values
30h ENV1 Mod Amount -127 to +127
31h LFO Mod Amount 0 to 127
32h Key Track See Table 6.4
33h Pitch Mod Source See Table 6.1
34h Pitch Mod Amount -127 to +127
35h Pitch Mod Range 0 to 64
36h Reserved
6.2 Filter Parameters
Offset Parameter Name Range/Values
37h Filter Mode 00h = 2LP/2HP
01h = 3LP/1HP
02h = 2LP/2LP
03h = 3LP/1LP
38h Filter 1+2 Link 00h = OFF
01h = ON
39h Filter 1 Cutoff 0 to 127
3Ah Reserved
3Bh Filter 1 ENV2 Mod Amount 0 to 127
3Ch Filter 1 Cutoff Mod Source See Table 6.1
3Dh Filter 1 Cutoff Mod Amount -127 to +127
3Eh Filter 1 Cutoff Keyboard Tracking See Table 6.4
3Fh Filter 1 Cutoff Keyboard 0 to 129
Tracking Breakpoint
(Keyboard Keys C-1 to A9)
40-41h Reserved
42h Filter 2 Cutoff 0 to 127
43h Reserved
44h Filter 2 ENV2 Mod Amount 0 to 127
mrsysex.txt 10/10/2011 8:17 PM
Page 40 of 161
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
45h Filter 2 Cutoff Mod Source See Table 6.1
46h Filter 2 Cutoff Mod Amount -127 to +127
47h Filter 2 Cutoff Keyboard Tracking See Table 6.4
48h Filter 2 Cutoff Keyboard 0 to 129
Tracking Breakpoint
(Keyboard Keys C-1 to A9)
49-4Ah Reserved
6.3 Waveform Parameters
Offset Parameter Name Range/Values
4Bh Reserved
4Ch Waveform Number (MSByte)
See Appendices 1 to 4
4Dh Waveform Number (LSByte)
See Appendices 1 to 4
4Eh Waveform Checksum (LSByte)
See Appendices 1 to 4
4Fh Waveform Checksum (MSByte)
See Appendices 1 to 4
50h Waveform Playback Direction 00h = Forward
01h = Backward
51h Waveform Shift Amount -64 to +63
52h Waveform Shift Mode 00h = OFF
01h = Shift All
02h = Stretch
03h = Pick One
04h = Shift Vel
53h Waveform Start Index 0 to 127
54h Waveform Mod Source See Table 6.1
55h Waveform Mod Amount -127 to +127
56-57h Reserved
6.4 Amplitude Parameters
Offset Parameter Name Range/Values
58h Amplitude Mod Source See Table 6.1
59h Amplitude Mod Amount -127 to +127
5Ah Panning Mod Source See Table 6.1
5Bh Panning Mod Amount -127 to +127
5Ch Rolloff Slope (dB/Octave) 0 to 127
5Dh Rolloff Key Number 0 to 129
(Keyboard Keys C-1 to A9)
5Eh Rolloff Mode 00h = OFF
01h = Below
02h = Above
5F-60h Reserved
61h Noise Rate 0 to 127
62-64h Reserved
65h MIDI Enables 01h = Pitch Bend
Bitwise Definitions 02h = Sustain
04h = Not Defined
08h = Not Defined
10h = Not Defined
20h = Not Defined
40h = Not Defined
80h = Not Defined
66h Reserved
mrsysex.txt 10/10/2011 8:17 PM
Page 41 of 161
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
67h Noise Sync See Table 6.2
6.5 Envelope 1 Parameters
Offset Parameter Name Range/Values
68-6Bh Envelope Tag 'ENV1' In ASCII
6Ch Release Mod Amount -127 to +127
6Dh Attack Time 0 to 99
6Eh Attack Peak Level 0 to 127
6Fh Decay 1 Time 0 to 99
70h Decay 1 Break Level 0 to 127
71h Decay 2 Time 0 to 99
72h Decay 2 Break Level 0 to 127
73h Decay 3 Time 0 to 99
74h Sustain Level 0 to 127
75h Release Time 0 to 99
76h Level Velocity 0 to 99
77h Attack Velocity 0 to 99
78h Key Scale 0 to 99
79h Envelope Mode 00h = Normal
01h = Finish
02h = Repeat
7Ah Velocity Curve See Table 6.3
7Bh Reserved
6.6 Envelope 2 Parameters
Offset Parameter Name Range/Values
7C-7Fh Envelope Tag 'ENV1' In ASCII
80h Release Mod Amount -127 to +127
81h Attack Time 0 to 99
82h Attack Peak Level 0 to 127
83h Decay 1 Time 0 to 99
84h Decay 1 Break Level 0 to 127
85h Decay 2 Time 0 to 99
86h Decay 2 Break Level 0 to 127
87h Decay 3 Time 0 to 99
88h Sustain Level 0 to 127
89h Release Time 0 to 99
8Ah Level Velocity 0 to 99
8Bh Attack Velocity 0 to 99
8Ch Key Scale 0 to 99
8Dh Envelope Mode 00h = Normal
01h = Finish
02h = Repeat
8Eh Velocity Curve See Table 6.3
8Fh Reserved
6.7 Envelope 3 Parameters
Offset Parameter Name Range/Values
90-93h Envelope Tag 'ENV1' In ASCII
mrsysex.txt 10/10/2011 8:17 PM
Page 42 of 161
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
94h Release Mod Amount -127 to +127
95h Attack Time 0 to 99
96h Attack Peak Level 0 to 127
97h Decay 1 Time 0 to 99
98h Decay 1 Break Level 0 to 127
99h Decay 2 Time 0 to 99
9Ah Decay 2 Break Level 0 to 127
9Bh Decay 3 Time 0 to 99
9Ch Sustain Level 0 to 127
9Dh Release Time 0 to 99
9Eh Level Velocity 0 to 99
9Fh Attack Velocity 0 to 99
A0h Key Scale 0 to 99
A1h Envelope Mode 00h = Normal
01h = Finish
02h = Repeat
A2h Velocity Curve See Table 6.3
A3h Reserved
6.8 LFO Parameters
Offset Parameter Name Range/Values
A4-A7h LFO Tag 'LFO1' In ASCII
A8h LFO Waveshape 00h = Triangle
01h = Sine + Tri
02h = Sine
03h = Positive Tri
04h = Positive Sine
05h = Sawtooth
06h = Square
A9h LFO Depth 0 to 127
AAh LFO Rate 0 to 99
ABh LFO Delay Time 0 to 99
ACh LFO Phase 0 to 127
ADh LFO Depth Mod Source See Table 6.1
AEh LFO Depth Mod Amount -127 to +127
AFh LFO Rate Mod Source See Table 6.1
B0h LFO Rate Mod Amount -127 to +127
B1h LFO Retrigger 00h = OFF
01h = ON
B2h LFO Timebase See Table 6.2
B3h Reserved
Table 6.1 - Modulation Sources
00h = OFF
01h = Full Amount
02h = LFO
03h = Stepped
04h = Smooth
05h = ENV1
06h = ENV2
07h = ENV3
08h = Velocity
mrsysex.txt 10/10/2011 8:17 PM
Page 43 of 161
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
09h = Vel+Press
0Ah = MIDIKey
0Bh = Keyboard
0Ch = Pressure
0Dh = Pitch Wheel
0Eh = Mod Wheel
0Fh = Whl+Press
10h = Ft Pedal
11h = Sustain
12h = Sostento
13h = SysCTRL1
14h = SysCTRL2
15h = SysCTRL3
16h = SysCTRL4
Table 6.2 - Time Divisions
00h = Normal
01h = Whole Note
02h = Whole Triplet
03h = Half Note
04h = Half Triplet
05h = Quarter Note
06h = Quarter Triplet
07h = Eighth Note
08h = Eighth Triplet
09h = Sixteenth Note
0Ah = Sixteenth Triplet
0Bh = 32nd Note
Table 6.3 - Response Curves
00h = Quick Rise
01h = Convex 1
02h = Convex 2
03h = Convex 3
04h = Linear
05h = Concave 1
06h = Concave 2
07h = Concave 3
08h = Concave 4
09h = Late Rise
Table 6.4 - Keyboard Tracking
F0h = -2
F1h = -15/8
F2h = -7/4
F3h = -13/8
F4h = -3/2
F5h = -11/8
F6h = -5/4
F7h = -9/8
F8h = -1
F9h = -7/8
mrsysex.txt 10/10/2011 8:17 PM
Page 44 of 161
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
FAh = -3/4
FBh = -5/8
FCh = -1/2
FDh = -3/8
FEh = -1/4
FFh = -1/8
00h = OFF
01h = +1/8
02h = +1/4
03h = +3/8
04h = +1/2
05h = +5/8
06h = +3/4
07h = +7/8
08h = +1
09h = +9/8
0Ah = +5/4
0Bh = +11/8
0Ch = +3/2
0Dh = +13/8
0Eh = +7/4
0Fh = +15/8
10h = +2
11h = Pitch Table (Valid ONLY For Pitch Key Track Parameter)
Table 6.5 - Trigger Control Sources
00h = OFF (Unused)
01h = Mod Wheel
02h = Breath
03h = MIDI Controller
04h = Foot Controller
05h = Glide Time
06h = Data Entry
07h = Volume
08h = Balance
09h = MIDI Controller
0Ah = Pan
0Bh = Expression
0Ch = FX Control 1
0Dh = FX Control 2
0Eh = MIDI Controller
0Fh = MIDI Controller
10h = General Purpose 1
11h = General Purpose 2
12h = General Purpose 3
13h = General Purpose 4
14h = MIDI Controller
15h = MIDI Controller
16h = MIDI Controller
17h = MIDI Controller
18h = MIDI Controller
19h = MIDI Controller
1Ah = MIDI Controller
1Bh = MIDI Controller
mrsysex.txt 10/10/2011 8:17 PM
Page 45 of 161
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
1Ch = MIDI Controller
1Dh = MIDI Controller
1Eh = MIDI Controller
1Fh = MIDI Controller
20h = Bank Select
21h = Mod Wheel
22h = Breath
23h = MIDI Controller
24h = Foot Controller
25h = Glide Time
26h = Data Entry
27h = Volume
28h = Balance
29h = MIDI Controller
2Ah = Pan
2Bh = Expression
2Ch = FX Control 1
2Dh = FX Control 2
2Eh = MIDI Controller
2Fh = MIDI Controller
30h = General Purpose 1
31h = General Purpose 2
32h = General Purpose 3
33h = General Purpose 4
34h = MIDI Controller
35h = MIDI Controller
36h = MIDI Controller
37h = MIDI Controller
38h = MIDI Controller
39h = MIDI Controller
3Ah = MIDI Controller
3Bh = MIDI Controller
3Ch = MIDI Controller
3Dh = MIDI Controller
3Eh = MIDI Controller
3Fh = MIDI Controller
40h = Sustain
41h = Portamento ON/OFF
42h = Sostenuto
43h = Soft Pedal
44h = Legato Foot Switch
45h = Hold 2
46h = Patch Select
47h = Timbre
48h = Release
49h = Attack
4Ah = Brightness
4Bh = Sound Controller 6
4Ch = Sound Controller 7
4Dh = Sound Controller 8
4Eh = Sound Controller 9
4Fh = Sound Controller 10
50h = General Purpose 5
51h = General Purpose 6
52h = General Purpose 7
mrsysex.txt 10/10/2011 8:17 PM
Page 46 of 161
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
53h = General Purpose 8
54h = Portamento
55h = MIDI Controller
56h = MIDI Controller
57h = MIDI Controller
58h = MIDI Controller
59h = MIDI Controller
5Ah = MIDI Controller
5Bh = FX Depth 1
5Ch = FX Depth 2
5Dh = FX Depth 3
5Eh = FX Depth 4
5Fh = FX Depth 5
60h = Data Increment
61h = Data Decrement
62h = Non-Reg Parameter LSB
63h = Non-Reg Parameter MSB
64h = Reg Parameter LSB
65h = Reg Parameter MSB
66h = MIDI Controller
67h = MIDI Controller
68h = MIDI Controller
69h = MIDI Controller
6Ah = MIDI Controller
6Bh = MIDI Controller
6Ch = MIDI Controller
6Dh = MIDI Controller
6Eh = MIDI Controller
6Fh = MIDI Controller
70h = MIDI Controller
71h = MIDI Controller
72h = MIDI Controller
73h = MIDI Controller
74h = MIDI Controller
75h = MIDI Controller
76h = MIDI Controller
77h = MIDI Controller
78h = System CTRL 1
79h = System CTRL 2
7Ah = System CTRL 3
7Bh = System CTRL 4
7.0 Drum Kit Program Parameters
Offset Parameter Name Range/Values
00-03h Drum Kit Program Size
0000019Ch, Fixed Long Word
04-07h Drum Kit Program Tag 'DRM1' In ASCII
08-17h Drum Kit Program Name ASCII Text String
18h Drum Kit Catagory 26h (*CUSTOM)
19h Drum Kit Base Note 23h (Drum Key B1)
1Ah Number of Drum Keys 40h
1Bh Drum Key Definition Size 06h
1C-21h Drum Key B1 Definition
mrsysex.txt 10/10/2011 8:17 PM
Page 47 of 161
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
1Ch Drum Key B1 Bank 0 to 127
1Dh Drum Key B1 Program 0 to 127
1Eh Drum Key B1 Pan -64 to +63
1Fh Drum Key B1 Volume -50 to +14
20h Drum Key B1 Tuning Shift -64 to +63
21h Drum Key B1 FX Bus 00h = Insert
01h = Chorus
02h = Light Reverb
03h = Medium Reverb
04h = Wet Reverb
05h = Dry
022-19Bh Drum Keys C2 thru D7
See Drum Key B1 Definition
8.0 Performance Parameters
Offset Parameter Name Range/Values
00-03h Performance Size
00000576h, Long Word
04-07h Performance Tag 'PRF1' In ASCII
08-17h Performance Name ASCII Text String
18h Reserved
19h Insert Control Part 0 (OFF), 1 to 16
1A-2Bh Reserved
8.1 Part 1 Performance Parameters
Offset Parameter Name Range/Values
2Ch Part 1 MIDI Channel 0 to 15
2Dh Part 1 Bank Number 0 to 127
2Eh Part 1 Program Number 0 to 127
2Fh Reserved
30h Part 1 Volume 0 to 127
31h Part 1 Pan
See Table 8.6
32h Part 1 MIDI Enables
01h = Program Change Rcv
Bitwise Definitions
02h = Bank Select Rcv
04h = Data Entry Rcv
08h = Pitch Bend Rcv
10h = Mod Wheel Rcv
20h = Foot Pedal Rcv
40h = Volume Rcv
80h = Pan Rcv
33h Part 1 MIDI Enables
01h = Expression Rcv
Bitwise Defintions 02h = Sustain Rcv
04h = SysCTRL1 Rcv
08h = SysCTRL2 Rcv
10h = SysCTRL3 Rcv
20h = SysCTRL4 Rcv
40h = Volume Invert
80h = Not Defined
34h Part 1 Semitone Shift1 See Table 8.6
35h Part 1 Fine Tuning1 -128 to +127
36h Reserved
37h Part 1 LFO Rate1 See Table 8.6
mrsysex.txt 10/10/2011 8:17 PM
Page 48 of 161
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
38h Part 1 LFO Depth1 See Table 8.6
39h Part 1 LFO Delay1 See Table 8.6
3Ah Part 1 Octave Shift1 3Eh = -2 Octaves
3Fh = -1 Octaves
40h = 0 Octaves
41h = +1 Octaves
42h = +2 Octaves
3Bh Part 1 Filter Cutoff1 See Table 8.6
3Ch Reserved
3Dh Part 1 Amplitude Envelope See Table 8.6
Attack Time1
3Eh Part 1 Amplitude Envelope See Table 8.6
Decay Time1
3Fh Part 1 Amplitude Envelope See Table 8.6
Release Time1
40h Part 1 Filter Envelope See Table 8.6
Attack Time1
41h Part 1 Filter Envelope See Table 8.6
Decay Time1
42h Part 1 Filter Envelope See Table 8.6
Release Time1
43h Part 1 Amplitude & Filter See Table 8.6
Velocity Sensitivity1
44h Part 1 Pitch Table1 See Table 8.1
45h Part 1 Pitch Bend Up Range1 See Table 8.3
46h Part 1 Pitch Bend Down Range1 See Table 8.4
47h Part 1 Delay Offset1 See Table 8.5
48h Part 1 LFO & Noise Sync1 See Table 8.2
49h Part 1 Keyboard Range Low Note 21 to 108
(Keyboard Keys A0 to C8)
4Ah Part 1 Keyboard Range High Note 21 to 108
(Keyboard Keys A0 to C8)
4Bh Part 1 Velocity Range Low Limit 0 to 127
4Ch Part 1 Velocity Range High Limit 0 to 127
4Dh Part 1 Pressure Mode FFh = OFF
00h = Auto
01h = Channel
02h = Key
4Eh Part 1 Glide Mode1 00h = Program
01h = OFF
02h = ON
4Fh Part 1 Glide Time1 See Table 8.6
50h Part 1 FX Bus1 00h = Insert
01h = Chorus
02h = Light Reverb
04h = Wet Reverb
05h = Dry
51h Part 1 Expression 0 to 127
52h Part 1 Velocity Mode
0 (Normal), 1 to 127
53h Part 1 Enable 00h = OFF
01h = ON
02h = Mute
03h = Solo
54-55h Reserved
mrsysex.txt 10/10/2011 8:17 PM
Page 49 of 161
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
(1)
These Performance Parameters should be considered RESERVED when a D
8.2 Part 2 thru 16 Performance Parameters
Offset Parameter Name Range/Values
056-07Fh Part 02 Performance Parameters Refer to Part 1
080-0A9h Part 03 Performance Parameters Refer to Part 1
0AA-0D3h Part 04 Performance Parameters Refer to Part 1
0D4-0FDh Part 05 Performance Parameters Refer to Part 1
0FE-127h Part 06 Performance Parameters Refer to Part 1
128-151h Part 07 Performance Parameters Refer to Part 1
152-17Bh Part 08 Performance Parameters Refer to Part 1
17C-1A5h Part 09 Performance Parameters Refer to Part 1
1A6-1CFh Part 10 Performance Parameters Refer to Part 1
1D0-1F9h Part 11 Performance Parameters Refer to Part 1
1FA-223h Part 12 Performance Parameters Refer to Part 1
224-24Dh Part 13 Performance Parameters Refer to Part 1
24E-277h Part 14 Performance Parameters Refer to Part 1
278-2A1h Part 15 Performance Parameters Refer to Part 1
2A2-2CBh Part 16 Performance Parameters Refer to Part 1
8.3 Performance Effects Parameters
Offset Parameter Name Range/Values
2CC-2CFh UMTE Tag 'EFX1' In ASCII
2D0h Insert Mod Source See Table 8.7
2D1h Insert Mod Destination Parameter See Appendix 5
2D2-2D3h Insert Mod Source Minimum Value Source
Parameter Dependent
2D4-2D5h Insert Mod Source Maximum Value Source
Parameter Dependent
2D6-2D7h Insert Mod Destination
Destination Parameter
Parameter Minimum Value Dependent
2D8-2D9h Insert Mod Destination
Destination Parameter
Parameter Maximum Value Dependent
2DA-2DDh FX0 Offset (Shell)
0000001Eh, Fixed Short Word
2DE-2E1h FX1 Offset (Insert)
00000072h, Fixed Short Word
2E2-2E5h FX2 Offset (Global Chorus)
000000C6h, Fixed Short Word
2E6-2E9h FX3 Offset (Global Reverb)
000000EAh, Fixed Short Word
2EA-2EBh FX0 Algorithm Family ID
001Ah, See Table 8.8
2EC-2EDh FX0 Algorithm Member ID
0000h, See Table 8.8
2EE-2FDh FX0 Name ASCII Text String
2FE-33Dh FX0 Parameters (Shell)
2FE-2FFh Insert Output Assignment 0000h = Main
0001h = Aux
300-301h Chorus Output Assignment 0000h = Main
0001h = Aux
302-303h Reverb Output Assignment 0000h = Main
0001h = Aux
304-305h Dry Bus Output Assignment 0000h = Main
0001h = Aux
306-307h Insert Chorus Mix 0 to 127
308-309h Chorus Input Mix 0 to 127
mrsysex.txt 10/10/2011 8:17 PM
Page 50 of 161
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
30A-30Bh Insert Reverb Amount 0 to 127
30C-30Dh Chorus Reverb Amount 0 to 127
30E-30Fh Light Reverb Send 0 to 63
310-311h Medium Reverb Send 32 to 95
312-313h Wet Reverb Send 64 to 127
314-315h Reserved FX0 Parameter
316-317h Reserved FX0 Parameter
318-319h Insert Input Mix 0 to 127
31A-31Bh Reserved FX0 Parameter
31C-31Dh Reserved FX0 Parameter
31E-31Fh Reserved FX0 Parameter
320-321h Reserved FX0 Parameter
322-323h Reserved FX0 Parameter
324-325h Reserved FX0 Parameter
326-327h Reserved FX0 Parameter
328-329h Reserved FX0 Parameter
32A-32Bh Reserved FX0 Parameter
32C-32Dh Reserved FX0 Parameter
32E-32Fh Reserved FX0 Parameter
330-331h Reserved FX0 Parameter
332-333h Reverb Return Level 0 to 127
334-335h Reserved FX0 Parameter
336-337h Reserved FX0 Parameter
338-339h Reserved FX0 Parameter
33A-33Bh Reserved FX0 Parameter
33C-33Dh Reserved FX0 Parameter
33E-33Fh FX1 Algorithm Family ID See Table 8.8
340-341h FX1 Algorithm Member ID See Table 8.8
342-351h FX1 Name ASCII Text String
352-391h FX1 Parameters (Insert) See Appendix 5
352-353h FX1 Parameter #00
Algorithm Dependent
354-355h FX1 Parameter #01
Algorithm Dependent
356-357h FX1 Parameter #02
Algorithm Dependent
358-359h FX1 Parameter #03
Algorithm Dependent
35A-35Bh FX1 Parameter #04
Algorithm Dependent
35C-35Dh FX1 Parameter #05
Algorithm Dependent
35E-35Fh FX1 Parameter #06
Algorithm Dependent
360-361h FX1 Parameter #07
Algorithm Dependent
362-363h FX1 Parameter #08
Algorithm Dependent
364-365h FX1 Parameter #09
Algorithm Dependent
366-367h FX1 Parameter #10
Algorithm Dependent
368-369h FX1 Parameter #11
Algorithm Dependent
36A-36Bh FX1 Parameter #12
Algorithm Dependent
36C-36Dh FX1 Parameter #13
Algorithm Dependent
36E-36Fh FX1 Parameter #14
Algorithm Dependent
370-371h FX1 Parameter #15
Algorithm Dependent
372-373h FX1 Parameter #16
Algorithm Dependent
374-375h FX1 Parameter #17
Algorithm Dependent
376-377h FX1 Parameter #18
Algorithm Dependent
378-379h FX1 Parameter #19
Algorithm Dependent
37A-37Bh FX1 Parameter #20
Algorithm Dependent
37C-37Dh FX1 Parameter #21
Algorithm Dependent
37E-37Fh FX1 Parameter #22
Algorithm Dependent
380-381h FX1 Parameter #23
Algorithm Dependent
mrsysex.txt 10/10/2011 8:17 PM
Page 51 of 161
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
382-383h FX1 Parameter #24
Algorithm Dependent
384-385h FX1 Parameter #25
Algorithm Dependent
386-387h FX1 Parameter #26
Algorithm Dependent
388-389h FX1 Parameter #27
Algorithm Dependent
38A-38Bh FX1 Parameter #28
Algorithm Dependent
38C-38Dh FX1 Parameter #29
Algorithm Dependent
38E-38Fh FX1 Parameter #30
Algorithm Dependent
390-391h FX1 Parameter #31
Algorithm Dependent
392-393h FX2 Algorithm Family ID
0004h, See Table 8.8
394-395h FX2 Algorithm Member ID
0000h, See Table 8.8
396-3A5h FX2 Name ASCII Text String
3A6-3B5h FX2 Parameters (Global Chorus)
3A6-3A7h Chorus LFO Rate 0 to 116
3A8-3A9h Chorus Depth 0 to 250
3AA-3ABh Chorus Center 0 to 500
3AC-3ADh Chorus Spread 0 to 10
3AE-3AFh Chorus Phase 0 to 1
3B0-3B1h Reserved FX2 Parameter
3B2-3B3h Reserved FX2 Parameter
3B4-3B5h Reserved FX2 Parameter
3B6-3B7h FX3 Algorithm Family ID
0001h, See Table 8.8
3B8-3B9h FX3 Algorithm Member ID
0000h, See Table 8.8
3BA-3C9h FX3 Name ASCII Text String
3CA-3D9h FX3 Parameters (Global Reverb)
3CA-3CBh Reverb Decay 0 to 100
3CC-3CDh Reverb HF Damping 0 to 127
3CE-3CFh Reverb HF Bandwidth 0 to 127
3D0-3D1h Reverb Diffusion 1 0 to 100
3D2-3D3h Reverb Diffusion 2 0 to 100
3D4-3D5h Reverb Definition 0 to 100
3D6-3D7h Reserved FX3 Parameter
3D8-3D9h Reserved FX3 Parameter
8.4 Performance PerfEditKit Drum Kit Program Parameters
Offset Parameter Name Range/Values
3DA-3DDh Drum Kit Program Size
0000019Ch, Fixed Long Word
3DE-3E1h Drum Kit Program Tag 'DRM1' In ASCII
3E2-3F1h Drum Kit Program Name ASCII Text String
3F2h Drum Kit Catagory 26h (*CUSTOM)
3F3h Drum Kit Base Note 23h (Drum Key B1)
3F4h Number of Drum Keys 40h
3F5h Drum Key Definition Size 06h
3F6-3FBh Drum Key B1 Definition
3F6h Drum Key B1 Bank 0 to 127
3F7h Drum Key B1 Program 0 to 127
3F8h Drum Key B1 Pan -64 to +63
3F9h Drum Key B1 Volume -50 to +14
3FAh Drum Key B1 Tuning Shift -64 to +63
3FBh Drum Key B1 FX Bus 00h = Insert
mrsysex.txt 10/10/2011 8:17 PM
Page 52 of 161
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
01h = Chorus
02h = Light Reverb
03h = Medium Reverb
04h = Wet Reverb
05h = Dry
3FC-575h Drum Keys C2 thru D7
See Drum Key B1 Definition
Table 8.1 - Pitch Table
00h = Program
01h = System
02h = EqualTemper
03h = Pythagrn-C
04h = Just Int-C
05h = Meantone-C
06h = Wrkmeistr-C
07h = Vallotti-C
08h = Grk-Diatonc
09h = Grk-Chromat
0Ah = Grk-Enharm
0Bh = Turkish-A
0Ch = Arabic-1
0Dh = Arabic-2
0Eh = Arabic-3
0Fh = Arabic-4
10h = Java-Pelog1
11h = Java-Pelog2
12h = Java-Pelog3
13h = Java-Slndro
14h = Java-Combi
15h = Indian-Raga
16h = Tibetan
17h = Chinese-1
18h = Chinese-2
19h = Thailand
1Ah = 24-Tone-Equ
1Bh = 19-Tone-Equ
1Ch = 31-Tone-Equ
1Dh = 53-Tone-Equ
1Eh = Harmonic
1Fh = CarlosAlpha
20h = CarlosBeta
21h = CarlosGamma
22h = Partch-43
23h = Reverse
24h = Bagpipe
25h = ShonaMbira1
26h = ShonaMbira2
27h = SuperJust
28h = 88CET
29h = Pierce
2Ah = WS1
2Bh = WS2
2Ch = WS3
mrsysex.txt 10/10/2011 8:17 PM
Page 53 of 161
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2Dh = Stretch
2Eh = RandomDetune
2Fh = RAM
Table 8.2 - LFO/Noise Sync Sources
00h = Program
01h = Normal
02h = Whole Note
03h = Whole Triplet
04h = Half Note
05h = Half Triplet
06h = Quarter Note
07h = Quarter Triplet
08h = Eighth Note
09h = Eighth Triplet
0Ah = Sixteenth Note
0Bh = Sixteenth Triplet
0Ch = 32nd Note
Table 8.3 - Pitch Bend Up Range
F4h = 12 Down
F5h = 11 Down
F6h = 10 Down
F7h = 09 Down
F8h = 08 Down
F9h = 07 Down
FAh = 06 Down
FBh = 05 Down
FCh = 04 Down
FDh = 03 Down
FEh = 02 Down
FFh = 01 Down
00h = Program
01h = System
02h = OFF
03h = 01 Up
04h = 02 Up
05h = 03 Up
06h = 04 Up
07h = 05 Up
08h = 06 Up
09h = 07 Up
0Ah = 08 Up
0Bh = 09 Up
0Ch = 10 Up
0Dh = 11 Up
0Eh = 12 Up
Table 8.4 - Pitch Bend Down Range
F4h = 12 Up
F5h = 11 Up
F6h = 10 Up
mrsysex.txt 10/10/2011 8:17 PM
Page 54 of 161
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
F7h = 09 Up
F8h = 08 Up
F9h = 07 Up
FAh = 06 Up
FBh = 05 Up
FCh = 04 Up
FDh = 03 Up
FEh = 02 Up
FFh = 01 Up
00h = Program
01h = System
02h = OFF
03h = 01 Down
04h = 02 Down
05h = 03 Down
06h = 04 Down
07h = 05 Down
08h = 06 Down
09h = 07 Down
0Ah = 08 Down
0Bh = 09 Down
0Ch = 10 Down
0Dh = 11 Down
0Eh = 12 Down
Table 8.5 - Part Delay Offsets
00h = +0ms
01h = +1ms
02h = +2ms
03h = +3ms
04h = +4ms
05h = +5ms
06h = +6ms
07h = +7ms
08h = +8ms
09h = +9ms
0Ah = +10ms
0Bh = +11ms
0Ch = +12ms
0Dh = +13ms
0Eh = +14ms
0Fh = +15ms
10h = +16ms
11h = +17ms
12h = +18ms
13h = +19ms
14h = +20ms
15h = +21ms
16h = +22ms
17h = +23ms
18h = +24ms
19h = +25ms
1Ah = +26ms
1Bh = +27ms
mrsysex.txt 10/10/2011 8:17 PM
Page 55 of 161
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
1Ch = +28ms
1Dh = +29ms
1Eh = +30ms
1Fh = +31ms
20h = +32ms
21h = +33ms
22h = +34ms
23h = +35ms
24h = +36ms
25h = +37ms
26h = +38ms
27h = +39ms
28h = +40ms
29h = +41ms
2Ah = +42ms
2Bh = +43ms
2Ch = +44ms
2Dh = +45ms
2Eh = +46ms
2Fh = +47ms
30h = +48ms
31h = +49ms
32h = +50ms
33h = +55ms
34h = +60ms
35h = +65ms
36h = +70ms
37h = +75ms
38h = +80ms
39h = +85ms
3Ah = +90ms
3Bh = +95ms
3Ch = +100ms
3Dh = +105ms
3Eh = +110ms
3Fh = +115ms
40h = +120ms
41h = +125ms
42h = +130ms
43h = +135ms
44h = +140ms
45h = +145ms
46h = +150ms
47h = +155ms
48h = +160ms
49h = +165ms
4Ah = +170ms
4Bh = +175ms
4Ch = +180ms
4Dh = +185ms
4Eh = +190ms
4Fh = +195ms
50h = +200ms
51h = +205ms
52h = +210ms
mrsysex.txt 10/10/2011 8:17 PM
Page 56 of 161
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
53h = +215ms
54h = +220ms
55h = +225ms
56h = +230ms
57h = +235ms
58h = +240ms
59h = +245ms
5Ah = +250ms
5Bh = +255ms
5Ch = +260ms
5Dh = +265ms
5Eh = +270ms
5Fh = +275ms
60h = +280ms
61h = +285ms
62h = +290ms
63h = +295ms
64h = +300ms
65h = +325ms
66h = +350ms
67h = +375ms
68h = +400ms
69h = +425ms
6Ah = +450ms
6Bh = +475ms
6Ch = +500ms
6Dh = +550ms
6Eh = +600ms
6Fh = +650ms
70h = +700ms
71h = +750ms
72h = +800ms
73h = +850ms
74h = +900ms
75h = +1000ms
76h = +1100ms
77h = +1200ms
78h = +1300ms
79h = +1400ms
7Ah = +1500ms
7Bh = +1600ms
7Ch = +1700ms
7Dh = +1800ms
7Eh = +1900ms
7Fh = +2000ms
Table 8.6 - Parameter Offset Values
00h = -64
01h = -63
02h = -62
03h = -61
04h = -60
05h = -59
06h = -58
mrsysex.txt 10/10/2011 8:17 PM
Page 57 of 161
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
07h = -57
08h = -56
09h = -55
0Ah = -54
0Bh = -53
0Ch = -52
0Dh = -51
0Eh = -50
0Fh = -49
10h = -48
11h = -47
12h = -46
13h = -45
14h = -44
15h = -43
16h = -42
17h = -41
18h = -40
19h = -39
1Ah = -38
1Bh = -37
1Ch = -36
1Dh = -35
1Eh = -34
1Fh = -33
20h = -32
21h = -31
22h = -30
23h = -29
24h = -28
25h = -27
26h = -26
27h = -25
28h = -24
29h = -23
2Ah = -22
2Bh = -21
2Ch = -20
2Dh = -19
2Eh = -18
2Fh = -17
30h = -16
31h = -15
32h = -14
33h = -13
34h = -12
35h = -11
36h = -10
37h = -09
38h = -08
39h = -07
3Ah = -06
3Bh = -05
3Ch = -04
3Dh = -03
mrsysex.txt 10/10/2011 8:17 PM
Page 58 of 161
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3Eh = -02
3Fh = -01
40h = 00
41h = +01
42h = +02
43h = +03
44h = +04
45h = +05
46h = +06
47h = +07
48h = +08
49h = +09
4Ah = +10
4Bh = +11
4Ch = +12
4Dh = +13
4Eh = +14
4Fh = +15
50h = +16
51h = +17
52h = +18
53h = +19
54h = +20
55h = +21
56h = +22
57h = +23
58h = +24
59h = +25
5Ah = +26
5Bh = +27
5Ch = +28
5Dh = +29
5Eh = +30
5Fh = +31
60h = +32
61h = +33
62h = +34
63h = +35
64h = +36
65h = +37
66h = +38
67h = +39
68h = +40
69h = +41
6Ah = +42
6Bh = +43
6Ch = +44
6Dh = +45
6Eh = +46
6Fh = +47
70h = +48
71h = +49
72h = +50
73h = +51
74h = +52
mrsysex.txt 10/10/2011 8:17 PM
Page 59 of 161
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
75h = +53
76h = +54
77h = +55
78h = +56
79h = +57
7Ah = +58
7Bh = +59
7Ch = +60
7Dh = +61
7Eh = +62
7Fh = +63
Table 8.7 - Insert FX Modulation Sources
00h = OFF
01h = Full Mod Amount
02h = Velocity
03h = Vel+Pressure
04h = +Pos MIDI Key #
05h = -Neg MIDI Key #
06h = Pressure
07h = Pitchwheel
08h = Mod Wheel
09h = Whl+Pressure
0Ah = Foot Pedal
0Bh = Sustain
0Ch = Sostenuto
0Dh = SysCTRL1
0Eh = SysCTRL2
0Fh = SysCTRL3
10h = SYSCTRL4
Table 8.8 - FX Algorithm Family/Member Assignments
Algorithm Name Family ID Member ID
Global Reverb 0001h 0000h
Global Chorus 0004h 0000h
Shell Mixer 001Ah 0000h
01 Parametric EQ 0012h 0005h
02 Hall Reverb 0001h 0002h
03 Large Room 0001h 0004h
04 Small Room 0001h 0005h
05 Large Plate 0001h 0006h
06 Small Plate 0001h 0007h
07 NonLinReverb1 0001h 0008h
08 NonLinReverb2 0001h 0009h
09 Gated Reverb 0001h 000Ah
10 Stereo Chorus 0004h 0001h
11 8-VoiceChorus 0004h 0002h
12 REV(Chorus 001Eh 000Ch
13 Rev(Flanger 001Eh 000Dh
14 REV(Phaser 001Eh 000Eh
15 Chorus(REV 001Eh 0004h
16 Flanger(REV 001Eh 0005h
mrsysex.txt 10/10/2011 8:17 PM
Page 60 of 161
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
17 Phaser(REV 001Eh 0006h
18 EQ(REV 001Eh 0008h
19 Spinner(Rev 001Eh 0007h
20 DDL(Chorus 001Eh 0000h
21 DDL(Flanger 001Eh 0002h
22 DDL(Phaser 001Eh 0003h
23 DDL(EQ 001Eh 0001h
24 Multi-Tap DDL 0003h 0000h
25 Dist(Chorus 001Eh 0009h
26 Dist(Flanger 001Eh 000Ah
27 Dist(Phaser 001Eh 000Bh
28 Dist(AutoWah 000Eh 0000h
29 ResVCF(DDL 0013h 0004h
30 Dist(VCF(DDL 0013h 0001h
31 Pitch Detuner 0016h 0000h
32 Chatter Box 0013h 0002h
33 Formant Morph 0013h 0003h
34 RotarySpeaker 0010h 0000h
35 Tunable Spkr 000Fh 0000h
36 Guitar Amp 0011h 0003h
37 Dist(DDL(Trem 0011h 0001h
38 Comp(Dist(DDL 0011h 0002h
39 EQ(Comp(Gate 000Ah 0002h
40 EQ(Chorus(DDL 0011h 0000h
Appendix 1 - MR Internal Waveform List
Waveform Class = Keyboard
NUMBER CHECKSUM WAVENAME
0000h 0D8Ch GRAND PIANO
0000h 6BE6h GRAND MED HI
0000h 394Ah GRAND MED LO
0000h 2C2Ch GRAND SOFT
0154h 1B8Fh PIANO THUD
0154h 0543h PNO HAMMER UP
0001h 33CAh PNO HARP NOIS
00EDh 197Dh TINE EPNO A
00EDh F931h TINE EPNO B
0002h D332h TINE EPNO C
0002h 69DFh TINE EPNO D
0002h 12ABh TINE EPNO E
0002h 030Eh TINE EPNO F
0003h 313Ch DIGI PIANO
00EEh 097Ah DIGI PNO SOFT
00EEh 37C9h FM EPNO A
0003h 0069h FM EPNO B
0003h 1DDAh FM EPNO C
0003h AED1h FM EPNO D
00EFh 411Bh WURLIE HIVEL
00E9h 2564h WURLIE LOVEL
0004h 85C6h HARPSICHORD
0005h 1BD1h CLAVINET
0005h 2D19h FM CLAV
mrsysex.txt 10/10/2011 8:17 PM
Page 61 of 161
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
0006h 2160h CELESTE
000Ch 38B2h ORG-775305004
000Ch DC38h ORG-845351402
000Ch 2A58h ORG-875434578
000Ch 01B3h ORG-875645332
000Ch 12E0h ORG-888000000
000Ch 14DFh ORG-888808008
000Ch 1C14h ORG-888856444
000Ch 1AEBh ORG-888880880
000Ch 3508h ORGAN WAVE 1
000Ch 055Fh ORGAN WAVE 2
000Dh 51A1h PERC ORGAN 1
000Dh 1D38h PERC ORGAN 2
000Eh 32B8h ROTARY ORGAN
00F1h 4E71h SYNKEY WAVE
000Fh 03ABh CHURCH ORGAN
00ECh 20A5h PIPE ORGAN
0010h 3843h REED ORGAN
00F1h 0ACCh CLINK
0166h 6C44h ORG KEYCLICK
0164h D740h MOOG LEAD
0046h 095Bh PAD SYNTH
Waveform Class = String Sound
NUMBER CHECKSUM WAVENAME
0013h E05Eh NYLON GUITAR
0013h AFC3h NYLON GTR SOFT
0014h EE14h STEEL GUITAR
0014h 49C1h STEEL GTR SOFT
003Eh 3195h FRET NOISE
0016h 2A12h EL GUITAR 1
0016h 0557h EL GTR 1 SOFT
0016h 857Eh EL GUITAR 2
0018h 009Fh DIST GUITAR
0018h 10B6h DIST GTR LOOP
0019h 8002h FEEDBACK HARM
0019h FBA6h GTR HARMONIC
0015h 5817h JAZZ GUITAR
0017h 504Fh MUTE GUITAR
0017h 6620h MUTE GTR SOFT
0020h 34ECh CELLO
001Fh 3A29h VIOLIN
0024h 0E48h STRING SECTION
0024h 2345h STRING SECT B
0024h 198Ah STRING SECT C
00CFh 4937h PIZZ STRINGS
003Bh 1F12h BANJO
0022h 2239h HARP
00E5h 2B6Dh GOTO
003Ch 17C2h SHAMISEN
003Ah 291Eh SITAR
Waveform Class = Brass+Horns
mrsysex.txt 10/10/2011 8:17 PM
Page 62 of 161
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
NUMBER CHECKSUM WAVENAME
002Ah C259h TRUMPET
002Ch 100Ch MUTE TRUMPET
00BBh F608h FLUGELHORN
00B6h CC0Eh SOLO FR HORN
002Bh 844Eh TROMBONE
002Dh 1D65h POP BRASS SEC
00BFh 1E04h FR HORN SECT
002Eh 34BAh SYNTH BRASS
Waveform Class = Wind+Reeds
NUMBER CHECKSUM WAVENAME
0030h 59AAh TENOR SAX
0072h A785h ALTO SAX
002Fh 1770h SOPRANO SAX
0137h 3FC0h SAX AIR
0077h 4D8Ah CHIFF
0037h 27E7h CHIFFLUTE
0034h 3DE1h FLUTE
0039h 0AC4h OCARINA
0036h 1646h PAN FLUTE
0031h 287Ch OBOE
00F5h BA1Ch ENGLISH HORN
00F8h EF32h BASSOON
0033h 230Dh CLARINET
0011h 995Bh ACCORDION 1
0011h 3665h ACCORDION 2
0012h E376h HARMONICA
00FEh 2B8Fh CONCH SHELL
0035h 2A0Ah RECORDER
Waveform Class = Vocal Sound
NUMBER CHECKSUM WAVENAME
0107h 41D1h VOCAL AAHS
0106h 60CAh VOCAL OOHS
0106h 95C6h BREATHY OOH
010Eh 0142h SYNTH VOX AAH
0112h 3593h VOCAL AIR
0112h 259Ch DOO ATTACK
0110h B006h ONE
0110h 90D7h TWO
0110h 02E7h THREE
0110h 5360h FOUR
Waveform Class = Bass Sound
NUMBER CHECKSUM WAVENAME
001Ah A632h STANDUP BASS
mrsysex.txt 10/10/2011 8:17 PM
Page 63 of 161
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
001Ah 6116h STANDUP BS 2
001Ah 38BBh STANDUP BS 3
001Ch 4112h FRETLESS BASS
001Bh 0FD1h FINGER BASS 1
001Bh A030h FINGER BASS 2
001Bh 8867h FINGER BASS 3
006Fh 1BA4h PICK BASS 1
006Fh 503Eh PICK BASS 2
0114h 4643h MUTED BASS
001Dh FC7Bh SLAP BASS 1
001Dh D19Ah SLAP BASS 2
0113h 00E2h BASS POP NOIS
0117h 9B73h BS HARMONICS
0113h 3CA2h EL BASS TAP
0115h ECACh ANALOG BS 1
0115h 6A67h ANALOG BS 2
0115h F96Bh ANALOG BS 3
0070h B6D4h FM BASS 1
0070h 05AFh FM BASS 2
001Ah 4E7Ah GUITARRON
0116h 7020h TUBE BASS
Waveform Class = Drum Sound
NUMBER CHECKSUM WAVENAME
0049h 4D52h ACOUSTC KICK
013Fh B870h BIG KICK
0139h 679Bh BOOM KICK
0049h 4A1Ah BRIGHT KICK
0139h 186Ah DANCE KICK
004Ah CE38h DEEP KICK A
004Ah D020h DEEP KICK B
004Ah D021h DEEP KICK C
00A0h 50DEh ELEC KICK
0139h 29CDh FAT KICK
009Fh 429Eh GATED KICK
00B0h 719Ch JAZZ KICK
013Ch 647Fh LOOP KICK
0139h 1DB6h MUFF KICK
00A0h F7E4h PROCESSD KICK
0049h A1E6h PUNCHY KICK
013Ch A3A1h RAP KICK
0049h 435Bh REAL KICK
009Fh 21B0h RESO KICK
0049h D1E5h ROCK KICK A
0049h D325h ROCK KICK B
00A6h FD53h ROOM KICK 1A
00A6h FF1Bh ROOM KICK 1B
00A6h FF1Ch ROOM KICK 1C
0049h FCE6h ROOM KICK 2A
0049h FEA7h ROOM KICK 2B
0049h FEA8h ROOM KICK 2C
00A2h F8CCh SYNTH KICK 1
0141h 036Bh SYNTH KICK 2
mrsysex.txt 10/10/2011 8:17 PM
Page 64 of 161
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
004Ah D907h TIGHT KICK
004Ch 1E38h BIG SNARE A
004Ch 1FF7h BIG SNARE B
004Ch 1FF8h BIG SNARE C
006Dh EBD2h COM/GATE SNR
00AEh 5737h CONCERT SNARE
013Eh E22Bh CRACK SNARE
013Ah 2C0Ah DANCE SNARE
004Ch 1415h DARK SNR 1 A
004Ch 156Eh DARK SNR 1 B
004Ch 11F4h DARK SNR 2 A
004Ch 1339h DARK SNR 2 B
004Ch D6ABh DRY SNR 1 A
004Ch D889h DRY SNR 1 B
004Ch D88Ah DRY SNR 1 C
004Ch 2E6Ah DRY SNR 2 A
004Ch 303Ah DRY SNR 2 B
004Ch 303Bh DRY SNR 2 C
004Ch 942Fh DYN SNR 1 A
004Ch 95AFh DYN SNR 1 B
004Ch 6C32h DYN SNR 2 A
004Ch 6DB6h DYN SNR 2 B
004Ch 173Bh DYN SNR 3 A
004Ch 18B4h DYN SNR 3 B
00A1h 15F6h ELEC SNARE
004Ch 6506h FAT SNARE A
004Ch 66DFh FAT SNARE B
006Dh 2477h GATED POP SNR
004Ch 06FFh GM SNARE 1
013Bh 2E8Ch HIPHOP SNARE
004Ch 00F2h LIVE SNR 1 A
004Ch 02C9h LIVE SNR 1 B
004Ch A13Ch LIVE SNR 2 A
004Ch A30Dh LIVE SNR 2 B
004Ch 8474h LIVE SNR 3 A
004Ch 863Eh LIVE SNR 3 B
0078h DCF3h POP SNARE
013Bh 06C6h RAP SNARE
004Ch 28C8h REAL SNARE
004Ch 91B8h RING SNARE A
004Ch 9311h RING SNARE B
004Ch 9312h RING SNARE C
004Ch 9313h RING SNARE D
013Eh 300Fh RIMSHOT
004Ch 04FBh ROCK SNARE
00A4h 2CE7h SYNTH SNARE
00A4h 7E42h TECHNO SNARE
0140h 1F08h SNARE ROLL
004Bh 1BA0h SIDESTICK 1
004Bh 32CBh SIDESTICK 2
004Bh 9A40h SIDESTICK 3A
004Bh 9C13h SIDESTICK 3B
009Ah A264h STICK CLICK
00AAh 2FB6h BRUSH HIT
00ABh 1F1Ah BRUSH SLAP
mrsysex.txt 10/10/2011 8:17 PM
Page 65 of 161
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
00ACh 3BE3h BRUSH SWISH
00ACh 15E7h BRUSH SWISH2
00ACh 574Fh BRUSH SWISH3
00ACh 5761h BRUSH SWISH4
00AAh 18C5h BRUSH TAP
00B1h 1701h BRUSH TOM
004Eh 0782h DRY TOM
004Eh 9881h DRY TOM HI
004Eh D6B7h LIVE TOM 2 A
004Eh D87Dh LIVE TOM 2 B
004Eh D87Eh LIVE TOM 2 C
004Eh 27F9h PURE TOM A
004Eh 28E2h PURE TOM B
004Eh 0AB1h BIG TOM 1 A
004Eh 28E3h PURE TOM C
004Eh 0C6Fh BIG TOM 1 B
004Eh 0C70h BIG TOM 1 C
004Eh 0C71h BIG TOM 1 D
009Eh 94DFh BIG TOM 2 A
009Eh 96A7h BIG TOM 2 B
009Eh 96A8h BIG TOM 2 C
009Eh 96A9h BIG TOM 2 D
009Eh 68F5h BIG TOM 3 A
009Eh 6AD5h BIG TOM 3 B
009Eh 6AD6h BIG TOM 3 C
009Eh 6AD7h BIG TOM 3 D
009Eh 12BDh ROOM TOM
004Eh 1CD0h LIVE TOM 1 A
004Eh 1E95h LIVE TOM 1 B
004Eh 1E96h LIVE TOM 1 C
009Eh 1F12h ROCK TOM 1 A
009Eh 20EAh ROCK TOM 1 B
009Eh 20EBh ROCK TOM 1 C
009Eh 0348h ROCK TOM 2 A
009Eh 0521h ROCK TOM 2 B
009Eh 0522h ROCK TOM 2 C
006Eh 24FBh SYNTH DRUM
00A3h 9AA2h SYNTH RIM
Waveform Class = Cymbals
NUMBER CHECKSUM WAVENAME
004Fh F13Fh CLOSED HAT 1
004Fh 1C11h CLOSED HAT 2
004Fh ED63h CLOSED HAT 3
004Fh 3D1Ch 15"HAT TIGHT
00A5h F47Eh SYN CLOSEHAT
00A5h 30D4h SYN CL HAT 2
004Fh 087Ch RAP HAT 1
004Fh 04AEh RAP HAT 2
00A5h F683h TECHNO HAT 1
00A6h 5BAFh TECHNO HAT 2
00A5h 9B4Ch TECHNO HAT 4
00A5h 4331h TECHNO HAT 3
mrsysex.txt 10/10/2011 8:17 PM
Page 66 of 161
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
0051h 0255h OPEN HAT
0051h 6B28h 15"HAT OPEN
0051h CBA5h 15"HAT LOOSE
00A6h 12F4h SYN OPEN HAT
00A6h 74EAh SYN OP HAT 2
0050h 1CA5h PEDAL HAT
0050h 679Ah 15"HAT FOOT
0052h 0C1Ch CRASH CYMBAL
015Bh 30A7h CYM LOOP
0053h E845h RIDE CYMBAL
0053h 5F3Dh THIN RIDE A
0053h 604Ah THIN RIDE B
0055h EE5Ch RIDE BELL
0054h E143h CHINA CRASH
0053h A6BFh SYNTH CYMBAL
Waveform Class = Percussion
NUMBER CHECKSUM WAVENAME
005Eh 2D80h AGOGO
0059h B0ABh BONGO
005Fh 26EBh CABASA
005Fh 79ADh EQ CABASA 1
005Fh 6CA9h EQ CABASA 2
006Bh 26E8h CASTANETS
0063h 13E1h CLAVE
009Bh 0598h CLICK
005Ch 49C3h CONGA HEEL
005Bh F4BEh CONGA HIGH
005Ch 1D9Ah CONGA LOW
005Ah 1AF0h CONGA MUTE
0057h 414Ch COWBELL
0057h 24A9h COWBELL STICK
0065h B2CCh CUICA
011Bh 42A7h FINGER SNAPS
0062h 407Ah GUIRO
011Eh 1AC0h HANDCLAPS
0158h 1069h JAWHARP
0060h 20B3h MARACAS
0060h 6E75h THIN MARACA
006Ah D449h SHAKER
006Ah 507Dh SHEKERE DN
006Ah D546h SHEKERE UP
0096h 1C89h SLEIGHBELL
0158h 41B5h SPOONS
006Ch 3C21h TAIKO
0056h 31D9h TAMBOURINE
0056h 17A6h TAMBO DOWN
0056h 144Fh TAMBO UP
005Dh 227Fh TIMBALI
0127h A67Fh TIMBALI RIM
0066h F4B6h TRIANGLE
0058h 19E5h VIBRASLAP
0061h 28EFh WHISTLE
mrsysex.txt 10/10/2011 8:17 PM
Page 67 of 161
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
0064h 262Fh WOODBLOCK
004Dh 1EB9h SYN CLAPS
00A7h B6BAh SYN COWBELL
00A8h 0B40h SYN MARACAS
00A9h A849h SYNTH CLAVE
0098h 22A8h SYNTH KISS
012Ah 3488h WIND CHIME
0160h 2065h CACTUS LOOP
0160h 1EECh NUT RATTLE LP
0121h 3D54h RAINSTICK
Waveform Class = Tuned Percussion
NUMBER CHECKSUM WAVENAME
0008h 266Bh VIBRAPHONE
0009h 310Eh MARIMBA
000Ah 045Dh XYLOPHONE
015Eh 14E2h LOG DRUM
0073h 1A1Bh KALIMBA
003Dh 2D3Fh STEEL DRUM
0144h 19B9h DOORBELL
0145h 219Dh GAMELAN BELL
0007h 3493h GLOCKENSPIEL
015Fh 2F53h HANDBELLS
015Ch 0B2Ah SM TUNED GONG
000Bh 267Ah TUBULAR
0023h B913h TYMPANI
0143h 45C3h DANCE HIT
0143h 1773h ORCH HIT
Waveform Class = Sound Effect
NUMBER CHECKSUM WAVENAME
0042h 2E6Fh APPLAUSE
003Fh 4581h BIRD SONG
0075h 3BEDh GUNSHOT
0041h 025Ch HELICOPTER
0040h 1F9Fh TELEPHONE
0068h 85C2h WIND CHIMES
0156h BCEDh SURFACE NOISE
0156h 0C45h TAPE LOOP
Waveform Class = Waveform
NUMBER CHECKSUM WAVENAME
014Eh 6018h TEST SINE 44.
0043h FC25h SAWTOOTH
0045h 52EFh SINE WAVE
0044h CF15h SQUARE WAVE
0134h 06CFh TRIANGLE WAVE
012Dh A2FDh ANALOG WV 1
012Dh 22BBh ANALOG WV 2
mrsysex.txt 10/10/2011 8:17 PM
Page 68 of 161
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
012Dh 3B13h ANALOG WV 3
012Dh 28EBh ANALOG WV 4
012Dh 2595h ANALOG WV 5
012Dh 3202h ANALOG WV 6
012Dh DC0Fh ANALOG WV 7
012Dh D633h ANALOG WV 8
0131h 2F9Dh DIGITAL WV 1
0131h 1B76h DIGITAL WV 2
0130h EE67h BELL WAVE 1
0130h 1826h BELL WAVE 2
0130h 391Ah BELL WAVE 3
0130h 3048h BELL WAVE 4
0130h DE49h BELL WAVE 5
0130h C3FDh BELL WAVE 6
0130h AB47h BELL WAVE 7
0130h 95D7h BIG BELL WF
0130h 21A2h SYNTH BELL
0135h 6C7Bh VOCAL WF 1
0135h 6134h VOCAL WF 2
0135h 5775h VOCAL WF 3
0135h 65E2h VOCAL WF 4
0135h 68BFh VOCAL WF 5
0135h CD2Fh VOCAL WF 6
0032h BA92h DOUBLE REED
0074h C06Eh REED WF
0074h 3EF0h SINGLE REED
0146h 1E7Fh PIANO BS WF
0146h 1E1Dh PIANO WF
0162h 0D6Eh E-BASS WF 1
0162h CD69h E-BASS WF 2
Waveform Class = Inharmonic
NUMBER CHECKSUM WAVENAME
0047h 1D5Eh NOISE
0076h 2BCAh SPECTRUM
0147h 20C6h AIR LOOP
0148h 32D0h BIG BELL
0048h AA7Eh CRYSTAL
0076h 2056h TEXTURE
Waveform Class = Transwave
NUMBER CHECKSUM WAVENAME
014Ch 27AAh AAH OOH XW
0166h 03C5h ANA BS XWAVE
016Ah 3D81h ANA VOX-X
016Ah 3241h ANALOG PAD X
014Ah 9F6Eh BELL XWAVE 1
014Ah 61C8h BELL XWAVE 2
014Ah 9C2Ch BELL XWAVE 3
014Ah 0BC3h BELL XWAVE 4
016Ah E909h DRAWBAR XW
mrsysex.txt 10/10/2011 8:17 PM
Page 69 of 161
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
016Ah D55Eh MELLOW SWEEP
014Ah FC92h MULTI BELL
016Ah 31C7h ORGAN XWAVE
014Dh 8F30h OSC SYNC XW 1
014Dh 8B5Bh OSC SYNC XW 2
014Bh 54F7h PHASE SYNC
016Ah D517h PULSE X
0166h 3E56h RAP BS XWAVE
014Bh BFC7h RESONANCE
0166h EADAh REZ BS XWAVE
014Bh F286h REZ SWEEP
014Bh CE32h REZO-X 4
014Bh 74B9h REZO-X 3
014Bh 61A5h REZO-X 2
014Bh D42Dh REZO-X 1
0167h F911h SCRATCH WAVE
016Ah A97Bh SOFT ANALOG
0166h ED2Bh TECHNO BASS
014Bh B382h TINE XWAVE
014Ch 9052h TRANSWAVE AA
014Ch F35Dh TRANSWAVE AH
014Ch 6E0Ah TRANSWAVE EE
014Ch 0B5Fh TRANSWAVE OO
014Bh EA17h TRANSWAVE Z
016Ah F231h TRI SWEEP
0167h E9F9h WAKKA WAKKA
The following is a list of additional internal waveforms found only in the MR-61/76:
Waveform Class = Vocal Sound
NUMBER CHECKSUM WAVENAME
0110h b006h ONE
0110h 90d7h TWO
0110h 02e7h THREE
0110h 5360h FOUR
Waveform Class = Drum Sound
NUMBER CHECKSUM WAVENAME
004ah ce38h DEEP KICK A
004ah d020h DEEP KICK B
004ah d021h DEEP KICK C
0049h d1e5h ROCK KICK A
0049h d325h ROCK KICK B
0049h fce6h ROOM KICK 2A
0049h fea7h ROOM KICK 2B
0049h fea8h ROOM KICK 2C
004ch 1e38h BIG SNARE A
004ch 1ff7h BIG SNARE B
004ch 1ff8h BIG SNARE C
004ch 1415h DARK SNR 1 A
004ch 156eh DARK SNR 1 B
mrsysex.txt 10/10/2011 8:17 PM
Page 70 of 161
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
004ch 11f4h DARK SNR 2 A
004ch 1339h DARK SNR 2 B
004ch d6abh DRY SNR 1 A
004ch d889h DRY SNR 1 B
004ch d88ah DRY SNR 1 C
004ch 2e6ah DRY SNR 2 A
004ch 303ah DRY SNR 2 B
004ch 303bh DRY SNR 2 C
004ch 942fh DYN SNR 1 A
004ch 95afh DYN SNR 1 B
004ch 6c32h DYN SNR 2 A
004ch 6db6h DYN SNR 2 B
004ch 173bh DYN SNR 3 A
004ch 18b4h DYN SNR 3 B
004ch 6506h FAT SNARE A
004ch 66dfh FAT SNARE B
004ch 00f2h LIVE SNR 1 A
004ch 02c9h LIVE SNR 1 B
004ch a13ch LIVE SNR 2 A
004ch a30dh LIVE SNR 2 B
004ch 8474h LIVE SNR 3 A
004ch 863eh LIVE SNR 3 B
004ch 91b8h RING SNARE A
004ch 9311h RING SNARE B
004ch 9312h RING SNARE C
004ch 9313h RING SNARE D
00a4h 7e42h TECHNO SNARE
004bh 9a40h SIDESTICK 3A
004bh 9c13h SIDESTICK 3B
00ach 15e7h BRUSH SWISH2
00ach 574fh BRUSH SWISH3
00ach 5761h BRUSH SWISH4
004eh 9881h DRY TOM HI
004eh d6b7h LIVE TOM 2 A
004eh d87dh LIVE TOM 2 B
004eh d87eh LIVE TOM 2 C
004eh 27f9h PURE TOM A
004eh 28e2h PURE TOM B
004eh 0ab1h BIG TOM 1 A
004eh 28e3h PURE TOM C
004eh 0c6fh BIG TOM 1 B
004eh 0c70h BIG TOM 1 C
004eh 0c71h BIG TOM 1 D
009eh 94dfh BIG TOM 2 A
009eh 96a7h BIG TOM 2 B
009eh 96a8h BIG TOM 2 C
009eh 96a9h BIG TOM 2 D
009eh 68f5h BIG TOM 3 A
009eh 6ad5h BIG TOM 3 B
009eh 6ad6h BIG TOM 3 C
009eh 6ad7h BIG TOM 3 D
004eh 1cd0h LIVE TOM 1 A
004eh 1e95h LIVE TOM 1 B
004eh 1e96h LIVE TOM 1 C
009eh 1f12h ROCK TOM 1 A
mrsysex.txt 10/10/2011 8:17 PM
Page 71 of 161
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
009eh 20eah ROCK TOM 1 B
009eh 20ebh ROCK TOM 1 C
009eh 0348h ROCK TOM 2 A
009eh 0521h ROCK TOM 2 B
009eh 0522h ROCK TOM 2 C
Waveform Class = Cymbals
NUMBER CHECKSUM WAVENAME
004fh 3d1ch 15"HAT TIGHT
00a5h 30d4h SYN CL HAT 2
00a5h f683h TECHNO HAT 1
00a6h 5bafh TECHNO HAT 2
00a5h 9b4ch TECHNO HAT 4
00a5h 4331h TECHNO HAT 3
0051h 6b28h 15"HAT OPEN
0051h cba5h 15"HAT LOOSE
00a6h 74eah SYN OP HAT 2
0050h 679ah 15"HAT FOOT
015bh 30a7h CYM LOOP
00a6h fd53h ROOM KICK 1A
0053h 5f3dh THIN RIDE A
00a6h ff1bh ROOM KICK 1B
00a6h ff1ch ROOM KICK 1C
0053h 604ah THIN RIDE B
0053h a6bfh SYNTH CYMBAL
Waveform Class = Percussion
NUMBER CHECKSUM WAVENAME
005fh 79adh EQ CABASA 1
005fh 6ca9h EQ CABASA 2
005ch 49c3h CONGA HEEL
0060h 6e75h THIN MARACA
006ah 507dh SHEKERE DN
006ah d546h SHEKERE UP
0056h 17a6h TAMBO DOWN
0056h 144fh TAMBO UP
0127h a67fh TIMBALI RIM
Waveform Class = Sound Effect
NUMBER CHECKSUM WAVENAME
0156h 0c45h TAPE LOOP
Appendix 2 - EXP1 World Expansion Board Waveform List
Waveform Class = String Sound
NUMBER CHECKSUM WAVENAME
00e7h 3795h BANDOLIN
mrsysex.txt 10/10/2011 8:17 PM
Page 72 of 161
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
00e7h 37bbh BANDOLIN LP
0176h 417eh BANHU
003bh 0984h BANJO 2
0175h 227bh BERIMBAU LP
0175h fc7ah BERIMBAU WAH
0175h 3e1eh BERIMBAU WF
00e4h 5ad2h BIWA 2
00e4h 5b01h BIWA 2 SOFT
017dh 0402h BOWED PSALTRY
017dh 4337h BOWED PSALTWF
0177h 44d6h CHARANGO
0177h 456fh CHARANGO SFT
0014h 9be9h DOBRO
00e6h b3efh DULCIMER LP
0176h b942h ERHU
003bh dd3fh FRTLS B BANJO
0176h b600h GAOHU
0176h e143h GAYAGUM
0176h 9e1dh GOPECHAN
0176h 6758h GOPECHAN STRM
0176h 2578h GU QIN
0176h 2628h GU QIN SOFT
00e6h b34eh H DULCIMER
0176h c4b7h HAEGUM
0176h f829h HYUNGUM HARD
0176h 841ah HYUNGUM SOFT
0176h b6c1h JINGHU
0171h ed5ch JURDA SAZ
0171h ee0ch JURDA SAZ FST
00e6h 5bafh KANTELE
00e6h 5c56h KANTELE LP
0153h faffh KOTO 2
0153h fb48h KOTO 2 SOFT
0177h bde2h MOUTH BOW
0175h 618dh MVET
0171h ea15h OUD
0171h ceb4h OUD FRT NZ 1
0171h 05fdh OUD FRT NZ 2
0171h 49a3h OUD FRT NZ 3
0171h ea58h OUD SOFT
0176h 2cfbh PIPA
0176h 2da0h PIPA SOFT
017dh 9da7h REBAB
0176h 01c4h RUAN
0176h afb2h SANXION
0176h aff8h SANXION SOFT
0176h 526ah SANXION TREMS
0171h ae81h SAROD
0171h 0ccfh SAZ DRONE
0171h 0d0eh SAZ DRONE LP
0175h df08h SENEGALESE
003ch bc75h SHAMISEN 2
003ch bd19h SHAMISEN 2SFT
003ah f3b4h SITAR 2
003ah f551h SITAR 2 LP
mrsysex.txt 10/10/2011 8:17 PM
Page 73 of 161
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
003ah f3c2h SITAR 2 SOFT
003ah 2ae5h SITAR 3
003ah 2b56h SITAR 3 LP
003ah a1b7h SITAR CHIKARI
0176h 3d05h TAISHO KOTO
0174h b627h TAMBOURA 1
0174h f59fh TAMBOURA 2
0173h 8f10h UKELELE
0173h 8f50h UKELELE SOFT
0079h 745fh VIHUELA STRM
0176h a41bh YANGKEUM
0176h 2d3ah YUET CHIN
0176h 2dfch YUET CHIN SFT
0176h 13b4h ZHENG LOOP
0176h c796h ZHENG STR LP
0176h c6ddh ZHENG STRUM
0176h 5e2fh ZHONGHU
Waveform Class = Brass+Horns
NUMBER CHECKSUM WAVENAME
0100h ba5dh NABAL
Waveform Class = Wind+Reeds
NUMBER CHECKSUM WAVENAME
0011h 4dbch BANDO KEYCLIK
0011h b93dh BANDONEON FST
0011h b8dah BANDONEON LP
0011h b8c5h BANDONEON MED
0011h b8bbh BANDONEON SLO
0179h 1627h CHI BEND
0179h 5e8eh CHI LOOP
0179h 2960h CHOK
017bh a0fah CONCH SHELL
017bh ddd6h CONCH TRUMP 1
0185h bd39h CRUMHORN
0185h 8b75h DBL FLUTE DRN
0039h a247h DBL OCARINADR
0039h f4d3h DBLE OCARINA
0179h 3c48h DI
0172h 6deah DIDJE RHYTHM1
0172h 23b0h DIDJE RHYTHM2
0172h 57f0h DIDJE RHYTHM3
0179h 5c41h HICHIRIKI
0039h a761h HUN
0185h 2c46h HYANG PIRI
0179h 68b3h KAGURABUE
0185h 83beh KHAEN
017ah ff98h MOXENIO PHRS1
017ah 0cf6h MOXENIO PHRS2
017ah 0d67h MOXENIO PHRS3
017bh 34c3h NAGAK
mrsysex.txt 10/10/2011 8:17 PM
Page 74 of 161
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
0178h 4dc3h NOSE FLUTE
017ah 624ch PINCUYO PHRS
017ah 8adeh QUENA 1
017ah fedah QUENA 2
0035h bb5dh RECORDER 2
0179h 876ch RYUTEKI
0179h dba2h SAENG HWANG
0038h 901eh SHAK ORNAMNT1
0038h 9085h SHAK ORNAMNT2
0038h 3310h SHAKUHACHI 2
0038h 8134h SHAKUHACHI CH
0185h bd96h SHAWM
0185h dfb1h SHO
0185h 8bcdh SHUAN GUAN
017ah 7714h SIKUS
017ah 8ebbh SIKUS CHIFF
017ah 77c9h SIKUS LP
0179h b8bbh SO
0179h d537h SOGEUM
0185h 4304h SUONA
0179h a6bdh TAEGUM
0185h fbb7h TAEPYUNGSO
0185h fc4eh TAEPYUNGSOFST
0185h 9837h TANG PIRI
0185h 98ceh TANG PIRI FST
0179h f456h TANSO
017ah 5a18h TINAMU FLUTE
0011h f0f8h UILEANN PIPES
Waveform Class = Vocal Sound
NUMBER CHECKSUM WAVENAME
0182h a033h AHA 1
0182h a0ceh AHA 2
0182h 25a1h ARAH MIO
0182h 8b51h GO !!
0182h 3e8ch HA !!
0182h 9978h IJOWA
0111h 42cbh KOREAN VOX 1
0111h 44bch KOREAN VOX 2
0111h 44bdh KOREAN VOX 3
0182h 39edh MONKS
0182h 9c13h NATIVE VOX 1
0182h dd6dh OH 1
0182h d1ffh OH 2
0182h 0588h OH 3
0182h a395h SALSA VOX 1
0182h a409h SALSA VOX 2
0182h a40ah SALSA VOX 3
0182h a40bh SALSA VOX 4
0182h b304h SALSA VOX 5
0182h 907dh SHOUT
0182h 7849h SO
0182h 08e6h WELLE WELLE
mrsysex.txt 10/10/2011 8:17 PM
Page 75 of 161
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
0111h ec7fh YO !!
Waveform Class = Drum Sound
NUMBER CHECKSUM WAVENAME
016eh 3e67h ADONDO DOWN
016eh ff1dh ADONDO OPEN
016eh 414dh ADONDO UP
016fh 681ah AM INDIAN DRM
016eh 4af0h BATA HIT
016eh 2627h BATA MUTE
016eh 4947h BATA SLAP
016eh a5a7h BATA TAP
016eh 5617h BLEKEDE 1
016eh 625dh BLEKEDE 2
016fh 5206h BODRHAN
016fh 7c45h BOMBO HIT
016fh a463h BOMBO RIMSHOT
016Dh 46ech BUK HIT
016fh 0d24h CAJA
016fh 0b01h CAJON FLAM
016fh f633h CAJON HIT 1
016fh 0ac9h CAJON HIT 2
016fh 94e9h CAJON MUTE 1
016fh 0c75h CAJON MUTE 2
016fh 22cch CAJON SLAP 1
016fh a2a8h CAJON SLAP 3
016Dh 131fh CHALGO
016Dh 05c4h CHANGO HIT 1
016Dh 37aeh CHANGO HIT2
016Dh 78d2h CHANGO RIMSHT
016Dh 6eb5h CHANGO TAPROL
016Dh 1bcch CHINGO
016Dh bf6dh CHWAGO
016eh 9282h CLAY DRUM HT1
016eh a342h CLAY DRUM HT2
016eh 1de5h CLAY DRUM MT
016eh 8306h CLAY DRUM SP1
016eh 113dh CLAY DRUM SP2
016eh bef6h CLAY DRUM TAP
0181h 5381h DJEMBE FLAM
0181h 0e02h DJEMBE HEEL
0181h f325h DJEMBE MUTE
0181h 3a46h DJEMBE OPEN 1
0181h c980h DJEMBE OPEN 2
0181h 7397h DJEMBE SLAP
0181h 40b8h DJEMBE TAP
016eh fd96h DJUN DJUN
017Eh 77f5h DUMBEK F ROLL
017Eh 788fh DUMBEK F SNG
017Eh 3f9fh DUMBEK MUTE
017Eh 6426h DUMBEK OPEN
017Eh 4c53h DUmBEK SLAP
017Eh 1c9ah DUMBEK SWISH1
mrsysex.txt 10/10/2011 8:17 PM
Page 76 of 161
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
017Eh 0cf0h DUMBEK SWISH2
017Eh 8973h DUMBEK TAP 1
017Eh b463h DUMBEK TAP 2
016fh 4e6dh FRAME DRUM 1
016Dh 9aeeh GU 1
016Dh ffd9h GU 2
016Dh 1524h GU 3
016Dh fd09h GU 3
016Dh cafbh GU 4
016Dh 22d9h HIRADAIKO HIT
016Dh 71ach HIRADAIKO RIM
016Dh fefch KO TZUMI HIT
016Dh 613dh KO TZUMI SLP
016Dh 0446h KYOBANGO
016eh 0b82h MADAHL DRUM
016Dh 3450h NOGO
016eh a869h RIQ HIT
016eh 3c90h RIQ SHAKE
016eh 8da7h RIQ SLAP
016eh 60f1h RIQ TAP
016eh 0325h SAKARA HIT
016eh b62dh SAKARA MUTE
016Dh f3c9h SHIME DAIKO
016fh 11a5h SM INDIAN TOM
016eh 0f29h TAMBORIM HIT
016eh 7ee5h TAMBORIM TAP1
016eh b539h TAMBORIM TAP2
016Dh eb40h TSURI HIT
016Dh 429bh TSURI RIM 1
016Dh 79d8h TSURI RIM 2
017Fh 3f5eh UDU HARD HIT
017Fh cbe5h UDU LO HIT 1
017Fh 6f28h UDU LO HIT 2
017Fh 4139h UDU MIX
017Fh 6723h UDU POP HIT
017Fh f215h UDU SLAP 1
017Fh 39c0h UDU SLAP 2
017Fh e8feh UDU SLAP 3
017Fh 8a3eh UDU SOFT HT 1
017Fh c888h UDU SOFT HT 2
017Fh 324ch UDU SOFT HT 3
017Fh e469h UDU TAP
016Dh 252ah UNGO HIT
016Dh eac3h YUNNGO
Waveform Class = Cymbals
NUMBER CHECKSUM WAVENAME
0159h 22d1h CHA 1
0159h 3b9dh CHA 1 MUTE
0159h c721h CHA 1 MUTE
0159h a456h CHABARA
015ah 1427h CHAU GONG
015ah c107h JING 1
mrsysex.txt 10/10/2011 8:17 PM
Page 77 of 161
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
0159h 66d5h JING 2
0159h 1381h KOENKARI HT1
0159h 12e3h KOENKARI HT2
015ah 3f04h LUO 1 HARD
015ah 3f7eh LUO 1 LOOP
015ah cf1dh LUO 1 SOFT
015ah 31a0h LUO 4
015ah 1f97h LUO 4 SOFT
0159h 1f2bh PENG ZHONG
015ah 44afh WADORA HT
015ah 1cebh WADORA RIM
015ah e4bdh WOHAN GONG
Waveform Class = Percussion
NUMBER CHECKSUM WAVENAME
0063h 1b86h AFRICAN CLAVE
0160h cee4h AFRICAN LOOP
006ah 0e3ah AFUCHE
0160h 0bafh AFUCHE LOOP
005eh 3487h AGOGO 2
0170h 1265h BAN GU ROLL
0157h 1d95h BLACK BLACKS
0061h 02d1h BOBBY WHISTLE
0157h 1d4ah BONES 1
0059h 6270h BONGO HI FLAM
0059h f526h BONGO HI HIT1
0059h e449h BONGO HI HIT2
0059h 6541h BONGO HI HIT3
0059h 86c8h BONGO HI ROLL
0119h fb7dh BONGO LO SLP
0119h afa8h BONGO LO TP 2
0119h 9e7ch BONGO LOW HIT
0119h 9581h BONGO LOW SGL
0119h f9cch BONGO LOW TP1
0119h 5870h BONGO LOW TP3
0119h f46dh BONGO LOWMUTE
0119h 9550h BONGO LOWROLL
0059h 876ah BONGOHI SINGL
0157h b79eh CAJON SLAP 2
006bh 22f9h CASTANET ROLL
006bh 234bh CASTANETS 2
006bh 97f5h CASTANETS 3
006ah f47ah CHAJCHAS 1
006ah 197dh CHAJCHAS 2
0160h 1877h CHAJCHAS LOOP
0170h 4c6ah CHAUN LING
0170h de1ch CHUK HIT
0157h 34d3h CLICK STICK 1
0157h 3380h CLICK STICK 2
0160h c97bh CLICK STIK LP
0160h 0a49h COCO RATL LP
005ch 49c1h CONGA HEEL
005ch d30eh CONGA HIT
mrsysex.txt 10/10/2011 8:17 PM
Page 78 of 161
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
005ch 5e97h CONGA SLAP
005ch f932h CONGA TAP
0057h 8517h COWBELL 2 MT
0057h 5458h COWBELL 2 OPN
0057h b352h COWBELL 2 STK
0057h 1feah COWBELL 3
0158h 21d6h CRICKET 1
0158h 2537h CRICKET 2
0158h c0b7h CRICKET 3
0065h 279bh CUICA 2
0065h 6f1ah CUICA 3
0065h e81ah CUICA 4
0157h a7e4h DEWCLAW RATTL
0157h 2d93h DODOMPO
0160h cd71h FESTEJO LP
0161h 2b56h GANKOQUI
0061h 1839h GRIO
0157h d27dh GU 5
0062h 3339h GUIRO MIX
0170h 1154h HYSHIGI
0158h 312dh JAW HARP DOWN
0158h 734bh JAW HARP UP
0158h 99b8h JAW HARP WF 1
0158h 9087h JAW HARP WF 2
0158h 8a86h JAW HRP BOING
0170h 2e05h KASHISHI
0170h 2b5ah KAUI BAN 1
0170h 31a6h KAUI BAN 2
0170h 26cfh KAUI BAN 3
0160h 2b8ch KAYAMBA LOOP
006ah 3b6ch KSENG KSENG
006ah 7066h LG SHEKERE TP
006ah 2bf4h LG SHEKERESHK
0126h 2de7h MOKUGYO
0170h 3788h MOKUSHO 1
0170h 7b63h MOKUSHO 2
0126h 1f22h MUYU
0170h 13cah NAN BANG ROLL
0170h 1451h NAN BANG SGL
0160h df86h NATIVE BELLS
0161h ffbbh NDJUKA STICK
0121h 21b1h NUT CLUSTER
0121h 1cd4h NUT RATTLE
0160h d9a7h NUT SHAKER LP
0170h 23bfh O STRUCK
0160h e157h OKEDO LOOP
006ah 42f1h PENZUNAS
0158h 2bc2h PERC MIX 1
0158h 1c35h PERC MIX 2
0157h d9ech PUILI STICKS
0157h 065dh QUIJADA HIT
0157h 4f91h QUIJADA SCP 1
0157h 6100h QUIJADA SCP 2
0157h eac3h QUIJADA SCP 3
005bh 6035h QUINTO HIT
mrsysex.txt 10/10/2011 8:17 PM
Page 79 of 161
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
005bh 9c4fh QUINTO SLAP
005bh c159h QUINTO TAP
006ah 28f8h RAINSTICK 2
0157h 2e33h RATTLE
005ch 9f82h SACHA TUM HT1
005bh 48eeh SACHA TUM HT2
005ah 4d97h SACHA TUM MT1
005ah bfb2h SACHA TUM MT2
005ah d44ah SACHA TUM MT3
011eh ce7fh SALSA CLAP
0061h 895ch SAMBA WHISTLE
0121h 1f2fh SANZA RATL LP
0121h 1ef4h SANZA RATTLE
0170h 280ah SASSARU FAST
0170h 2196h SASSARU SLOW
0160h 3b32h SHAKER LOOP
006ah 0a01h SHAKESTICK 1
006ah 23bfh SHAKESTICK 2
0157h 2d6bh SISTRUM
006ah 388bh SM SHEKERE TP
006ah fb1bh SM SHEKERESHK
0158h 13d1h STICKS 1
0158h d492h STICKS 2
0157h b5b1h STOMP STICK
0122h c336h TABLA BEND UP
0122h 563ah TABLA HIT 1
0122h 2ddch TABLA HIT 2
0122h c3c7h TABLA MIX
0122h 41f6h TABLA MUTE 1
0122h 3180h TABLA MUTE 2
0122h dd01h TABLA MUTE 3
0122h 9e1eh TABLA OPEN 1
0122h 6379h TABLA OPEN 2
0122h 8d03h TABLA POP HIT
0124h 121bh TABLA S ROLL
0122h 496dh TABLA SLAP 1
0122h b3a5h TABLA SLAP 2
0122h 3ba9h TABLA SOFTHT1
005dh 4289h TIMBALE RIM 2
005dh 3c7dh TIMBALE RIM 3
0127h 1018h TIMBALE RIM 4
0127h 6739h TIMBALE RIM 5
005dh 6d9ch TIMBALE SHELL
005dh d3f6h TIMBALEHI HIT
0127h b6d9h TIMBALELO HIT
005ch 657dh TUMBA HIT
005ch 03bbh TUMBA MT 1
005ch eaf7h TUMBA MT 2
005ch 4fd9h TUMBA SLAP
0170h 31bah YOTSU 1 SGL
0170h 3003h YOTSUDAKE 1
0170h 162dh YOTSUDAKE 2
Waveform Class = Tuned Percussion
mrsysex.txt 10/10/2011 8:17 PM
Page 80 of 161
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
NUMBER CHECKSUM WAVENAME
016bh 1709h ANGKLUNG
000ah 6a52h BALAPHONE 1
000ah 3af6h BALAPHONE 2
000ah 982eh BALAPHONE 3
016bh 041eh BIAN QING
016bh c3a8h BIAN ZHONG
016bh 0f99h BUDDHIST BELL
016bh 0842h KABUKI BEL LP
0073h 05eah KALIMBA 2
0073h 061dh KALIMBA 2 SFT
016bh 2398h KENONG
015dh 2ba2h LOG DRUM 2
015dh 1e9eh LOG DRUM 3
015dh 8bc6h LOG DRUM 4
015dh bc99h LOG DRUM 5
016bh 800fh MISSION BELL1
016bh 7dbeh MISSION BELL2
016bh 9355h ORUGORU
016bh 6478h PAN HYANG
0183h 2fc2h PYON GYONG
016bh f5e3h PYON JONG
016bh 8c4dh SG BOWL LP
016bh 8c0ah SINGINGBOWLHT
016bh 4bf4h SINGINGBOWLSG
003dh 4a48h STEEL DR2 SFT
003dh 499fh STEEL DRUM 2
016bh faf4h TUK JONG
016bh e914h UNLA
016bh 44dbh UNLA WF
016bh 095ch XING
Waveform Class = Inharmonic
NUMBER CHECKSUM WAVENAME
0147h f5aeh BREATHING
0184h 1753h BULLROARER 1
0184h 2f92h BULLROARER 2
0147h d1ceh CHOK AIR LP
Appendix 3 - EXP2 Drum Expansion Board Waveform List
Waveform Class = Vocal Sound
NUMBER CHECKSUM WAVENAME
0110h b006h ONE
0110h 90d7h TWO
0110h 02e7h THREE
0110h 5360h FOUR
Waveform Class = Drum Sound
mrsysex.txt 10/10/2011 8:17 PM
Page 81 of 161
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
NUMBER CHECKSUM WAVENAME
004ah ce38h DEEP KICK A
004ah d020h DEEP KICK B
004ah d021h DEEP KICK C
0049h d1e5h ROCK KICK A
0049h d325h ROCK KICK B
0049h fce6h ROOM KICK 2A
0049h fea7h ROOM KICK 2B
0049h fea8h ROOM KICK 2C
004ch 1e38h BIG SNARE A
004ch 1ff7h BIG SNARE B
004ch 1ff8h BIG SNARE C
004ch 1415h DARK SNR 1 A
004ch 156eh DARK SNR 1 B
004ch 11f4h DARK SNR 2 A
004ch 1339h DARK SNR 2 B
004ch d6abh DRY SNR 1 A
004ch d889h DRY SNR 1 B
004ch d88ah DRY SNR 1 C
004ch 2e6ah DRY SNR 2 A
004ch 303ah DRY SNR 2 B
004ch 303bh DRY SNR 2 C
004ch 942fh DYN SNR 1 A
004ch 95afh DYN SNR 1 B
004ch 6c32h DYN SNR 2 A
004ch 6db6h DYN SNR 2 B
004ch 173bh DYN SNR 3 A
004ch 18b4h DYN SNR 3 B
004ch 6506h FAT SNARE A
004ch 66dfh FAT SNARE B
004ch 00f2h LIVE SNR 1 A
004ch 02c9h LIVE SNR 1 B
004ch a13ch LIVE SNR 2 A
004ch a30dh LIVE SNR 2 B
004ch 8474h LIVE SNR 3 A
004ch 863eh LIVE SNR 3 B
004ch 91b8h RING SNARE A
004ch 9311h RING SNARE B
004ch 9312h RING SNARE C
004ch 9313h RING SNARE D
00a4h 7e42h TECHNO SNARE
004bh 9a40h SIDESTICK 3A
004bh 9c13h SIDESTICK 3B
00ach 15e7h BRUSH SWISH2
00ach 574fh BRUSH SWISH3
00ach 5761h BRUSH SWISH4
004eh 9881h DRY TOM HI
004eh d6b7h LIVE TOM 2 A
004eh d87dh LIVE TOM 2 B
004eh d87eh LIVE TOM 2 C
004eh 27f9h PURE TOM A
004eh 28e2h PURE TOM B
004eh 0ab1h BIG TOM 1 A
004eh 28e3h PURE TOM C
mrsysex.txt 10/10/2011 8:17 PM
Page 82 of 161
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
004eh 0c6fh BIG TOM 1 B
004eh 0c70h BIG TOM 1 C
004eh 0c71h BIG TOM 1 D
009eh 94dfh BIG TOM 2 A
009eh 96a7h BIG TOM 2 B
009eh 96a8h BIG TOM 2 C
009eh 96a9h BIG TOM 2 D
009eh 68f5h BIG TOM 3 A
009eh 6ad5h BIG TOM 3 B
009eh 6ad6h BIG TOM 3 C
009eh 6ad7h BIG TOM 3 D
004eh 1cd0h LIVE TOM 1 A
004eh 1e95h LIVE TOM 1 B
004eh 1e96h LIVE TOM 1 C
009eh 1f12h ROCK TOM 1 A
009eh 20eah ROCK TOM 1 B
009eh 20ebh ROCK TOM 1 C
009eh 0348h ROCK TOM 2 A
009eh 0521h ROCK TOM 2 B
009eh 0522h ROCK TOM 2 C
Waveform Class = Cymbals
NUMBER CHECKSUM WAVENAME
004fh 3d1ch 15"HAT TIGHT
00a5h 30d4h SYN CL HAT 2
00a5h f683h TECHNO HAT 1
00a6h 5bafh TECHNO HAT 2
00a5h 9b4ch TECHNO HAT 4
00a5h 4331h TECHNO HAT 3
0051h 6b28h 15"HAT OPEN
0051h cba5h 15"HAT LOOSE
00a6h 74eah SYN OP HAT 2
0050h 679ah 15"HAT FOOT
015bh 30a7h CYM LOOP
00a6h fd53h ROOM KICK 1A
0053h 5f3dh THIN RIDE A
00a6h ff1bh ROOM KICK 1B
00a6h ff1ch ROOM KICK 1C
0053h 604ah THIN RIDE B
0053h a6bfh SYNTH CYMBAL
Waveform Class = Percussion
NUMBER CHECKSUM WAVENAME
005fh 79adh EQ CABASA 1
005fh 6ca9h EQ CABASA 2
005ch 49c3h CONGA HEEL
0060h 6e75h THIN MARACA
006ah 507dh SHEKERE DN
006ah d546h SHEKERE UP
0056h 17a6h TAMBO DOWN
0056h 144fh TAMBO UP
mrsysex.txt 10/10/2011 8:17 PM
Page 83 of 161
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
0127h a67fh TIMBALI RIM
Waveform Class = Sound Effect
NUMBER CHECKSUM WAVENAME
0156h 0c45h TAPE LOOP
Appendix 4 - EXP3 Urban Dance Project Expansion Board Waveform List
Waveform Class = Keyboard
NUMBER CHECKSUM WAVENAME
0000h abech DANCE PIANO
000dh 63dch PERC PLUS ORG
000dh 234ch PERQABEE
000dh 83b6h USED ORGAN
Waveform Class = String Sound
NUMBER CHECKSUM WAVENAME
0025h ef81h ANALOG STRING
0024h 760ah LO FI STRINGS
0025h c851h 16 OSC.STRING
0025h c8f9h SYN STRING LP
0024h 1518h STRING CHORD
0024h cdb4h SECTION FALL
0024h 4fceh SECTION LICK
0024h ce3fh SECTION RUN
0016h 5cd7h FUNK GTR MAP1
0016h 1eeah FUNK GTR MAP2
0016h 5626h FUNK GTR MAP3
0016h 85c9h FUNK GTR MAP4
0016h f9edh FUNKGT SLIDES
Waveform Class = Brass+Horns
NUMBER CHECKSUM WAVENAME
0188h 132eh BRASS HIT 01
0188h f174h BRASS HIT 02
0188h 9a3bh BRASS HIT 03
0188h 4bddh BRASS HIT 04
0188h c416h BRASS HIT 05
0188h 0d07h BRASS HIT 06
0188h fddbh BRASS HIT 07
0188h 02a7h BRASS HIT 08
0188h 4132h BRASS HIT 09
0188h ea4eh BRASS HIT 10
0188h 120dh BRASS HIT 11
0188h c589h BRASS HIT 12
0188h 4e01h DISS HORN HIT
0188h d20bh HORN HIT
mrsysex.txt 10/10/2011 8:17 PM
Page 84 of 161
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
0188h f604h HORN RIFF
0188h 05f7h TRUMPET HIT 1
0188h 9862h TRUMPET HIT 2
0189h 148ch SQUEALS MAP 1
0189h 7cb7h SQUEALS MAP 2
0189h a53ch SQUEALS MAP 3
0188h 6318h TRUMPET HIT 3
0189h b5cfh TRUMPETSQUEAL
Waveform Class = Wind+Reeds
NUMBER CHECKSUM WAVENAME
00f2h 6f51h FLUTE LOOP
00f2h 43d2h FLUTE MAP 1
00f2h a292h FLUTE MAP 2
Waveform Class = Vocal Sound
NUMBER CHECKSUM WAVENAME
0111h 96ddh VOCAL MAP 01
0111h 3ff7h VOCAL MAP 02
0111h b802h VOCAL MAP 03
0111h d60dh VOCAL MAP 04
0111h c047h VOCAL MAP 05
0111h eeaah VOCAL MAP 06
0111h 1a8bh VOCAL MAP 07
0111h e2dbh VOCAL MAP 08
0111h cd4ah VOCAL MAP 09
0111h 100ah VOCAL MAP 10
0111h ff73h VOCAL MAP 11
0111h c678h VOCAL MAP 12
0111h cb7bh VOCAL MAP 13
0111h f429h VOCAL MAP 14
Waveform Class = Bass Sound
NUMBER CHECKSUM WAVENAME
001ah 1359h AC. BASS 2
001ah 63a0h AC. BASS 3
001ch ec22h JAZZ BASS
001ah 640ah AC BS FRET NZ
0115h 15f2h CLICK BASS
0115h cf85h DEEP BASS
0115h 7965h DOPE BASS 1
0115h b03ah GLO SINE BASS
0115h b8fch DANCE BASS 1
0115h ea81h DANCE BASS 2
0115h b99ah DANCE BASS 3
0070h b3cbh ESQ 1 BASS 2
0115h 672dh GEN X BASS
0115h 1be7h JAMM BASS
0115h 3bb4h JUP BASS SOFT
mrsysex.txt 10/10/2011 8:17 PM
Page 85 of 161
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
0115h 29d1h JUP BASS MED
0115h 22beh JUP BASS HARD
0115h 51dch MMM BASS
0115h 5865h SAWZ BASS
0115h c628h SPACE BASS 1
0115h 63e5h SPACE BASS 2
0115h 7abbh THICK BASS
Waveform Class = Drum Sound
NUMBER CHECKSUM WAVENAME
0139h aa69h DA POWER KICK
0139h 489eh KICKS MAP 01
0139h b853h KICKS MAP 02
0139h dde6h KICKS MAP 03
0139h 5ebbh KICKS MAP 04
0139h 8bfbh KICKS MAP 05
0139h 787bh KICKS MAP 06
0139h cfe0h KICKS MAP 07
0139h 3f54h KICKS MAP 08
0139h 8533h KICKS MAP 09
0139h b4c6h KICKS MAP 10
0139h 832bh KICKS MAP 11
0139h 00cah KICKS MAP 12
0139h 3c1eh KICKS MAP 13
0139h 6c48h KICKS MAP 14
0139h d7bdh KICKS MAP 16
0139h b1b4h KICKS MAP 17
0139h e611h KICKS MAP 18
0139h 987dh KICKS MAP 19
0139h ebebh KICKS MAP 20
0139h 18deh KICKS MAP 21
0139h 3c8fh KICKS MAP 22
0139h f2ech KICKS MAP 23
0139h c73eh KICKS MAP 24
0139h d2f7h KICKS MAP 25
0139h 57bfh KICKS MAP 26
0139h cf53h KICKS MAP 27
013Ah 8423h SNARE MAP 01
013Ah 491fh SNARE MAP 02
013Ah bc01h SNARE MAP 03
013Ah 6f98h SNARE MAP 04
013Ah 3e5fh SNARE MAP 05
013Ah 32f5h SNARE MAP 06
013Ah 8defh SNARE MAP 07
013Ah 3a9ch SNARE MAP 08
013Ah 2888h SNARE MAP 09
013Ah 243eh SNARE MAP 10
013Ah 2234h SNARE MAP 11
013Ah 1a99h SNARE MAP 12
013Ah 3eb4h SNARE MAP 13
013Ah 09f2h SNARE MAP 14
013Ah 842dh SNARE MAP 15
013Ah 4e84h SNARE MAP 16
mrsysex.txt 10/10/2011 8:17 PM
Page 86 of 161
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
013Ah 7805h SNARE MAP 17
013Ah 203dh SNARE MAP 18
013Ah 0218h SNARE MAP 19
013Ah d9d6h SNARE MAP 20
013Ah 3ab9h SNARE MAP 21
013Ah 7314h SNARE MAP 22
013Ah 0fbeh SNARE MAP 23
013Ah ccfah SNARE MAP 24
013Ah 03fah SNARE MAP 25
013Ah 3843h SNARE ROLL 2
004Eh 347ah TOMS MAP 1
004Eh ce94h TOMS MAP 2
Waveform Class = Cymbals
NUMBER CHECKSUM WAVENAME
004Fh dba0h CLOZD HAT MP1
004Fh 2e6eh CLOZD HAT MP2
004Fh f9b5h CLOZD HAT MP3
004Fh 6fd2h CLOZD HAT MP4
004Fh c0a1h CLOZD HAT MP5
004Fh 9bf7h CLOZD HAT MP6
004Fh d63ch CLOZD HAT MP7
004Fh f91ch CLOZD HAT MP8
0051h f6afh OPEN HAT MP01
0051h 23adh OPEN HAT MP02
0051h c59bh OPEN HAT MP03
0051h a752h OPEN HAT MP04
0051h a41ah OPEN HAT MP05
0051h 6f9bh OPEN HAT MP06
0051h e033h OPEN HAT MP07
0051h 476fh OPEN HAT MP08
0051h d875h OPEN HAT MP09
0051h ef01h OPEN HAT MP10
0051h 13a9h ELEC.HAT MAP
0053h 666ch DANCE RIDE 1
0053h 6abah DANCE RIDE 2
0053h bccbh DANCE RIDE 3
0053h d6dch DANCE RIDE 4
0053h ed2ch DANCE RIDE 5
0053h 2c8eh CZ SYN RIDE
0053h 9b94h 808 RIDE CYM
0052h 7728h DANCE CRASH 1
0052h 50adh DANCE CRASH 2
0052h 70f2h DANCE CRASH 3
0052h 0784h DANCE CRASH 4
0052h 4200h DANCE CRASH 5
Waveform Class = Percussion
NUMBER CHECKSUM WAVENAME
0160h c408h 01-DOPE 77
0160h 5f95h 02-DOPE 82
mrsysex.txt 10/10/2011 8:17 PM
Page 87 of 161
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
0160h fbc4h 03-DOPE 85
0160h c8fbh 04-DA BOMB 86
0160h 7240h 05-DOPE 89
0160h 0d94h 06-BRKBEAT 90
0160h 1d86h 07-HIP HOP 90
0160h 1635h 08-DOPE 92
0160h 6724h 09-DOPE 95
0160h b0dch 10-RATRAP 105
0160h 6c22h 11-CONGA 108
0160h 5ac3h 12-DOPE 123
0160h c61eh 13-TECHNO 124
0160h e623h 14-HIPHOP 124
0160h e273h 15-HIPHOP 124
0160h 8764h 16-TECHNO 130
0160h 48dfh 17-TECHNO 130
0160h a3afh 18-TECHNO 132
0160h 59e0h 19-TECHNO 134
0160h d417h 20-TECHNO 134
0160h 4e11h 21-TECHNO 134
0160h fde2h 22-TECHNO 136
0160h 2230h 23-TECHNO 138
0160h 7f54h 24-TECHNO 138
0160h 9b37h 25-HOUSE 140
0160h d1ech 26-HOUSE 140
0160h 409dh 27-TECHNO 140
0160h 8e1bh 28-TECHNO 140
0160h 4457h 30-BELLZ 142
0160h cfa8h 31-TRANCE 146
0160h 7125h 32-ACID 150
0160h 0c02h 34-ACID 154
0160h 4b78h 35-RAVE 170
0160h dac8h 36-RAVE 170
0160h de63h BOOM BIP MAP
0160h b365h BRKBEAT MAP
011Eh 8502h CLAP CLAP
011Eh c67eh CLAP MAP 1
011Eh 01f7h CLAP MAP 2
011Eh 8427h CLAP MAP 3
011Eh 4f06h CLAP MAP 4
011Eh 7702h CLAP MAP 5
0160h 2dedh DOPE JAZZ MAP
0160h ff6ah DUMMDRUM MAP
011Bh 68b3h FINGERSNAP MP
0158h bf8ch FREAKOUT PERC
0160h 75b5h FUNK OUT MAP
0160h 4750h HARDCORE MAP
0160h 1addh HEAVY MAP
0160h 2849h IT HERTZ MAP
0160h 2ae7h KIK IT MAP
0160h 6cedh OL SKOOL MAP
0160h 255ah RAT RAP MAP
0056h 8e1ah TAMBO MAP 1
0056h e852h TAMBO MAP 2
0160h ca4dh THE RIOT MAP
0160h 6dc2h WAK PAK MAP
mrsysex.txt 10/10/2011 8:17 PM
Page 88 of 161
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
0056h a68ch BAD TAMBO
0160h c8b2h JAZZ RIDE LP
0066h f8ech DANCE TRIANGL
0160h f711h CLOZD HAT LP
Waveform Class = Tuned Percussion
NUMBER CHECKSUM WAVENAME
0143h d1a2h 1970'S HIT
0143h 6e14h BUZZ BASS
0143h 37ddh CHORD VOX
0187h ac69h CHORDS HMM
0187h f09ah DIRTY HIT
0143h 9117h ESQ 1 BASS 1
0187h a66ah EURO HIT 1
0187h 0a27h EURO HIT 2
0187h f231h EURO HIT 3
0143h f103h GIT STAB
0143h c92ch HIT ME HARD
0187h 7f91h HIT STAB
0143h da55h HOP HIT
0143h fbfch HOUSE NATION
0143h 7b92h HOUSE STAB
0143h e6deh OLD CLASSIC
0187h 941fh ORGAN HIT
0187h 60d8h RAVE ORG HIT
0143h 7bf0h RECORD STOP
0143h d672h SMACK HIT
0143h e0dah SNAP SYNTH
0143h 96a8h STAB HIT 1
0143h 4321h STAB HIT 2
0143h d30fh TECHNO CHORD
0143h 2115h VOX HIT
Waveform Class = Sound Effect
NUMBER CHECKSUM WAVENAME
0082h 6489h BEEP MAP 1
0082h c0afh BEEP MAP 2
0156h 6a5eh BLAST
0156h d04ah CABLE'S OUT
0156h fe17h FAST FWD TAPE
0094h 1aaah LAZER ZAP 3
0156h 61f4h METAL HIT
0156h 1e6ah NEEDLE UP
0156h ded4h POP+CLICK MAP
0156h db3fh RECKIT BAD
0156h d8aeh RECORD NOISE
0156h 4087h REWIND TAPE
0094h 353dh REZ ZAPS
018Ah f915h SCRATCH MAP 1
018Ah 2c20h SCRATCH MAP 2
0156h ebe0h SHORT WAVE 1
mrsysex.txt 10/10/2011 8:17 PM
Page 89 of 161
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
0156h e80ch SHORT WAVE 2
0156h ce8bh SPACE LAND
0156h a344h SPACE MAN
0156h db1dh SPACE SYNTH 1
0156h fa66h SPACE SYNTH 2
0156h 5068h SPACE SYNTH 3
0156h cd98h SPACE SYNTH 4
0156h 1a3ah STATIC CLING
0094h 7d94h SUPER ZAP
0156h ccd1h WRONG NUMBER
0094h e197h ZAP 1A
0094h 14e4h ZAP 1B
0094h 5d27h ZAP 2A
0094h 1754h ZAP 2B
Waveform Class = Waveform
NUMBER CHECKSUM WAVENAME
012Dh c33bh JOE'S LEAD
012Dh 66d2h OBEE REZ
012Dh 23ebh PW LEAD SYN
012Dh 2852h PW MOOG SYN
0131h 6fdeh RASPY SYNTH
012Dh b3f3h RES SAW 1
012Dh 3b17h RES SAW 2
012Dh 9fdeh RES SAW 3
012Dh 5c65h RES SAW 4
0043h 88dch REZZ HIT
012Dh d529h SOLITUDE
Waveform Class = Inharmonic
NUMBER CHECKSUM WAVENAME
0047h c87fh 8-BIT FUNK
0149h d67ch DIRTY BELL LP
0047h c2fch DRONE
0047h 286eh GRANULAR
0047h ef8bh INDUSTRIAL
0076h 2982h INHARMONIC 1
0076h 0e88h INHARMONIC 2
0076h 0469h INHARMONIC 3
0148h 7126h OLD RACKBELL
0047h 723bh REZ NOIZ MAP
Waveform Class = Transwave
NUMBER CHECKSUM WAVENAME
014Dh 64bbh BASS REZ 2
014Dh 04c9h BLUE TRANCE
016Ah d02dh BRAINIAC
014Ah 630bh CHIME-X
016Ah 3614h CLAVINEX
mrsysex.txt 10/10/2011 8:17 PM
Page 90 of 161
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
014Dh 2076h CLIX-POPS
014Dh c32dh COLOR WHEEL
014Dh 7d12h CYBORG
016Ah 3ec4h ELVIS
014Bh ca04h FAT SQUAREZ
014Dh 7ebeh FRANKENWAVE
016Ah ee7ah GET EVEN
014Dh 88e4h GREEN TRANCE
014Dh 17ach HARMONIX
014Ch 5611h HEY
014Dh b153h HIHAT-X
016Ah fc1dh JOLT
014Dh 828fh LIGHT YEARS
014Ah 0646h LONG GONG 1
014Ah 9620h LONG GONG 2
016Ah dd09h MERCURY BASS
014Ah 0a5eh MIRROR-X
014Dh 3c5eh OPERETTA
014Dh 7e0ah ORANGE TRANCE
016Ah dbb0h OVERTONES
016Ah 2bd5h POLYMOD SWEEP
014Dh 4b59h PULSEWAVEMOD
014Bh 8403h QUITE ODD
014Dh 0a97h RAT BREATH X
014Dh 32feh RED TRANCE
014Bh 085dh REZ LOOPS-2
014Bh 087ah REZ POP ATAKS
016Ah fc66h REZ SQUARE
014Bh 2ab0h ROBOT SWEEP
014Dh 27b2h SAMPLE & HOLD
014Bh dc69h SAW REZ SWEEP
016Ah 0c3ah SKY ROCKETS
014Ah dfcah SPARKLERS
016Ah e719h STEP UP
0168h 97d5h STEPS
014Bh 3a32h STEPS REZ
014Ch 4c58h SYLLABLES
014Dh cf75h SYNKING
016Ah 1c23h TABLE-4-2
014Ch 340ah THANK YOU
0166h b021h TRAN-REZ BASS
014Bh 2aceh TRANS BLIPS
014Bh 7a3fh TRANS BOY
014Dh 9799h TRANS E.PIANO
016Ah f8ach TRANS-FRED
016Ah e0a6h TRANS-GRESSOR
0168h ba8eh TRANZGRUV 01
016Ah 3304h TRANZGRUV 02
0168h 2905h TRANZGRUV 03
014Dh caa8h TRANZGRUV 04
014Dh aa28h TRANZGRUV 05
014Dh 4d66h TRANZGRUV 06
0168h 1aceh TRANZGRUV 07
0168h 6c81h TRANZGRUV 08
0168h 23e9h TRANZGRUV 09
mrsysex.txt 10/10/2011 8:17 PM
Page 91 of 161
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
0168h 3c52h TRANZGRUV 10
014Ah e2b3h TUBULAR-X
016Ah 6b3ah U B RANDOM
014Ch fa6ch VODER-X
014Ch 5524h VOWELS
014Dh 3bbbh VOX SYN SWEEP
014Dh f972h YELLOW TRANCE
014Ch 1f74h YODEL X
Appendix 5 - Insert Effect Parameters
Insert Effect 1: Parametric EQ
Total parameters: 12 (12 visible, 0 hidden)
Visible 0 (0) Ofs 0
EQ Input Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 1 (2) Ofs 4
LoShelf Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 2 (3) Ofs 6
LoShelf Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 3 (6) Ofs 12
Mid 1 Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 4 (7) Ofs 14
Mid 1 Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 5 (8) Ofs 16
Mid 1 Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 6 (9) Ofs 18
Mid 2 Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 7 (10) Ofs 20
Mid 2 Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 8 (11) Ofs 22
Mid 2 Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 9 (4) Ofs 8
HiShelf Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 10 (5) Ofs 10
HiShelf Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 11 (1) Ofs 2
EQ Output Min 0 (Off ) Max 124 (+24dB ) See Table 1
Insert Effect 2: Hall Reverb
Total parameters: 21 (21 visible, 0 hidden)
Visible 0 Ofs 0
Decay Min 0 (0.0sec ) Max 100 (10.0sec ) See Table 3
Visible 1 Ofs 2
LF Decay Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 2 Ofs 4
HF Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 3 Ofs 6
HF Bandwidth Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 6
Visible 4 Ofs 8
Primary Send Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 5 Ofs 10
Diffusion 1 Min 0 (0 ) Max 100 (100 )
Visible 6 Ofs 12
Diffusion 2 Min 0 (0 ) Max 100 (100 )
Visible 7 Ofs 14
Definition Min 0 (0 ) Max 100 (100 )
Visible 8 Ofs 16
Detune Rate Min 0 (0.00Hz ) Max 154 (1.54Hz )
Visible 9 Ofs 18
Detune Depth Min 0 (0% ) Max 100 (100% ) See Table 7
Visible 10 Ofs 20
PreDelay Min 0 (0ms ) Max 36 (36ms )
Visible 11 Ofs 22
ER 1 Time Min 0 (0ms ) Max 112 (112ms )
Visible 12 Ofs 24
ER 1 Send Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 13 Ofs 26
ER 1 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 14 Ofs 28
ER 2 Time Min 0 (0ms ) Max 112 (112ms )
Visible 15 Ofs 30
ER 2 Send Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 16 Ofs 32
ER 2 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 17 Ofs 34
Position 1 Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 18 Ofs 36
Position 2 Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 19 Ofs 38
Position 3 Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 20 Ofs 40
Output Bal Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Insert Effect 3: Large Room
Total parameters: 21 (21 visible, 0 hidden)
mrsysex.txt 10/10/2011 8:17 PM
Page 92 of 161
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
Visible 0 Ofs 0
Decay Min 0 (0.0sec ) Max 100 (10.0sec ) See Table 3
Visible 1 Ofs 2
LF Decay Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 2 Ofs 4
HF Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 3 Ofs 6
HF Bandwidth Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 6
Visible 4 Ofs 8
Primary Send Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 5 Ofs 10
Diffusion 1 Min 0 (0 ) Max 100 (100 )
Visible 6 Ofs 12
Diffusion 2 Min 0 (0 ) Max 100 (100 )
Visible 7 Ofs 14
Definition Min 0 (0 ) Max 100 (100 )
Visible 8 Ofs 16
Detune Rate Min 0 (0.00Hz ) Max 154 (1.54Hz )
Visible 9 Ofs 18
Detune Depth Min 0 (0% ) Max 100 (100% ) See Table 7
Visible 10 Ofs 20
PreDelay Min 0 (0ms ) Max 36 (36ms )
Visible 11 Ofs 22
ER 1 Time Min 0 (0ms ) Max 112 (112ms )
Visible 12 Ofs 24
ER 1 Send Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 13 Ofs 26
ER 1 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 14 Ofs 28
ER 2 Time Min 0 (0ms ) Max 112 (112ms )
Visible 15 Ofs 30
ER 2 Send Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 16 Ofs 32
ER 2 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 17 Ofs 34
Position 1 Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 18 Ofs 36
Position 2 Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 19 Ofs 38
Position 3 Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 20 Ofs 40
Output Bal Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Insert Effect 4: Small Room
Total parameters: 21 (21 visible, 0 hidden)
Visible 0 Ofs 0
Decay Min 0 (0.0sec ) Max 100 (10.0sec ) See Table 3
Visible 1 Ofs 2
LF Decay Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 2 Ofs 4
HF Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 3 Ofs 6
HF Bandwidth Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 6
Visible 4 Ofs 8
Primary Send Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 5 Ofs 10
Diffusion 1 Min 0 (0 ) Max 100 (100 )
Visible 6 Ofs 12
Diffusion 2 Min 0 (0 ) Max 100 (100 )
Visible 7 Ofs 14
Definition Min 0 (0 ) Max 100 (100 )
Visible 8 Ofs 16
Detune Rate Min 0 (0.00Hz ) Max 154 (1.54Hz )
Visible 9 Ofs 18
Detune Depth Min 0 (0% ) Max 100 (100% ) See Table 7
Visible 10 Ofs 20
PreDelay Min 0 (0ms ) Max 36 (36ms )
Visible 11 Ofs 22
ER 1 Time Min 0 (0ms ) Max 112 (112ms )
Visible 12 Ofs 24
ER 1 Send Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 13 Ofs 26
ER 1 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 14 Ofs 28
ER 2 Time Min 0 (0ms ) Max 112 (112ms )
Visible 15 Ofs 30
ER 2 Send Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 16 Ofs 32
ER 2 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 17 Ofs 34
Position 1 Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 18 Ofs 36
Position 2 Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 19 Ofs 38
Position 3 Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 20 Ofs 40
Output Bal Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Insert Effect 5: Large Plate
Total parameters: 12 (12 visible, 0 hidden)
Visible 0 Ofs 0
Decay Min 0 (0.0sec ) Max 100 (10.0sec ) See Table 3
Visible 1 Ofs 2
HF Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 2 Ofs 4
HF Bandwidth Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 6
Visible 3 Ofs 6
Diffusion 1 Min 0 (0 ) Max 100 (100 )
Visible 4 Ofs 8
Diffusion 2 Min 0 (0 ) Max 100 (100 )
mrsysex.txt 10/10/2011 8:17 PM
Page 93 of 161
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
Visible 5 Ofs 10
Definition Min 0 (0 ) Max 100 (100 )
Visible 6 Ofs 12
PreDelay Min 0 (0ms ) Max 36 (36ms )
Visible 7 Ofs 14
ER 1 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 8 Ofs 16
ER 2 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 9 Ofs 18
ER 3 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 10 Ofs 20
ER 4 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 11 Ofs 22
Output Bal Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Insert Effect 6: Small Plate
Total parameters: 12 (12 visible, 0 hidden)
Visible 0 Ofs 0
Decay Min 0 (0.0sec ) Max 100 (10.0sec ) See Table 3
Visible 1 Ofs 2
HF Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 2 Ofs 4
HF Bandwidth Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 6
Visible 3 Ofs 6
Diffusion 1 Min 0 (0 ) Max 100 (100 )
Visible 4 Ofs 8
Diffusion 2 Min 0 (0 ) Max 100 (100 )
Visible 5 Ofs 10
Definition Min 0 (0 ) Max 100 (100 )
Visible 6 Ofs 12
PreDelay Min 0 (0ms ) Max 36 (36ms )
Visible 7 Ofs 14
ER 1 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 8 Ofs 16
ER 2 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 9 Ofs 18
ER 3 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 10 Ofs 20
ER 4 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 11 Ofs 22
Output Bal Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Insert Effect 7: NonLinReverb1
Total parameters: 21 (21 visible, 0 hidden)
Visible 0 Ofs 0
Env 1 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 1 Ofs 2
Env 2 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 2 Ofs 4
Env 3 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 3 Ofs 6
Env 4 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 4 Ofs 8
Env 5 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 5 Ofs 10
Env 6 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 6 Ofs 12
Env 7 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 7 Ofs 14
Env 8 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 8 Ofs 16
Env 9 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 9 Ofs 18
HF Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 10 Ofs 20
HF Bandwidth Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 6
Visible 11 Ofs 22
Primary Send Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 12 Ofs 24
Diffusion 1 Min 0 (0 ) Max 100 (100 )
Visible 13 Ofs 26
Diffusion 2 Min 0 (0 ) Max 100 (100 )
Visible 14 Ofs 28
Density 1 Min 0 (0 ) Max 100 (100 )
Visible 15 Ofs 30
Density 2 Min 0 (0 ) Max 100 (100 )
Visible 16 Ofs 32
ER 1 Time Min 0 (0ms ) Max 112 (112ms )
Visible 17 Ofs 34
ER 1 Send Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 18 Ofs 36
ER 2 Time Min 0 (0ms ) Max 112 (112ms )
Visible 19 Ofs 38
ER 2 Send Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 20 Ofs 40
Output Bal Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Insert Effect 8: NonLinReverb2
Total parameters: 21 (21 visible, 0 hidden)
Visible 0 Ofs 0
Env 1 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 1 Ofs 2
Env 2 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 2 Ofs 4
Env 3 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
mrsysex.txt 10/10/2011 8:17 PM
Page 94 of 161
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
Visible 3 Ofs 6
Env 4 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 4 Ofs 8
Env 5 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 5 Ofs 10
Env 6 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 6 Ofs 12
Env 7 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 7 Ofs 14
Env 8 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 8 Ofs 16
Env 9 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 9 Ofs 18
HF Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 10 Ofs 20
HF Bandwidth Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 6
Visible 11 Ofs 22
Primary Send Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 12 Ofs 24
Diffusion 1 Min 0 (0 ) Max 100 (100 )
Visible 13 Ofs 26
Diffusion 2 Min 0 (0 ) Max 100 (100 )
Visible 14 Ofs 28
Density 1 Min 0 (0 ) Max 100 (100 )
Visible 15 Ofs 30
Density 2 Min 0 (0 ) Max 100 (100 )
Visible 16 Ofs 32
ER 1 Time Min 0 (0ms ) Max 112 (112ms )
Visible 17 Ofs 34
ER 1 Send Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 18 Ofs 36
ER 2 Time Min 0 (0ms ) Max 112 (112ms )
Visible 19 Ofs 38
ER 2 Send Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 20 Ofs 40
Output Bal Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Insert Effect 9: Gated Reverb
Total parameters: 18 (17 visible, 1 hidden)
Visible 0 (6) Ofs 12
Gate Thresh Min 0 (-96.0dB ) Max 96 (0.0dB ) See Table 9
Visible 1 (7) Ofs 14
Gate Hysteresis Min 0 (0dB ) Max 48 (48dB )
Visible 2 (8) Ofs 16
Gate Attack Min 0 (50us ) Max 58 (10.0s ) See Table 10
Visible 3 (9) Ofs 18
Gate Release Min 0 (50us ) Max 58 (10.0s ) See Table 10
Visible 4 (10) Ofs 20
Gate Hold Min 0 (50us ) Max 58 (10.0s ) See Table 10
Visible 5 (0) Ofs 0
Decay Min 0 (0.0sec ) Max 100 (10.0sec ) See Table 3
Visible 6 (1) Ofs 2
HF Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 7 (3) Ofs 6
Diffusion 1 Min 0 (0 ) Max 100 (100 )
Visible 8 (4) Ofs 8
Diffusion 2 Min 0 (0 ) Max 100 (100 )
Visible 9 (5) Ofs 10
Definition Min 0 (0 ) Max 100 (100 )
Visible 10 (11) Ofs 22
Slap Time Min 0 (0ms ) Max 108 (108ms )
Visible 11 (12) Ofs 24
Slap Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 12 (13) Ofs 26
ER 1 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 13 (14) Ofs 28
ER 2 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 14 (15) Ofs 30
ER 3 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 15 (16) Ofs 32
ER 4 Level Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 16 (17) Ofs 34
Output Bal Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Hidden 17 (17) Ofs 34
Output Bal Min 0 (Full <L ) Max 127 (Full <L ) See Table 8
Insert Effect 10: Stereo Chorus
Total parameters: 5 (5 visible, 0 hidden)
Visible 0 Ofs 0
LFO Rate Min 0 (0.0Hz ) Max 105 (20.0Hz ) See Table 12
Visible 1 Ofs 2
Chorus Depth Min 0 (0.0ms ) Max 250 (25.0ms )
Visible 2 Ofs 4
ChorusCenter Min 0 (0.0ms ) Max 500 (50.0ms )
Visible 3 Ofs 6
Spread Min 0 (L<---->R) Max 10 (R<---->L) See Table 13
Visible 4 Ofs 8
Chorus Phase Min 0 (0deg ) Max 1 (-180deg ) See Table 14
Insert Effect 11: 8-Voice Chorus
Total parameters: 14 (13 visible, 1 hidden)
Visible 0 (0) Ofs 0
EQ Input Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 1 (2) Ofs 4
Mid 1 Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
mrsysex.txt 10/10/2011 8:17 PM
Page 95 of 161
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
Visible 2 (3) Ofs 6
Mid 1 Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 3 (4) Ofs 8
Mid 1 Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 4 (1) Ofs 2
EQ Output Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 5 (13) Ofs 26
Dry Blend Min 0 (Full Dry) Max 127 (Full Wet) See Table 15
Visible 6 (11) Ofs 22
HPF Cutoff Min 0 (10Hz ) Max 109 (10.9kHz ) See Table 2
Visible 7 (5) Ofs 10
LFO Rate Min 0 (0.0Hz ) Max 70 (7.0Hz )
Visible 8 (6) Ofs 12
Chorus Depth Min 0 (0.0ms ) Max 3000 (300.0ms )
Visible 9 (7) Ofs 14
ChorusCenter Min 0 (0.0ms ) Max 3000 (300.0ms )
Visible 10 (12) Ofs 24
Center Offset Min 0 (0% ) Max 100 (100% ) See Table 7
Visible 11 (9) Ofs 18
Chorus Phase Min 0 (-180deg ) Max 180 (+180deg ) See Table 16
Visible 12 (10) Ofs 20
Chorus Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Hidden 13 (13) Ofs 26
Dry Blend Min 0 (Full Dry) Max 127 (Full Dry) See Table 15
Insert Effect 12: Rev(Chorus
Total parameters: 13 (13 visible, 0 hidden)
Visible 0 Ofs 0
Decay Min 0 (0.0sec ) Max 100 (10.0sec ) See Table 3
Visible 1 Ofs 2
HF Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 2 Ofs 4
HF Bandwidth Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 6
Visible 3 Ofs 6
Diffusion 1 Min 0 (0 ) Max 100 (100 )
Visible 4 Ofs 8
Diffusion 2 Min 0 (0 ) Max 100 (100 )
Visible 5 Ofs 10
Definition Min 0 (0 ) Max 100 (100 )
Visible 6 Ofs 12
Chorus Mix Min 0 (Full Dry) Max 127 (Full Wet) See Table 15
Visible 7 Ofs 14
LFO Rate Min 0 (1/1 Sys ) Max 116 (20.0Hz ) See Table 17
Visible 8 Ofs 16
LFO Shape Min 0 (Triangle) Max 7 (4-Step ) See Table 18
Visible 9 Ofs 18
LFO Phase Min 0 (-180deg ) Max 180 (+180deg ) See Table 16
Visible 10 Ofs 20
Chorus Depth Min 0 (0.0ms ) Max 250 (25.0ms )
Visible 11 Ofs 22
Chorus Center Min 0 (0.0ms ) Max 500 (50.0ms )
Visible 12 Ofs 24
System Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Insert Effect 13: Rev(Flanger
Total parameters: 15 (15 visible, 0 hidden)
Visible 0 Ofs 0
Decay Min 0 (0.0sec ) Max 100 (10.0sec ) See Table 3
Visible 1 Ofs 2
HF Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 2 Ofs 4
HF Bandwidth Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 6
Visible 3 Ofs 6
Diffusion 1 Min 0 (0 ) Max 100 (100 )
Visible 4 Ofs 8
Diffusion 2 Min 0 (0 ) Max 100 (100 )
Visible 5 Ofs 10
Definition Min 0 (0 ) Max 100 (100 )
Visible 6 Ofs 12
FlangerMix Min 0 (Full Dry) Max 127 (Full Wet) See Table 15
Visible 7 Ofs 14
LFO Rate Min 0 (1/1 Sys ) Max 116 (20.0Hz ) See Table 17
Visible 8 Ofs 16
LFO Shape Min 0 (Triangle) Max 7 (4-Step ) See Table 18
Visible 9 Ofs 18
LFO Phase Min 0 (-180deg ) Max 180 (+180deg ) See Table 16
Visible 10 Ofs 20
Flanger Depth Min 0 (0.0ms ) Max 250 (25.0ms )
Visible 11 Ofs 22
FlangerCenter Min 0 (0.0ms ) Max 500 (50.0ms )
Visible 12 Ofs 24
Notch Depth Min 0 (0% ) Max 100 (100% ) See Table 7
Visible 13 Ofs 26
Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 14 Ofs 28
System Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Insert Effect 14: Rev(Phaser
Total parameters: 14 (13 visible, 1 hidden)
Visible 0 (0) Ofs 0
Decay Min 0 (0.0sec ) Max 100 (10.0sec ) See Table 3
Visible 1 (1) Ofs 2
HF Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 2 (2) Ofs 4
HF Bandwidth Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 6
mrsysex.txt 10/10/2011 8:17 PM
Page 96 of 161
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
Visible 3 (3) Ofs 6
Diffusion 1 Min 0 (0 ) Max 100 (100 )
Visible 4 (4) Ofs 8
Diffusion 2 Min 0 (0 ) Max 100 (100 )
Visible 5 (5) Ofs 10
Definition Min 0 (0 ) Max 100 (100 )
Visible 6 (6) Ofs 12
Phaser Mix Min 0 (Full Dry) Max 127 (Full Wet) See Table 15
Visible 7 (7) Ofs 14
LFO Rate Min 0 (1/1 Sys ) Max 116 (20.0Hz ) See Table 17
Visible 8 (8) Ofs 16
LFO Shape Min 0 (Triangle) Max 7 (4-Step ) See Table 18
Visible 9 (10) Ofs 20
Phaser Depth Min 0 (0 ) Max 100 (100 )
Visible 10 (11) Ofs 22
Phaser Center Min 0 (0 ) Max 100 (100 )
Visible 11 (12) Ofs 24
Notch Depth Min 0 (0% ) Max 100 (100% ) See Table 7
Visible 12 (13) Ofs 26
Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Hidden 13 (13) Ofs 26
Feedback Min 0 (-99% ) Max 127 (-99% ) See Table 4
Insert Effect 15: Chorus(Rev
Total parameters: 12 (12 visible, 0 hidden)
Visible 0 Ofs 0
LFO Rate Min 0 (1/1 Sys ) Max 116 (20.0Hz ) See Table 17
Visible 1 Ofs 2
LFO Shape Min 0 (Triangle) Max 7 (4-Step ) See Table 18
Visible 2 Ofs 4
LFO Phase Min 0 (-180deg ) Max 180 (+180deg ) See Table 16
Visible 3 Ofs 6
Chorus Depth Min 0 (0.0ms ) Max 250 (25.0ms )
Visible 4 Ofs 8
Chorus Center Min 0 (0.0ms ) Max 500 (50.0ms )
Visible 5 Ofs 10
Rev Mix Min 0 (Full Dry) Max 127 (Full Wet) See Table 15
Visible 6 Ofs 12
Decay Min 0 (0.0sec ) Max 100 (10.0sec ) See Table 3
Visible 7 Ofs 14
HF Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 8 Ofs 16
HF Bandwidth Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 6
Visible 9 Ofs 18
Diffusion 1 Min 0 (0 ) Max 100 (100 )
Visible 10 Ofs 20
Diffusion 2 Min 0 (0 ) Max 100 (100 )
Visible 11 Ofs 22
Definition Min 0 (0 ) Max 100 (100 )
Insert Effect 16: Flanger(Rev
Total parameters: 14 (14 visible, 0 hidden)
Visible 0 Ofs 0
LFO Rate Min 0 (1/1 Sys ) Max 116 (20.0Hz ) See Table 17
Visible 1 Ofs 2
LFO Shape Min 0 (Triangle) Max 7 (4-Step ) See Table 18
Visible 2 Ofs 4
LFO Phase Min 0 (-180deg ) Max 180 (+180deg ) See Table 16
Visible 3 Ofs 6
Flanger Depth Min 0 (0.0ms ) Max 250 (25.0ms )
Visible 4 Ofs 8
FlangerCenter Min 0 (0.0ms ) Max 500 (50.0ms )
Visible 5 Ofs 10
Notch Depth Min 0 (0% ) Max 100 (100% ) See Table 7
Visible 6 Ofs 12
Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 7 Ofs 14
Rev Mix Min 0 (Full Dry) Max 127 (Full Wet) See Table 15
Visible 8 Ofs 16
Decay Min 0 (0.0sec ) Max 100 (10.0sec ) See Table 3
Visible 9 Ofs 18
HF Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 10 Ofs 20
HF Bandwidth Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 6
Visible 11 Ofs 22
Diffusion 1 Min 0 (0 ) Max 100 (100 )
Visible 12 Ofs 24
Diffusion 2 Min 0 (0 ) Max 100 (100 )
Visible 13 Ofs 26
Definition Min 0 (0 ) Max 100 (100 )
Insert Effect 17: Phaser(Rev
Total parameters: 14 (13 visible, 1 hidden)
Visible 0 (0) Ofs 0
LFO Rate Min 0 (1/1 Sys ) Max 116 (20.0Hz ) See Table 17
Visible 1 (1) Ofs 2
LFO Shape Min 0 (Triangle) Max 7 (4-Step ) See Table 18
Visible 2 (3) Ofs 6
Phaser Depth Min 0 (0 ) Max 100 (100 )
Visible 3 (4) Ofs 8
Phaser Center Min 0 (0 ) Max 100 (100 )
Visible 4 (5) Ofs 10
Notch Depth Min 0 (0% ) Max 100 (100% ) See Table 7
Visible 5 (6) Ofs 12
Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
mrsysex.txt 10/10/2011 8:17 PM
Page 97 of 161
5336
5337
5338
5339
5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
Visible 6 (7) Ofs 14
Rev Mix Min 0 (Full Dry) Max 127 (Full Wet) See Table 15
Visible 7 (8) Ofs 16
Decay Min 0 (0.0sec ) Max 100 (10.0sec ) See Table 3
Visible 8 (9) Ofs 18
HF Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 9 (10) Ofs 20
HF Bandwidth Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 6
Visible 10 (11) Ofs 22
Diffusion 1 Min 0 (0 ) Max 100 (100 )
Visible 11 (12) Ofs 24
Diffusion 2 Min 0 (0 ) Max 100 (100 )
Visible 12 (13) Ofs 26
Definition Min 0 (0 ) Max 100 (100 )
Hidden 13 (13) Ofs 26
Definition Min 0 (0 ) Max 100 (0 )
Insert Effect 18: EQ(Reverb
Total parameters: 16 (16 visible, 0 hidden)
Visible 0 (0) Ofs 0
EQ Input Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 1 (2) Ofs 4
LoShelf Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 2 (3) Ofs 6
LoShelf Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 3 (6) Ofs 12
Mid 1 Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 4 (7) Ofs 14
Mid 1 Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 5 (8) Ofs 16
Mid 1 Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 6 (4) Ofs 8
HiShelf Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 7 (5) Ofs 10
HiShelf Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 8 (1) Ofs 2
EQ Output Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 9 (9) Ofs 18
Rev Mix Min 0 (Full Dry) Max 127 (Full Wet) See Table 15
Visible 10 (10) Ofs 20
Decay Min 0 (0.0sec ) Max 100 (10.0sec ) See Table 3
Visible 11 (11) Ofs 22
HF Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 12 (12) Ofs 24
HF Bandwidth Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 6
Visible 13 (13) Ofs 26
Diffusion 1 Min 0 (0 ) Max 100 (100 )
Visible 14 (14) Ofs 28
Diffusion 2 Min 0 (0 ) Max 100 (100 )
Visible 15 (15) Ofs 30
Definition Min 0 (0 ) Max 100 (100 )
Insert Effect 19: Spinner(Rev
Total parameters: 16 (16 visible, 0 hidden)
Visible 0 Ofs 0
LFO Rate Min 0 (1/1 Sys ) Max 116 (20.0Hz ) See Table 17
Visible 1 Ofs 2
LFO Shape Min 0 (Triangle) Max 7 (4-Step ) See Table 18
Visible 2 Ofs 4
LFO Phase Min 0 (-180deg ) Max 180 (+180deg ) See Table 16
Visible 3 Ofs 6
DDL Mod Depth Min 0 (0.0ms ) Max 20 (2.0ms )
Visible 4 Ofs 8
DDL ModCenter Min 0 (0.0ms ) Max 500 (50.0ms )
Visible 5 Ofs 10
Level Mod Min 0 (0% ) Max 100 (100% ) See Table 7
Visible 6 Ofs 12
L-to-R Mod Min 0 (0% ) Max 100 (100% ) See Table 7
Visible 7 Ofs 14
F-to-B Mod Min 0 (0% ) Max 100 (100% ) See Table 7
Visible 8 Ofs 16
Cancellation Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 9 Ofs 18
Rev Mix Min 0 (Full Dry) Max 127 (Full Wet) See Table 15
Visible 10 Ofs 20
Decay Min 0 (0.0sec ) Max 100 (10.0sec ) See Table 3
Visible 11 Ofs 22
HF Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 12 Ofs 24
HF Bandwidth Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 6
Visible 13 Ofs 26
Diffusion 1 Min 0 (0 ) Max 100 (100 )
Visible 14 Ofs 28
Diffusion 2 Min 0 (0 ) Max 100 (100 )
Visible 15 Ofs 30
Definition Min 0 (0 ) Max 100 (100 )
Insert Effect 20: DDL(Chorus
Total parameters: 22 (22 visible, 0 hidden)
Visible 0 Ofs 0
Dly1 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 1 Ofs 2
Dly1 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 2 Ofs 4
Dly1 Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
mrsysex.txt 10/10/2011 8:17 PM
Page 98 of 161
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
Visible 3 Ofs 6
Dly1 Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 4 Ofs 8
Dly1 Pan Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Visible 5 Ofs 10
Dly2 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 6 Ofs 12
Dly2 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 7 Ofs 14
Dly2 Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 8 Ofs 16
Dly2 Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 9 Ofs 18
Dly2 Pan Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Visible 10 Ofs 20
Dly3 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 11 Ofs 22
Dly3 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 12 Ofs 24
Dly3 Pan Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Visible 13 Ofs 26
Dly4 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 14 Ofs 28
Dly4 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 15 Ofs 30
Dly4 Pan Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Visible 16 Ofs 32
LFO Rate Min 0 (1/1 Sys ) Max 116 (20.0Hz ) See Table 17
Visible 17 Ofs 34
LFO Shape Min 0 (Triangle) Max 7 (4-Step ) See Table 18
Visible 18 Ofs 36
LFO Phase Min 0 (-180deg ) Max 180 (+180deg ) See Table 16
Visible 19 Ofs 38
Chorus Depth Min 0 (0.0ms ) Max 250 (25.0ms )
Visible 20 Ofs 40
ChorusCenter Min 0 (0.0ms ) Max 500 (50.0ms )
Visible 21 Ofs 42
Spread Min 0 (L<---->R) Max 10 (R<---->L) See Table 13
Insert Effect 21: DDL(Flanger
Total parameters: 23 (23 visible, 0 hidden)
Visible 0 Ofs 0
Dly1 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 1 Ofs 2
Dly1 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 2 Ofs 4
Dly1 Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 3 Ofs 6
Dly1 Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 4 Ofs 8
Dly1 Pan Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Visible 5 Ofs 10
Dly2 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 6 Ofs 12
Dly2 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 7 Ofs 14
Dly2 Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 8 Ofs 16
Dly2 Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 9 Ofs 18
Dly2 Pan Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Visible 10 Ofs 20
Dly3 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 11 Ofs 22
Dly3 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 12 Ofs 24
Dly3 Pan Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Visible 13 Ofs 26
Dly4 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 14 Ofs 28
Dly4 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 15 Ofs 30
Dly4 Pan Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Visible 16 Ofs 32
LFO Rate Min 0 (1/1 Sys ) Max 116 (20.0Hz ) See Table 17
Visible 17 Ofs 34
LFO Shape Min 0 (Triangle) Max 7 (4-Step ) See Table 18
Visible 18 Ofs 36
LFO Phase Min 0 (-180deg ) Max 180 (+180deg ) See Table 16
Visible 19 Ofs 38
Flanger Depth Min 0 (0.0ms ) Max 250 (25.0ms )
Visible 20 Ofs 40
FlangerCenter Min 0 (0.0ms ) Max 500 (50.0ms )
Visible 21 Ofs 42
Notch Depth Min 0 (0% ) Max 100 (100% ) See Table 7
Visible 22 Ofs 44
Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Insert Effect 22: DDL(Phaser
Total parameters: 23 (22 visible, 1 hidden)
Visible 0 (0) Ofs 0
Dly1 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 1 (1) Ofs 2
Dly1 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 2 (2) Ofs 4
Dly1 Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 3 (3) Ofs 6
Dly1 Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 4 (4) Ofs 8
Dly1 Pan Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
mrsysex.txt 10/10/2011 8:17 PM
Page 99 of 161
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
Visible 5 (5) Ofs 10
Dly2 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 6 (6) Ofs 12
Dly2 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 7 (7) Ofs 14
Dly2 Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 8 (8) Ofs 16
Dly2 Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 9 (9) Ofs 18
Dly2 Pan Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Visible 10 (10) Ofs 20
Dly3 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 11 (11) Ofs 22
Dly3 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 12 (12) Ofs 24
Dly3 Pan Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Visible 13 (13) Ofs 26
Dly4 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 14 (14) Ofs 28
Dly4 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 15 (15) Ofs 30
Dly4 Pan Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Visible 16 (16) Ofs 32
LFO Rate Min 0 (1/1 Sys ) Max 116 (20.0Hz ) See Table 17
Visible 17 (17) Ofs 34
LFO Shape Min 0 (Triangle) Max 7 (4-Step ) See Table 18
Visible 18 (19) Ofs 38
Phaser Depth Min 0 (0 ) Max 100 (100 )
Visible 19 (20) Ofs 40
Phaser Center Min 0 (0 ) Max 100 (100 )
Visible 20 (21) Ofs 42
Notch Depth Min 0 (0% ) Max 100 (100% ) See Table 7
Visible 21 (22) Ofs 44
Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Hidden 22 (22) Ofs 44
Feedback Min 0 (-99% ) Max 127 (-99% ) See Table 4
Insert Effect 23: DDL(EQ
Total parameters: 25 (25 visible, 0 hidden)
Visible 0 (0) Ofs 0
Dly1 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 1 (1) Ofs 2
Dly1 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 2 (2) Ofs 4
Dly1 Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 3 (3) Ofs 6
Dly1 Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 4 (4) Ofs 8
Dly1 Pan Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Visible 5 (5) Ofs 10
Dly2 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 6 (6) Ofs 12
Dly2 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 7 (7) Ofs 14
Dly2 Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 8 (8) Ofs 16
Dly2 Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 9 (9) Ofs 18
Dly2 Pan Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Visible 10 (10) Ofs 20
Dly3 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 11 (11) Ofs 22
Dly3 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 12 (12) Ofs 24
Dly3 Pan Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Visible 13 (13) Ofs 26
Dly4 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 14 (14) Ofs 28
Dly4 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 15 (15) Ofs 30
Dly4 Pan Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Visible 16 (16) Ofs 32
EQ Input Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 17 (18) Ofs 36
LoShelf Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 18 (19) Ofs 38
LoShelf Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 19 (22) Ofs 44
Mid 1 Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 20 (23) Ofs 46
Mid 1 Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 21 (24) Ofs 48
Mid 1 Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 22 (20) Ofs 40
HiShelf Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 23 (21) Ofs 42
HiShelf Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 24 (17) Ofs 34
EQ Output Min 0 (Off ) Max 124 (+24dB ) See Table 1
Insert Effect 24: Multi-Tap DDL
Total parameters: 23 (23 visible, 0 hidden)
Visible 0 (0) Ofs 0
EQ Input Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 1 (2) Ofs 4
Mid 1 Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 2 (3) Ofs 6
Mid 1 Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 3 (4) Ofs 8
Mid 1 Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
mrsysex.txt 10/10/2011 8:17 PM
Page 100 of 161
5501
5502
5503
5504
5505
5506
5507
5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
Visible 4 (1) Ofs 2
EQ Output Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 5 (5) Ofs 10
Diffusion 1 Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 6 (6) Ofs 12
Diffus Time 1 Min 0 (0ms ) Max 62 (62ms )
Visible 7 (7) Ofs 14
Diffusion 2 Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 8 (8) Ofs 16
Diffus Time 2 Min 0 (0ms ) Max 62 (62ms )
Visible 9 (9) Ofs 18
Diffusion 3 Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 10 (10) Ofs 20
Diffus Time 3 Min 0 (0ms ) Max 62 (62ms )
Visible 11 (11) Ofs 22
Diffusion 4 Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 12 (12) Ofs 24
Diffus Time 4 Min 0 (0ms ) Max 62 (62ms )
Visible 13 (13) Ofs 26
Dly Interval Min 0 (Uniform ) Max 5 (Random ) See Table 19
Visible 14 (14) Ofs 28
MaxDlyTime Min 0 (1/1 Sys ) Max 511 (500ms )
Visible 15 (15) Ofs 30
Dly Smoothing Min 0 (50us ) Max 58 (10.0s ) See Table 10
Visible 16 (16) Ofs 32
Feedback Tap Min 1 (1 ) Max 9 (9 )
Visible 17 (17) Ofs 34
Dly Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 18 (18) Ofs 36
Dly Damping Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 19 (19) Ofs 38
Dly Levels Min 0 (Uniform ) Max 5 (Random ) See Table 19
Visible 20 (20) Ofs 40
Dly Max Level Min 0 (0 ) Max 100 (100 )
Visible 21 (21) Ofs 42
Dly Pan Min 0 (Centered) Max 6 (Random ) See Table 20
Visible 22 (22) Ofs 44
Dly Spread Min 0 (0 ) Max 100 (100 )
Insert Effect 25: Dist(Chorus
Total parameters: 26 (26 visible, 0 hidden)
Visible 0 (2) Ofs 4
Dist LPF Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 1 (5) Ofs 10
Dist Offset Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 2 (0) Ofs 0
Dist Gain Min 0 (Off ) Max 148 (+48dB ) See Table 1
Visible 3 (6) Ofs 12
Dist Curve Min 0 (Soft ) Max 4 (Buzz ) See Table 21
Visible 4 (1) Ofs 2
Dist Volume Min 0 (Off ) Max 100 (0dB ) See Table 22
Visible 5 (3) Ofs 6
Post VCF Fc Min 0 (10Hz ) Max 94 (7.10kHz ) See Table 2
Visible 6 (4) Ofs 8
Post VCF Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 7 (7) Ofs 14
Dist Dry Lev Min 0 (Off ) Max 100 (0.0dB ) See Table 11
Visible 8 (8) Ofs 16
EQ Input Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 9 (10) Ofs 20
LoShelf Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 10 (11) Ofs 22
LoShelf Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 11 (14) Ofs 28
Mid 1 Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 12 (15) Ofs 30
Mid 1 Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 13 (16) Ofs 32
Mid 1 Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 14 (17) Ofs 34
Mid 2 Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 15 (18) Ofs 36
Mid 2 Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 16 (19) Ofs 38
Mid 2 Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 17 (12) Ofs 24
HiShelf Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 18 (13) Ofs 26
HiShelf Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 19 (9) Ofs 18
EQ Output Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 20 (20) Ofs 40
LFO Rate Min 0 (1/1 Sys ) Max 116 (20.0Hz ) See Table 17
Visible 21 (21) Ofs 42
LFO Shape Min 0 (Triangle) Max 7 (4-Step ) See Table 18
Visible 22 (22) Ofs 44
LFO Phase Min 0 (-180deg ) Max 180 (+180deg ) See Table 16
Visible 23 (23) Ofs 46
Chorus Depth Min 0 (0.0ms ) Max 250 (25.0ms )
Visible 24 (24) Ofs 48
ChorusCenter Min 0 (0.0ms ) Max 500 (50.0ms )
Visible 25 (25) Ofs 50
Spread Min 0 (L<---->R) Max 10 (R<---->L) See Table 13
Insert Effect 26: Dist(Flanger
Total parameters: 27 (27 visible, 0 hidden)
Visible 0 (2) Ofs 4
Dist LPF Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 1 (5) Ofs 10
Dist Offset Min 0 (-99% ) Max 127 (+99% ) See Table 4
mrsysex.txt 10/10/2011 8:17 PM
Page 101 of 161
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
Visible 2 (0) Ofs 0
Dist Gain Min 0 (Off ) Max 148 (+48dB ) See Table 1
Visible 3 (6) Ofs 12
Dist Curve Min 0 (Soft ) Max 4 (Buzz ) See Table 21
Visible 4 (1) Ofs 2
Dist Volume Min 0 (Off ) Max 100 (0dB ) See Table 22
Visible 5 (3) Ofs 6
Post VCF Fc Min 0 (10Hz ) Max 94 (7.10kHz ) See Table 2
Visible 6 (4) Ofs 8
Post VCF Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 7 (7) Ofs 14
Dist Dry Lev Min 0 (Off ) Max 100 (0.0dB ) See Table 11
Visible 8 (8) Ofs 16
EQ Input Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 9 (10) Ofs 20
LoShelf Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 10 (11) Ofs 22
LoShelf Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 11 (14) Ofs 28
Mid 1 Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 12 (15) Ofs 30
Mid 1 Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 13 (16) Ofs 32
Mid 1 Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 14 (17) Ofs 34
Mid 2 Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 15 (18) Ofs 36
Mid 2 Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 16 (19) Ofs 38
Mid 2 Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 17 (12) Ofs 24
HiShelf Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 18 (13) Ofs 26
HiShelf Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 19 (9) Ofs 18
EQ Output Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 20 (20) Ofs 40
LFO Rate Min 0 (1/1 Sys ) Max 116 (20.0Hz ) See Table 17
Visible 21 (21) Ofs 42
LFO Shape Min 0 (Triangle) Max 7 (4-Step ) See Table 18
Visible 22 (22) Ofs 44
LFO Phase Min 0 (-180deg ) Max 180 (+180deg ) See Table 16
Visible 23 (23) Ofs 46
Flanger Depth Min 0 (0.0ms ) Max 250 (25.0ms )
Visible 24 (24) Ofs 48
FlangerCenter Min 0 (0.0ms ) Max 500 (50.0ms )
Visible 25 (25) Ofs 50
Notch Depth Min 0 (0% ) Max 100 (100% ) See Table 7
Visible 26 (26) Ofs 52
Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Insert Effect 27: Dist(Phaser
Total parameters: 27 (26 visible, 1 hidden)
Visible 0 (2) Ofs 4
Dist LPF Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 1 (5) Ofs 10
Dist Offset Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 2 (0) Ofs 0
Dist Gain Min 0 (Off ) Max 148 (+48dB ) See Table 1
Visible 3 (6) Ofs 12
Dist Curve Min 0 (Soft ) Max 4 (Buzz ) See Table 21
Visible 4 (1) Ofs 2
Dist Volume Min 0 (Off ) Max 100 (0dB ) See Table 22
Visible 5 (3) Ofs 6
Post VCF Fc Min 0 (10Hz ) Max 94 (7.10kHz ) See Table 2
Visible 6 (4) Ofs 8
Post VCF Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 7 (7) Ofs 14
Dist Dry Lev Min 0 (Off ) Max 100 (0.0dB ) See Table 11
Visible 8 (8) Ofs 16
EQ Input Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 9 (10) Ofs 20
LoShelf Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 10 (11) Ofs 22
LoShelf Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 11 (14) Ofs 28
Mid 1 Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 12 (15) Ofs 30
Mid 1 Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 13 (16) Ofs 32
Mid 1 Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 14 (17) Ofs 34
Mid 2 Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 15 (18) Ofs 36
Mid 2 Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 16 (19) Ofs 38
Mid 2 Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 17 (12) Ofs 24
HiShelf Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 18 (13) Ofs 26
HiShelf Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 19 (9) Ofs 18
EQ Output Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 20 (20) Ofs 40
LFO Rate Min 0 (1/1 Sys ) Max 116 (20.0Hz ) See Table 17
Visible 21 (21) Ofs 42
LFO Shape Min 0 (Triangle) Max 7 (4-Step ) See Table 18
Visible 22 (23) Ofs 46
Phaser Depth Min 0 (0 ) Max 100 (100 )
Visible 23 (24) Ofs 48
Phaser Center Min 0 (0 ) Max 100 (100 )
Visible 24 (25) Ofs 50
Notch Depth Min 0 (0% ) Max 100 (100% ) See Table 7
Visible 25 (26) Ofs 52
Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
mrsysex.txt 10/10/2011 8:17 PM
Page 102 of 161
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
Hidden 26 (26) Ofs 52
Feedback Min 0 (-99% ) Max 127 (-99% ) See Table 4
Insert Effect 28: Dist(AutoWah
Total parameters: 13 (13 visible, 0 hidden)
Visible 0 (4) Ofs 8
Pre HPF Fc Min 0 (10Hz ) Max 60 (1.50kHz ) See Table 2
Visible 1 (5) Ofs 10
Pre VCF Fc Min 0 (10Hz ) Max 94 (7.10kHz ) See Table 2
Visible 2 (6) Ofs 12
Pre VCF Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 3 (7) Ofs 14
PreVCF EnvAmt Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 4 (0) Ofs 0
Dist Gain Min 0 (Off ) Max 148 (+48dB ) See Table 1
Visible 5 (1) Ofs 2
Dist Volume Min 0 (Off ) Max 100 (0dB ) See Table 22
Visible 6 (12) Ofs 24
Distortion Min 0 (On ) Max 1 (Off ) See Table 23
Visible 7 (9) Ofs 18
Post VCF Fc Min 0 (10Hz ) Max 94 (7.10kHz ) See Table 2
Visible 8 (10) Ofs 20
Post VCF Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 9 (11) Ofs 22
PostVCF EnvAmt Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 10 (2) Ofs 4
VCF Attack Min 0 (50us ) Max 58 (10.0s ) See Table 10
Visible 11 (3) Ofs 6
VCF Release Min 0 (50us ) Max 58 (10.0s ) See Table 10
Visible 12 (8) Ofs 16
Post HPF Fc Min 0 (10Hz ) Max 60 (1.50kHz ) See Table 2
Insert Effect 29: ResVCF(DDL
Total parameters: 19 (19 visible, 0 hidden)
Visible 0 Ofs 0
VCF Input Min 0 (Off ) Max 100 (0.0dB ) See Table 1
Visible 1 Ofs 2
VCF Fc Min 0 (10Hz ) Max 94 (7.10kHz ) See Table 2
Visible 2 Ofs 4
VCF Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 3 Ofs 6
ADSR Attack Min 0 (50us ) Max 58 (10.0s ) See Table 10
Visible 4 Ofs 8
ADSR Decay Min 0 (50us ) Max 58 (10.0s ) See Table 10
Visible 5 Ofs 10
ADSR Sustain Min 0 (Off ) Max 100 (0.0dB ) See Table 1
Visible 6 Ofs 12
ADSR Release Min 0 (50us ) Max 58 (10.0s ) See Table 10
Visible 7 Ofs 14
ADSR Env Amt Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 8 Ofs 16
ADSR TrigMode Min 0 (Single ) Max 1 (Multi ) See Table 24
Visible 9 Ofs 18
Dly1 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 10 Ofs 20
Dly1 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 11 Ofs 22
Dly1 Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 12 Ofs 24
Dly1 Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 13 Ofs 26
Dly1 Pan Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Visible 14 Ofs 28
Dly2 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 15 Ofs 30
Dly2 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 16 Ofs 32
Dly2 Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 17 Ofs 34
Dly2 Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 18 Ofs 36
Dly2 Pan Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Insert Effect 30: Dist(VCF(DDL
Total parameters: 31 (31 visible, 0 hidden)
Visible 0 (2) Ofs 4
Dist LPF Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 1 (5) Ofs 10
Dist Offset Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 2 (0) Ofs 0
Dist Gain Min 0 (Off ) Max 148 (+48dB ) See Table 1
Visible 3 (6) Ofs 12
Dist Curve Min 0 (Soft ) Max 4 (Buzz ) See Table 21
Visible 4 (1) Ofs 2
Dist Volume Min 0 (Off ) Max 100 (0dB ) See Table 22
Visible 5 (3) Ofs 6
Post VCF Fc Min 0 (10Hz ) Max 94 (7.10kHz ) See Table 2
Visible 6 (4) Ofs 8
Post VCF Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 7 (7) Ofs 14
Dist Dry Lev Min 0 (Off ) Max 100 (0.0dB ) See Table 11
Visible 8 (9) Ofs 18
Mid 1 Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 9 (10) Ofs 20
Mid 1 Q Min 10 (1.0 ) Max 400 (40.0 )
mrsysex.txt 10/10/2011 8:17 PM
Page 103 of 161
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
Visible 10 (11) Ofs 22
Mid 1 Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 11 (8) Ofs 16
EQ Output Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 12 (12) Ofs 24
VCF Input Min 0 (Off ) Max 100 (0.0dB ) See Table 1
Visible 13 (13) Ofs 26
VCF Fc Min 0 (10Hz ) Max 94 (7.10kHz ) See Table 2
Visible 14 (14) Ofs 28
VCF Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 15 (15) Ofs 30
ADSR Attack Min 0 (50us ) Max 58 (10.0s ) See Table 10
Visible 16 (16) Ofs 32
ADSR Decay Min 0 (50us ) Max 58 (10.0s ) See Table 10
Visible 17 (17) Ofs 34
ADSR Sustain Min 0 (Off ) Max 100 (0.0dB ) See Table 1
Visible 18 (18) Ofs 36
ADSR Release Min 0 (50us ) Max 58 (10.0s ) See Table 10
Visible 19 (19) Ofs 38
ADSR Env Amt Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 20 (30) Ofs 60
ADSR TrigMode Min 0 (Single ) Max 1 (Multi ) See Table 24
Visible 21 (20) Ofs 40
Dly1 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 22 (21) Ofs 42
Dly1 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 23 (22) Ofs 44
Dly1 Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 24 (23) Ofs 46
Dly1 Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 25 (24) Ofs 48
Dly1 Pan Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Visible 26 (25) Ofs 50
Dly2 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 27 (26) Ofs 52
Dly2 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 28 (27) Ofs 54
Dly2 Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 29 (28) Ofs 56
Dly2 Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 30 (29) Ofs 58
Dly2 Pan Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Insert Effect 31: Pitch Detuner
Total parameters: 16 (16 visible, 0 hidden)
Visible 0 Ofs 0
Voice1 Semi Min 0 (-24 semi) Max 48 (+24 semi) See Table 25
Visible 1 Ofs 2
Voice1 Fine Min 0 (-100cent) Max 200 (+100cent) See Table 26
Visible 2 Ofs 4
Voice1 Level Min 0 (Off ) Max 100 (0.0dB ) See Table 1
Visible 3 Ofs 6
Voice1 Regen Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 4 Ofs 8
Voice1 Width Min 1 (1ms ) Max 185 (185ms )
Visible 5 Ofs 10
Voice1 Mod Min 0 (0% ) Max 100 (100% ) See Table 7
Visible 6 Ofs 12
Voice2 Semi Min 0 (-24 semi) Max 48 (+24 semi) See Table 25
Visible 7 Ofs 14
Voice2 Fine Min 0 (-100cent) Max 200 (+100cent) See Table 26
Visible 8 Ofs 16
Voice2 Level Min 0 (Off ) Max 100 (0.0dB ) See Table 1
Visible 9 Ofs 18
Voice2 Regen Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 10 Ofs 20
Voice2 Width Min 1 (1ms ) Max 185 (185ms )
Visible 11 Ofs 22
Voice2 Mod Min 0 (0% ) Max 100 (100% ) See Table 7
Visible 12 Ofs 24
LFO Rate Min 0 (1/1 Sys ) Max 116 (20.0Hz ) See Table 17
Visible 13 Ofs 26
LFO Shape Min 0 (Triangle) Max 7 (4-Step ) See Table 18
Visible 14 Ofs 28
LFO Phase Min 0 (-180deg ) Max 180 (+180deg ) See Table 16
Visible 15 Ofs 30
Regen Time Min 0 (1/1 Sys ) Max 196 (185ms )
Insert Effect 32: Chatter Box
Total parameters: 20 (20 visible, 0 hidden)
Visible 0 Ofs 0
VCF Input Min 0 (Off ) Max 100 (0.0dB ) See Table 1
Visible 1 Ofs 2
VCF Dry Amt Min 0 (Off ) Max 100 (0.0dB ) See Table 1
Visible 2 Ofs 4
Shape 1 Min 0 ('A' ) Max 29 ('Z' ) See Table 27
Visible 3 Ofs 6
Shape 2 Min 0 ('A' ) Max 29 ('Z' ) See Table 27
Visible 4 Ofs 8
Shape 3 Min 0 ('A' ) Max 29 ('Z' ) See Table 27
Visible 5 Ofs 10
Shape 4 Min 0 ('A' ) Max 29 ('Z' ) See Table 27
Visible 6 Ofs 12
FormantWarp Min 12 (-12 semi) Max 36 (+12 semi) See Table 25
Visible 7 Ofs 14
AutoPan Depth Min 0 (0% ) Max 100 (100% ) See Table 7
Visible 8 Ofs 16
LFO Rate Min 0 (1/1 Sys ) Max 116 (20.0Hz ) See Table 17
Visible 9 Ofs 18
LFO Shape Min 0 (Triangle) Max 7 (4-Step ) See Table 18
mrsysex.txt 10/10/2011 8:17 PM
Page 104 of 161
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
Visible 10 Ofs 20
LFO 2 Rate Min 0 (1/1 Sys ) Max 116 (20.0Hz ) See Table 17
Visible 11 Ofs 22
LFO 2 Shape Min 0 (Triangle) Max 7 (4-Step ) See Table 18
Visible 12 Ofs 24
Dly1 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 13 Ofs 26
Dly1 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 14 Ofs 28
Dly1 Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 15 Ofs 30
Dly1 Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 16 Ofs 32
Dly2 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 17 Ofs 34
Dly2 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 18 Ofs 36
Dly2 Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 19 Ofs 38
Dly2 Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Insert Effect 33: Formant Morph
Total parameters: 25 (25 visible, 0 hidden)
Visible 0 Ofs 0
Dist Gain Min 0 (Off ) Max 148 (+48dB ) See Table 1
Visible 1 Ofs 2
Dist Volume Min 0 (Off ) Max 100 (0dB ) See Table 22
Visible 2 Ofs 4
Dist LPF Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 3 Ofs 6
Post VCF Fc Min 0 (10Hz ) Max 94 (7.10kHz ) See Table 2
Visible 4 Ofs 8
Post VCF Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 5 Ofs 10
Dist Offset Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 6 Ofs 12
Dist Curve Min 0 (Soft ) Max 4 (Buzz ) See Table 21
Visible 7 Ofs 14
Dist Dry Lev Min 0 (Off ) Max 100 (0.0dB ) See Table 11
Visible 8 Ofs 16
VCF Input Min 0 (Off ) Max 100 (0.0dB ) See Table 1
Visible 9 Ofs 18
VCF Dry Amt Min 0 (Off ) Max 100 (0.0dB ) See Table 1
Visible 10 Ofs 20
Shape 1 Min 0 ('A' ) Max 29 ('Z' ) See Table 27
Visible 11 Ofs 22
Shape 2 Min 0 ('A' ) Max 29 ('Z' ) See Table 27
Visible 12 Ofs 24
FormantWarp Min 12 (-12 semi) Max 36 (+12 semi) See Table 25
Visible 13 Ofs 26
AutoPan Depth Min 0 (0% ) Max 100 (100% ) See Table 7
Visible 14 Ofs 28
LFO Rate Min 0 (1/1 Sys ) Max 116 (20.0Hz ) See Table 17
Visible 15 Ofs 30
LFO Shape Min 0 (Triangle) Max 7 (4-Step ) See Table 18
Visible 16 Ofs 32
LFO Phase Min 0 (-180deg ) Max 180 (+180deg ) See Table 16
Visible 17 Ofs 34
Dly1 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 18 Ofs 36
Dly1 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 19 Ofs 38
Dly1 Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 20 Ofs 40
Dly1 Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 21 Ofs 42
Dly2 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 22 Ofs 44
Dly2 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 23 Ofs 46
Dly2 Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 24 Ofs 48
Dly2 Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Insert Effect 34: Rotary Speaker
Total parameters: 32 (32 visible, 0 hidden)
Visible 0 (2) Ofs 4
Dist LPF Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 1 (5) Ofs 10
Dist Offset Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 2 (0) Ofs 0
Dist Gain Min 0 (Off ) Max 148 (+48dB ) See Table 1
Visible 3 (6) Ofs 12
Dist Curve Min 0 (Soft ) Max 4 (Buzz ) See Table 21
Visible 4 (1) Ofs 2
Dist Volume Min 0 (Off ) Max 100 (0dB ) See Table 22
Visible 5 (3) Ofs 6
Post VCF Fc Min 0 (10Hz ) Max 94 (7.10kHz ) See Table 2
Visible 6 (4) Ofs 8
Post VCF Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 7 (7) Ofs 14
Dist Dry Lev Min 0 (Off ) Max 100 (0.0dB ) See Table 11
Visible 8 (9) Ofs 18
Mid 1 Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 9 (10) Ofs 20
Mid 1 Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 10 (11) Ofs 22
Mid 1 Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 11 (8) Ofs 16
EQ Output Min 0 (Off ) Max 124 (+24dB ) See Table 1
mrsysex.txt 10/10/2011 8:17 PM
Page 105 of 161
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
5830
Visible 12 (14) Ofs 28
Speed Min 0 (Slow ) Max 1 (Fast ) See Table 28
Visible 13 (15) Ofs 30
Spread Min 0 (Stereo ) Max 1 (Mono ) See Table 29
Visible 14 (12) Ofs 24
Crossover Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 15 (13) Ofs 26
Lo Hi Bal Min 0 (Full <Lo) Max 127 (Full >Hi) See Table 30
Visible 16 (30) Ofs 60
Rotor Mix Min 0 (Full Dry) Max 127 (Full Wet) See Table 15
Visible 17 (16) Ofs 32
Hi Inertia Min 0 (100ms ) Max 30 (10.0s ) See Table 31
Visible 18 (17) Ofs 34
Hi Slow Min 0 (0.0Hz ) Max 50 (10.0Hz ) See Table 32
Visible 19 (18) Ofs 36
Hi Fast Min 0 (0.0Hz ) Max 50 (10.0Hz ) See Table 32
Visible 20 (19) Ofs 38
Hi FM Min Min 0 (0 ) Max 100 (100 )
Visible 21 (20) Ofs 40
Hi FM Max Min 0 (0 ) Max 100 (100 )
Visible 22 (21) Ofs 42
Hi AM Min Min 0 (0 ) Max 100 (100 )
Visible 23 (22) Ofs 44
Hi AM Max Min 0 (0 ) Max 100 (100 )
Visible 24 (23) Ofs 46
Lo Inertia Min 0 (100ms ) Max 30 (10.0s ) See Table 31
Visible 25 (24) Ofs 48
Lo Slow Min 0 (0.0Hz ) Max 50 (10.0Hz ) See Table 32
Visible 26 (25) Ofs 50
Lo Fast Min 0 (0.0Hz ) Max 50 (10.0Hz ) See Table 32
Visible 27 (26) Ofs 52
Lo FM Min Min 0 (0 ) Max 100 (100 )
Visible 28 (27) Ofs 54
Lo FM Max Min 0 (0 ) Max 100 (100 )
Visible 29 (28) Ofs 56
Lo AM Min Min 0 (0 ) Max 100 (100 )
Visible 30 (29) Ofs 58
Lo AM Max Min 0 (0 ) Max 100 (100 )
Visible 31 (31) Ofs 62
Speed Control Min 0 (Normal ) Max 1 (Toggle ) See Table 33
Insert Effect 35: Tunable Spkr
Total parameters: 14 (14 visible, 0 hidden)
Visible 0 (2) Ofs 4
Pre HP Fc Min 0 (10Hz ) Max 60 (1.50kHz ) See Table 2
Visible 1 (0) Ofs 0
EQ Input Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 2 (5) Ofs 10
Mid 1 Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 3 (6) Ofs 12
Mid 1 Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 4 (7) Ofs 14
Mid 1 Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 5 (8) Ofs 16
Mid 2 Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 6 (9) Ofs 18
Mid 2 Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 7 (10) Ofs 20
Mid 2 Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 8 (11) Ofs 22
Mid 3 Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 9 (12) Ofs 24
Mid 3 Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 10 (13) Ofs 26
Mid 3 Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 11 (1) Ofs 2
EQ Output Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 12 (4) Ofs 8
HPF Cutoff Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 13 (3) Ofs 6
LPF Cutoff Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Insert Effect 36: Guitar Amp
Total parameters: 31 (31 visible, 0 hidden)
Visible 0 (4) Ofs 8
Pre HP Fc Min 0 (10Hz ) Max 60 (1.50kHz ) See Table 2
Visible 1 (7) Ofs 14
Pre EQ Trim Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 2 (8) Ofs 16
Pre EQ Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 3 (9) Ofs 18
Pre EQ Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 4 (10) Ofs 20
Pre EQ Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 5 (0) Ofs 0
Preamp Gain Min 0 (Off ) Max 148 (+48dB ) See Table 1
Visible 6 (1) Ofs 2
Master Level Min 0 (Off ) Max 100 (0dB ) See Table 22
Visible 7 (6) Ofs 12
Tube Bias Min 0 (0 ) Max 100 (100 )
Visible 8 (2) Ofs 4
Bias Attack Min 0 (50us ) Max 58 (10.0s ) See Table 10
Visible 9 (3) Ofs 6
Bias Release Min 0 (50us ) Max 58 (10.0s ) See Table 10
Visible 10 (5) Ofs 10
Post HP Fc Min 0 (10Hz ) Max 60 (1.50kHz ) See Table 2
Visible 11 (12) Ofs 24
Amp BassGain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 12 (14) Ofs 28
Amp Mid1 Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
mrsysex.txt 10/10/2011 8:17 PM
Page 106 of 161
5831
5832
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
5884
5885
Visible 13 (15) Ofs 30
Amp Mid1 Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 14 (16) Ofs 32
Amp Mid1Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 15 (17) Ofs 34
Amp Mid2 Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 16 (18) Ofs 36
Amp Mid2 Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 17 (19) Ofs 38
Amp Mid2Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 18 (13) Ofs 26
Amp TrebGain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 19 (11) Ofs 22
PostEQ Level Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 20 (20) Ofs 40
Speaker LPF Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 21 (21) Ofs 42
Gate Thresh Min 0 (-96.0dB ) Max 96 (0.0dB ) See Table 9
Visible 22 (22) Ofs 44
Gate Hysteresis Min 0 (0dB ) Max 48 (48dB )
Visible 23 (23) Ofs 46
Dly1 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 24 (24) Ofs 48
Dly1 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 25 (25) Ofs 50
Dly1 Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 26 (26) Ofs 52
Dly1 Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 27 (27) Ofs 54
Dly1 Pan Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Visible 28 (28) Ofs 56
Dly2 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 29 (29) Ofs 58
Dly2 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 30 (30) Ofs 60
Dly2 Pan Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Insert Effect 37: Dist(DDL(Trem
Total parameters: 31 (31 visible, 0 hidden)
Visible 0 (2) Ofs 4
Dist LPF Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 1 (5) Ofs 10
Dist Offset Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 2 (0) Ofs 0
Dist Gain Min 0 (Off ) Max 148 (+48dB ) See Table 1
Visible 3 (6) Ofs 12
Dist Curve Min 0 (Soft ) Max 4 (Buzz ) See Table 21
Visible 4 (1) Ofs 2
Dist Volume Min 0 (Off ) Max 100 (0dB ) See Table 22
Visible 5 (3) Ofs 6
Post VCF Fc Min 0 (10Hz ) Max 94 (7.10kHz ) See Table 2
Visible 6 (4) Ofs 8
Post VCF Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 7 (7) Ofs 14
Dist Dry Lev Min 0 (Off ) Max 100 (0.0dB ) See Table 11
Visible 8 (9) Ofs 18
LoShelf Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 9 (11) Ofs 22
Mid 1 Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 10 (12) Ofs 24
Mid 1 Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 11 (13) Ofs 26
Mid 1 Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 12 (14) Ofs 28
Mid 2 Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 13 (15) Ofs 30
Mid 2 Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 14 (16) Ofs 32
Mid 2 Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 15 (10) Ofs 20
HiShelf Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 16 (8) Ofs 16
EQ Output Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 17 (17) Ofs 34
Dly1 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 18 (18) Ofs 36
Dly1 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 19 (19) Ofs 38
Dly1 Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 20 (20) Ofs 40
Dly1 Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 21 (21) Ofs 42
Dly1 Pan Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Visible 22 (22) Ofs 44
Dly2 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 23 (23) Ofs 46
Dly2 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 24 (24) Ofs 48
Dly2 Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 25 (25) Ofs 50
Dly2 Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 26 (26) Ofs 52
Dly2 Pan Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Visible 27 (27) Ofs 54
LFO Rate Min 0 (1/1 Sys ) Max 116 (20.0Hz ) See Table 17
Visible 28 (28) Ofs 56
LFO Shape Min 0 (Triangle) Max 7 (4-Step ) See Table 18
Visible 29 (29) Ofs 58
LFO Phase Min 0 (-180deg ) Max 180 (+180deg ) See Table 16
Visible 30 (30) Ofs 60
LFO Depth Min 0 (Full Dry) Max 127 (Full Wet) See Table 15
Insert Effect 38: Comp(Dist(DDL
mrsysex.txt 10/10/2011 8:17 PM
Page 107 of 161
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
5906
5907
5908
5909
5910
5911
5912
5913
5914
5915
5916
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
Total parameters: 32 (32 visible, 0 hidden)
Visible 0 (0) Ofs 0
Comp Ratio Min 0 (1.0:1 ) Max 34 (INF:1 ) See Table 34
Visible 1 (1) Ofs 2
Comp Attack Min 0 (50us ) Max 58 (10.0s ) See Table 10
Visible 2 (2) Ofs 4
Comp Release Min 0 (50us ) Max 58 (10.0s ) See Table 10
Visible 3 (3) Ofs 6
Comp Thresh Min 0 (-96.0dB ) Max 96 (0.0dB ) See Table 9
Visible 4 (4) Ofs 8
Comp Output Min 0 (Off ) Max 148 (+48dB ) See Table 1
Visible 5 (5) Ofs 10
Gate Thresh Min 0 (-96.0dB ) Max 96 (0.0dB ) See Table 9
Visible 6 (6) Ofs 12
Gate Hysteresis Min 0 (0dB ) Max 48 (48dB )
Visible 7 (9) Ofs 18
Dist LPF Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 8 (12) Ofs 24
Dist Offset Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 9 (7) Ofs 14
Dist Gain Min 0 (Off ) Max 148 (+48dB ) See Table 1
Visible 10 (13) Ofs 26
Dist Curve Min 0 (Soft ) Max 4 (Buzz ) See Table 21
Visible 11 (8) Ofs 16
Dist Volume Min 0 (Off ) Max 100 (0dB ) See Table 22
Visible 12 (10) Ofs 20
Post VCF Fc Min 0 (10Hz ) Max 94 (7.10kHz ) See Table 2
Visible 13 (11) Ofs 22
Post VCF Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 14 (14) Ofs 28
Dist Dry Lev Min 0 (Off ) Max 100 (0.0dB ) See Table 11
Visible 15 (16) Ofs 32
LoShelf Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 16 (18) Ofs 36
Mid 1 Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 17 (19) Ofs 38
Mid 1 Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 18 (20) Ofs 40
Mid 1 Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 19 (21) Ofs 42
Mid 2 Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 20 (22) Ofs 44
Mid 2 Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 21 (23) Ofs 46
Mid 2 Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 22 (17) Ofs 34
HiShelf Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 23 (15) Ofs 30
EQ Output Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 24 (24) Ofs 48
Dly1 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 25 (25) Ofs 50
Dly1 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 26 (26) Ofs 52
Dly1 Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 27 (27) Ofs 54
Dly1 Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 28 (28) Ofs 56
Dly1 Pan Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Visible 29 (29) Ofs 58
Dly2 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 30 (30) Ofs 60
Dly2 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 31 (31) Ofs 62
Dly2 Pan Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Insert Effect 39: EQ(Comp(Gate
Total parameters: 23 (23 visible, 0 hidden)
Visible 0 (0) Ofs 0
EQ Input Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 1 (2) Ofs 4
LoShelf Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 2 (3) Ofs 6
LoShelf Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 3 (6) Ofs 12
Mid 1 Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 4 (7) Ofs 14
Mid 1 Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 5 (8) Ofs 16
Mid 1 Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 6 (9) Ofs 18
Mid 2 Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 7 (10) Ofs 20
Mid 2 Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 8 (11) Ofs 22
Mid 2 Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 9 (4) Ofs 8
HiShelf Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 10 (5) Ofs 10
HiShelf Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 11 (1) Ofs 2
EQ Output Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 12 (12) Ofs 24
Comp PreDelay Min 0 (0ms ) Max 100 (100ms )
Visible 13 (13) Ofs 26
Comp Ratio Min 0 (1.0:1 ) Max 34 (INF:1 ) See Table 34
Visible 14 (14) Ofs 28
Comp Attack Min 0 (50us ) Max 58 (10.0s ) See Table 10
Visible 15 (15) Ofs 30
Comp Release Min 0 (50us ) Max 58 (10.0s ) See Table 10
Visible 16 (16) Ofs 32
Comp Thresh Min 0 (-96.0dB ) Max 96 (0.0dB ) See Table 9
mrsysex.txt 10/10/2011 8:17 PM
Page 108 of 161
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
5954
5955
5956
5957
5958
5959
5960
5961
5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
5972
5973
5974
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984
5985
5986
5987
5988
5989
5990
5991
5992
5993
5994
5995
Visible 17 (17) Ofs 34
Comp Output Min 0 (Off ) Max 148 (+48dB ) See Table 1
Visible 18 (21) Ofs 42
Gate Thresh Min 0 (-96.0dB ) Max 96 (0.0dB ) See Table 9
Visible 19 (22) Ofs 44
Gate Hysteresis Min 0 (0dB ) Max 48 (48dB )
Visible 20 (18) Ofs 36
Gate Attack Min 0 (50us ) Max 58 (10.0s ) See Table 10
Visible 21 (19) Ofs 38
Gate Release Min 0 (50us ) Max 58 (10.0s ) See Table 10
Visible 22 (20) Ofs 40
Gate Hold Min 0 (50us ) Max 58 (10.0s ) See Table 10
Insert Effect 40: EQ(Chorus(DDL
Total parameters: 32 (32 visible, 0 hidden)
Visible 0 (0) Ofs 0
EQ Input Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 1 (2) Ofs 4
LoShelf Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 2 (3) Ofs 6
LoShelf Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 3 (6) Ofs 12
Mid 1 Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 4 (7) Ofs 14
Mid 1 Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 5 (8) Ofs 16
Mid 1 Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 6 (9) Ofs 18
Mid 2 Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 7 (10) Ofs 20
Mid 2 Q Min 10 (1.0 ) Max 400 (40.0 )
Visible 8 (11) Ofs 22
Mid 2 Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 9 (4) Ofs 8
HiShelf Fc Min 0 (10Hz ) Max 121 (20.0kHz ) See Table 2
Visible 10 (5) Ofs 10
HiShelf Gain Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 11 (1) Ofs 2
EQ Output Min 0 (Off ) Max 124 (+24dB ) See Table 1
Visible 12 (31) Ofs 62
Dry Blend Min 0 (Full Dry) Max 127 (Full Wet) See Table 15
Visible 13 (12) Ofs 24
LFO Rate Min 0 (0.0Hz ) Max 105 (20.0Hz ) See Table 12
Visible 14 (13) Ofs 26
Chorus Depth Min 0 (0.0ms ) Max 250 (25.0ms )
Visible 15 (14) Ofs 28
Chorus Center Min 0 (0.0ms ) Max 500 (50.0ms )
Visible 16 (15) Ofs 30
Dly1 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 17 (16) Ofs 32
Dly1 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 18 (17) Ofs 34
Dly1 Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 19 (18) Ofs 36
Dly1 Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 20 (19) Ofs 38
Dly1 Pan Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Visible 21 (20) Ofs 40
Dly2 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 22 (21) Ofs 42
Dly2 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 23 (22) Ofs 44
Dly2 Feedback Min 0 (-99% ) Max 127 (+99% ) See Table 4
Visible 24 (23) Ofs 46
Dly2 Damping Min 0 (100Hz ) Max 127 (21.2kHz ) See Table 5
Visible 25 (24) Ofs 48
Dly2 Pan Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Visible 26 (25) Ofs 50
Dly3 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 27 (26) Ofs 52
Dly3 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 28 (27) Ofs 54
Dly3 Pan Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Visible 29 (28) Ofs 56
Dly4 Time Min 0 (1/1 Sys ) Max 641 (630ms )
Visible 30 (29) Ofs 58
Dly4 Level Min 0 (Off ) Max 124 (+12.0dB ) See Table 11
Visible 31 (30) Ofs 60
Dly4 Pan Min 0 (Full <L ) Max 127 (Full >R ) See Table 8
Display Table #1
00h = OFF
01h = -49.5dB
02h = -49.0dB
03h = -48.5dB
04h = -48.0dB
05h = -47.5dB
06h = -47.0dB
07h = -46.5dB
08h = -46.0dB
09h = -45.5dB
mrsysex.txt 10/10/2011 8:17 PM
Page 109 of 161
5996
5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042
6043
6044
6045
6046
6047
6048
6049
6050
0Ah = -45.0dB
0Bh = -44.5dB
0Ch = -44.0dB
0Dh = -43.5dB
0Eh = -43.0dB
0Fh = -42.5dB
10h = -42.0dB
11h = -41.5dB
12h = -41.0dB
13h = -40.5dB
14h = -40.0dB
15h = -39.5dB
16h = -39.0dB
17h = -38.5dB
18h = -38.0dB
19h = -37.5dB
1Ah = -37.0dB
1Bh = -36.5dB
1Ch = -36.0dB
1Dh = -35.5dB
1Eh = -35.0dB
1Fh = -34.5dB
20h = -34.0dB
21h = -33.5dB
22h = -33.0dB
23h = -32.5dB
24h = -32.0dB
25h = -31.5dB
26h = -31.0dB
27h = -30.5dB
28h = -30.0dB
29h = -29.5dB
2Ah = -29.0dB
2Bh = -28.5dB
2Ch = -28.0dB
2Dh = -27.5dB
2Eh = -27.0dB
2Fh = -26.5dB
30h = -26.0dB
31h = -25.5dB
32h = -25.0dB
33h = -24.5dB
34h = -24.0dB
35h = -23.5dB
36h = -23.0dB
37h = -22.5dB
38h = -22.0dB
39h = -21.5dB
3Ah = -21.0dB
3Bh = -20.5dB
3Ch = -20.0dB
3Dh = -19.5dB
3Eh = -19.0dB
3Fh = -18.5dB
40h = -18.0dB
mrsysex.txt 10/10/2011 8:17 PM
Page 110 of 161
6051
6052
6053
6054
6055
6056
6057
6058
6059
6060
6061
6062
6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
6093
6094
6095
6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
41h = -17.5dB
42h = -17.0dB
43h = -16.5dB
44h = -16.0dB
45h = -15.5dB
46h = -15.0dB
47h = -14.5dB
48h = -14.0dB
49h = -13.5dB
4Ah = -13.0dB
4Bh = -12.5dB
4Ch = -12.0dB
4Dh = -11.5dB
4Eh = -11.0dB
4Fh = -10.5dB
50h = -10.0dB
51h = -09.5dB
52h = -09.0dB
53h = -08.5dB
54h = -08.0dB
55h = -07.5dB
56h = -07.0dB
57h = -06.5dB
58h = -06.0dB
59h = -05.5dB
5Ah = -05.0dB
5Bh = -04.5dB
5Ch = -04.0dB
5Dh = -03.5dB
5Eh = -03.0dB
5Fh = -02.5dB
60h = -02.0dB
61h = -01.5dB
62h = -01.0dB
63h = -00.5dB
64h = 00.0dB
65h = +01.0dB
66h = +02.0dB
67h = +03.0dB
68h = +04.0dB
69h = +05.0dB
6Ah = +06.0dB
6Bh = +07.0dB
6Ch = +08.0dB
6Dh = +09.0dB
6Eh = +10.0dB
6Fh = +11.0dB
70h = +12.0dB
71h = +13.0dB
72h = +14.0dB
73h = +15.0dB
74h = +16.0dB
75h = +17.0dB
76h = +18.0dB
77h = +19.0dB
mrsysex.txt 10/10/2011 8:17 PM
Page 111 of 161
6106
6107
6108
6109
6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
6124
6125
6126
6127
6128
6129
6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
6140
6141
6142
6143
6144
6145
6146
6147
6148
6149
6150
6151
6152
6153
6154
6155
6156
6157
6158
6159
6160
78h = +20.0dB
79h = +21.0dB
7Ah = +22.0dB
7Bh = +23.0dB
7Ch = +24.0dB
7Dh = +25.0dB
7Eh = +26.0dB
7Fh = +27.0dB
80h = +28.0dB
81h = +29.0dB
82h = +30.0dB
83h = +31.0dB
84h = +32.0dB
85h = +33.0dB
86h = +34.0dB
87h = +35.0dB
88h = +36.0dB
89h = +37.0dB
8Ah = +38.0dB
8Bh = +39.0dB
8Ch = +40.0dB
8Dh = +41.0dB
8Eh = +42.0dB
8Fh = +43.0dB
90h = +44.0dB
91h = +45.0dB
92h = +46.0dB
93h = +47.0dB
94h = +48.0dB
Display Table #2
00h = 10Hz
01h = 11Hz
02h = 12Hz
03h = 14Hz
04h = 16Hz
05h = 18Hz
06h = 20Hz
07h = 22Hz
08h = 25Hz
09h = 28Hz
0Ah = 32Hz
0Bh = 35Hz
0Ch = 40Hz
0Dh = 45Hz
0Eh = 50Hz
0Fh = 56Hz
10h = 63Hz
11h = 71Hz
12h = 80Hz
13h = 90Hz
14h = 100Hz
15h = 112Hz
16h = 125Hz
mrsysex.txt 10/10/2011 8:17 PM
Page 112 of 161
6161
6162
6163
6164
6165
6166
6167
6168
6169
6170
6171
6172
6173
6174
6175
6176
6177
6178
6179
6180
6181
6182
6183
6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
6194
6195
6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
6211
6212
6213
6214
6215
17h = 140Hz
18h = 160Hz
19h = 180Hz
1Ah = 200Hz
1Bh = 224Hz
1Ch = 250Hz
1Dh = 280Hz
1Eh = 315Hz
1Fh = 355Hz
20h = 400Hz
21h = 425Hz
22h = 450Hz
23h = 475Hz
24h = 500Hz
25h = 530Hz
26h = 560Hz
27h = 600Hz
28h = 630Hz
29h = 650Hz
2Ah = 670Hz
2Bh = 710Hz
2Ch = 750Hz
2Dh = 800Hz
2Eh = 825Hz
2Fh = 850Hz
30h = 875Hz
31h = 900Hz
32h = 925Hz
33h = 950Hz
34h = 980Hz
35h = 1.00kHz
36h = 1.06kHz
37h = 1.12kHz
38h = 1.18kHz
39h = 1.25kHz
3Ah = 1.32kHz
3Bh = 1.40kHz
3Ch = 1.50kHz
3Dh = 1.60kHz
3Eh = 1.70kHz
3Fh = 1.80kHz
40h = 1.90kHz
41h = 2.00kHz
42h = 2.12kHz
43h = 2.24kHz
44h = 2.36kHz
45h = 2.50kHz
46h = 2.65kHz
47h = 2.80kHz
48h = 3.00kHz
49h = 3.15kHz
4Ah = 3.35kHz
4Bh = 3.55kHz
4Ch = 3.75kHz
4Dh = 4.00kHz
mrsysex.txt 10/10/2011 8:17 PM
Page 113 of 161
6216
6217
6218
6219
6220
6221
6222
6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
6249
6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261
6262
6263
6264
6265
6266
6267
6268
6269
6270
4Eh = 4.12kHz
4Fh = 4.25kHz
50h = 4.50kHz
51h = 4.75kHz
52h = 5.00kHz
53h = 5.15kHz
54h = 5.30kHz
55h = 5.45kHz
56h = 5.60kHz
57h = 5.75kHz
58h = 6.00kHz
59h = 6.15kHz
5Ah = 6.30kHz
5Bh = 6.50kHz
5Ch = 6.70kHz
5Dh = 6.90kHz
5Eh = 7.10kHz
5Fh = 7.30kHz
60h = 7.50kHz
61h = 7.75kHz
62h = 8.00kHz
63h = 8.25kHz
64h = 8.50kHz
65h = 8.75kHz
66h = 9.00kHz
67h = 9.25kHz
68h = 9.50kHz
69h = 9.80kHz
6Ah = 10.0kHz
6Bh = 10.3kHz
6Ch = 10.6kHz
6Dh = 10.9kHz
6Eh = 11.2kHz
6Fh = 11.8kHz
70h = 12.2kHz
71h = 12.6kHz
72h = 13.2kHz
73h = 14.0kHz
74h = 15.0kHz
75h = 16.0kHz
76h = 17.0kHz
77h = 18.0kHz
78h = 19.0kHz
79h = 20.0kHz
Display Table #3
00h = 0.0sec
01h = 0.1sec
02h = 0.2sec
03h = 0.3sec
04h = 0.4sec
05h = 0.5sec
06h = 0.6sec
07h = 0.7sec
mrsysex.txt 10/10/2011 8:17 PM
Page 114 of 161
6271
6272
6273
6274
6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
6292
6293
6294
6295
6296
6297
6298
6299
6300
6301
6302
6303
6304
6305
6306
6307
6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
6324
6325
08h = 0.8sec
09h = 0.9sec
0Ah = 1.0sec
0Bh = 1.1sec
0Ch = 1.2sec
0Dh = 1.3sec
0Eh = 1.4sec
0Fh = 1.5sec
10h = 1.6sec
11h = 1.7sec
12h = 1.8sec
13h = 1.9sec
14h = 2.0sec
15h = 2.1sec
16h = 2.2sec
17h = 2.3sec
18h = 2.4sec
19h = 2.5sec
1Ah = 2.6sec
1Bh = 2.7sec
1Ch = 2.8sec
1Dh = 2.9sec
1Eh = 3.0sec
1Fh = 3.1sec
20h = 3.2sec
21h = 3.3sec
22h = 3.4sec
23h = 3.5sec
24h = 3.6sec
25h = 3.7sec
26h = 3.8sec
27h = 3.9sec
28h = 4.0sec
29h = 4.1sec
2Ah = 4.2sec
2Bh = 4.3sec
2Ch = 4.4sec
2Dh = 4.5sec
2Eh = 4.6sec
2Fh = 4.7sec
30h = 4.8sec
31h = 4.9sec
32h = 5.0sec
33h = 5.1sec
34h = 5.2sec
35h = 5.3sec
36h = 5.4sec
37h = 5.5sec
38h = 5.6sec
39h = 5.7sec
3Ah = 5.8sec
3Bh = 5.9sec
3Ch = 6.0sec
3Dh = 6.1sec
3Eh = 6.2sec
mrsysex.txt 10/10/2011 8:17 PM
Page 115 of 161
6326
6327
6328
6329
6330
6331
6332
6333
6334
6335
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345
6346
6347
6348
6349
6350
6351
6352
6353
6354
6355
6356
6357
6358
6359
6360
6361
6362
6363
6364
6365
6366
6367
6368
6369
6370
6371
6372
6373
6374
6375
6376
6377
6378
6379
6380
3Fh = 6.3sec
40h = 6.4sec
41h = 6.5sec
42h = 6.6sec
43h = 6.7sec
44h = 6.8sec
45h = 6.9sec
46h = 7.0sec
47h = 7.1sec
48h = 7.2sec
49h = 7.3sec
4Ah = 7.4sec
4Bh = 7.5sec
4Ch = 7.6sec
4Dh = 7.7sec
4Eh = 7.8sec
4Fh = 7.9sec
50h = 8.0sec
51h = 8.1sec
52h = 8.2sec
53h = 8.3sec
54h = 8.4sec
55h = 8.5sec
56h = 8.6sec
57h = 8.7sec
58h = 8.8sec
59h = 8.9sec
5Ah = 9.0sec
5Bh = 9.1sec
5Ch = 9.2sec
5Dh = 9.3sec
5Eh = 9.4sec
5Fh = 9.5sec
60h = 9.6sec
61h = 9.7sec
62h = 9.8sec
63h = 9.9sec
64h = 10.0sec
Display Table #4
00h = -99%
01h = -98%
02h = -97%
03h = -96%
04h = -95%
05h = -94%
06h = -93%
07h = -92%
08h = -91%
09h = -90%
0Ah = -88%
0Bh = -86%
0Ch = -84%
0Dh = -82%
mrsysex.txt 10/10/2011 8:17 PM
Page 116 of 161
6381
6382
6383
6384
6385
6386
6387
6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
6412
6413
6414
6415
6416
6417
6418
6419
6420
6421
6422
6423
6424
6425
6426
6427
6428
6429
6430
6431
6432
6433
6434
6435
0Eh = -80%
0Fh = -78%
10h = -76%
11h = -74%
12h = -72%
13h = -70%
14h = -68%
15h = -66%
16h = -64%
17h = -62%
18h = -60%
19h = -58%
1Ah = -56%
1Bh = -54%
1Ch = -52%
1Dh = -50%
1Eh = -48%
1Fh = -46%
20h = -44%
21h = -42%
22h = -40%
23h = -38%
24h = -36%
25h = -34%
26h = -32%
27h = -30%
28h = -28%
29h = -26%
2Ah = -24%
2Bh = -22%
2Ch = -20%
2Dh = -19%
2Eh = -18%
2Fh = -17%
30h = -16%
31h = -15%
32h = -14%
33h = -13%
34h = -12%
35h = -11%
36h = -10%
37h = -09%
38h = -08%
39h = -07%
3Ah = -06%
3Bh = -05%
3Ch = -04%
3Dh = -03%
3Eh = -02%
3Fh = -01%
40h = 00%
41h = +01%
42h = +02%
43h = +03%
44h = +04%
mrsysex.txt 10/10/2011 8:17 PM
Page 117 of 161
6436
6437
6438
6439
6440
6441
6442
6443
6444
6445
6446
6447
6448
6449
6450
6451
6452
6453
6454
6455
6456
6457
6458
6459
6460
6461
6462
6463
6464
6465
6466
6467
6468
6469
6470
6471
6472
6473
6474
6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
45h = +05%
46h = +06%
47h = +07%
48h = +08%
49h = +09%
4Ah = +10%
4Bh = +11%
4Ch = +12%
4Dh = +13%
4Eh = +14%
4Fh = +15%
50h = +16%
51h = +17%
52h = +18%
53h = +19%
54h = +20%
55h = +22%
56h = +24%
57h = +26%
58h = +28%
59h = +30%
5Ah = +32%
5Bh = +34%
5Ch = +36%
5Dh = +38%
5Eh = +40%
5Fh = +42%
60h = +44%
61h = +46%
62h = +48%
63h = +50%
64h = +52%
65h = +54%
66h = +56%
67h = +58%
68h = +60%
69h = +62%
6Ah = +64%
6Bh = +66%
6Ch = +68%
6Dh = +70%
6Eh = +72%
6Fh = +74%
70h = +76%
71h = +78%
72h = +80%
73h = +82%
74h = +84%
75h = +86%
76h = +88%
77h = +90%
78h = +92%
79h = +93%
7Ah = +94%
7Bh = +95%
mrsysex.txt 10/10/2011 8:17 PM
Page 118 of 161
6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
6511
6512
6513
6514
6515
6516
6517
6518
6519
6520
6521
6522
6523
6524
6525
6526
6527
6528
6529
6530
6531
6532
6533
6534
6535
6536
6537
6538
6539
6540
6541
6542
6543
6544
6545
7Ch = +96%
7Dh = +97%
7Eh = +98%
7Fh = +99%
Display Table #5
00h = 100Hz
01h = 200Hz
02h = 300Hz
03h = 400Hz
04h = 500Hz
05h = 600Hz
06h = 700Hz
07h = 800Hz
08h = 900Hz
09h = 1.0kHz
0Ah = 1.1kHz
0Bh = 1.2kHz
0Ch = 1.3kHz
0Dh = 1.4kHz
0Eh = 1.5kHz
0Fh = 1.6kHz
10h = 1.7kHz
11h = 1.8kHz
12h = 1.9kHz
13h = 2.0kHz
14h = 2.1kHz
15h = 2.2kHz
16h = 2.3kHz
17h = 2.4kHz
18h = 2.5kHz
19h = 2.6kHz
1Ah = 2.7kHz
1Bh = 2.8kHz
1Ch = 2.9kHz
1Dh = 3.0kHz
1Eh = 3.1kHz
1Fh = 3.2kHz
20h = 3.3kHz
21h = 3.4kHz
22h = 3.5kHz
23h = 3.6kHz
24h = 3.7kHz
25h = 3.8kHz
26h = 3.9kHz
27h = 4.0kHz
28h = 4.1kHz
29h = 4.2kHz
2Ah = 4.3kHz
2Bh = 4.4kHz
2Ch = 4.6kHz
2Dh = 4.8kHz
2Eh = 5.0kHz
2Fh = 5.2kHz
mrsysex.txt 10/10/2011 8:17 PM
Page 119 of 161
6546
6547
6548
6549
6550
6551
6552
6553
6554
6555
6556
6557
6558
6559
6560
6561
6562
6563
6564
6565
6566
6567
6568
6569
6570
6571
6572
6573
6574
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584
6585
6586
6587
6588
6589
6590
6591
6592
6593
6594
6595
6596
6597
6598
6599
6600
30h = 5.4kHz
31h = 5.6kHz
32h = 5.8kHz
33h = 6.0kHz
34h = 6.2kHz
35h = 6.4kHz
36h = 6.6kHz
37h = 6.8kHz
38h = 7.0kHz
39h = 7.2kHz
3Ah = 7.4kHz
3Bh = 7.6kHz
3Ch = 7.8kHz
3Dh = 8.0kHz
3Eh = 8.2kHz
3Fh = 8.4kHz
40h = 8.6kHz
41h = 8.8kHz
42h = 9.0kHz
43h = 9.2kHz
44h = 9.4kHz
45h = 9.6kHz
46h = 9.8kHz
47h = 10.0kHz
48h = 10.2kHz
49h = 10.4kHz
4Ah = 10.6kHz
4Bh = 10.8kHz
4Ch = 11.0kHz
4Dh = 11.2kHz
4Eh = 11.4kHz
4Fh = 11.6kHz
50h = 11.8kHz
51h = 12.0kHz
52h = 12.2kHz
53h = 12.4kHz
54h = 12.6kHz
55h = 12.8kHz
56h = 13.0kHz
57h = 13.2kHz
58h = 13.4kHz
59h = 13.6kHz
5Ah = 13.8kHz
5Bh = 14.0kHz
5Ch = 14.2kHz
5Dh = 14.4kHz
5Eh = 14.6kHz
5Fh = 14.8kHz
60h = 15.0kHz
61h = 15.2kHz
62h = 15.4kHz
63h = 15.6kHz
64h = 15.8kHz
65h = 16.0kHz
66h = 16.2kHz
mrsysex.txt 10/10/2011 8:17 PM
Page 120 of 161
6601
6602
6603
6604
6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
6618
6619
6620
6621
6622
6623
6624
6625
6626
6627
6628
6629
6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
6649
6650
6651
6652
6653
6654
6655
67h = 16.4kHz
68h = 16.6kHz
69h = 16.8kHz
6Ah = 17.0kHz
6Bh = 17.2kHz
6Ch = 17.4kHz
6Dh = 17.6kHz
6Eh = 17.8kHz
6Fh = 18.0kHz
70h = 18.2kHz
71h = 18.4kHz
72h = 18.6kHz
73h = 18.8kHz
74h = 19.0kHz
75h = 19.2kHz
76h = 19.4kHz
77h = 19.6kHz
78h = 19.8kHz
79h = 20.0kHz
7Ah = 20.2kHz
7Bh = 20.4kHz
7Ch = 20.6kHz
7Dh = 20.8kHz
7Eh = 21.0kHz
7Fh = 21.2kHz
Display Table #6
00h = 100Hz
01h = 200Hz
02h = 300Hz
03h = 400Hz
04h = 500Hz
05h = 600Hz
06h = 700Hz
07h = 800Hz
08h = 900Hz
09h = 1.0kHz
0Ah = 1.1kHz
0Bh = 1.2kHz
0Ch = 1.3kHz
0Dh = 1.4kHz
0Eh = 1.5kHz
0Fh = 1.6kHz
10h = 1.7kHz
11h = 1.8kHz
12h = 1.9kHz
13h = 2.0kHz
14h = 2.1kHz
15h = 2.2kHz
16h = 2.3kHz
17h = 2.4kHz
18h = 2.5kHz
19h = 2.6kHz
1Ah = 2.7kHz
mrsysex.txt 10/10/2011 8:17 PM
Page 121 of 161
6656
6657
6658
6659
6660
6661
6662
6663
6664
6665
6666
6667
6668
6669
6670
6671
6672
6673
6674
6675
6676
6677
6678
6679
6680
6681
6682
6683
6684
6685
6686
6687
6688
6689
6690
6691
6692
6693
6694
6695
6696
6697
6698
6699
6700
6701
6702
6703
6704
6705
6706
6707
6708
6709
6710
1Bh = 2.8kHz
1Ch = 2.9kHz
1Dh = 3.0kHz
1Eh = 3.1kHz
1Fh = 3.2kHz
20h = 3.3kHz
21h = 3.4kHz
22h = 3.5kHz
23h = 3.6kHz
24h = 3.7kHz
25h = 3.8kHz
26h = 3.9kHz
27h = 4.0kHz
28h = 4.1kHz
29h = 4.2kHz
2Ah = 4.3kHz
2Bh = 4.4kHz
2Ch = 4.6kHz
2Dh = 4.8kHz
2Eh = 5.0kHz
2Fh = 5.2kHz
30h = 5.4kHz
31h = 5.6kHz
32h = 5.8kHz
33h = 6.0kHz
34h = 6.2kHz
35h = 6.4kHz
36h = 6.6kHz
37h = 6.8kHz
38h = 7.0kHz
39h = 7.2kHz
3Ah = 7.4kHz
3Bh = 7.6kHz
3Ch = 7.8kHz
3Dh = 8.0kHz
3Eh = 8.2kHz
3Fh = 8.4kHz
40h = 8.6kHz
41h = 8.8kHz
42h = 9.0kHz
43h = 9.2kHz
44h = 9.4kHz
45h = 9.6kHz
46h = 9.8kHz
47h = 10.0kHz
48h = 10.2kHz
49h = 10.4kHz
4Ah = 10.6kHz
4Bh = 10.8kHz
4Ch = 11.0kHz
4Dh = 11.2kHz
4Eh = 11.4kHz
4Fh = 11.6kHz
50h = 11.8kHz
51h = 12.0kHz
mrsysex.txt 10/10/2011 8:17 PM
Page 122 of 161
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
6751
6752
6753
6754
6755
6756
6757
6758
6759
6760
6761
6762
6763
6764
6765
52h = 12.2kHz
53h = 12.4kHz
54h = 12.6kHz
55h = 12.8kHz
56h = 13.0kHz
57h = 13.2kHz
58h = 13.4kHz
59h = 13.6kHz
5Ah = 13.8kHz
5Bh = 14.0kHz
5Ch = 14.2kHz
5Dh = 14.4kHz
5Eh = 14.6kHz
5Fh = 14.8kHz
60h = 15.0kHz
61h = 15.2kHz
62h = 15.4kHz
63h = 15.6kHz
64h = 15.8kHz
65h = 16.0kHz
66h = 16.2kHz
67h = 16.4kHz
68h = 16.6kHz
69h = 16.8kHz
6Ah = 17.0kHz
6Bh = 17.2kHz
6Ch = 17.4kHz
6Dh = 17.6kHz
6Eh = 17.8kHz
6Fh = 18.0kHz
70h = 18.2kHz
71h = 18.4kHz
72h = 18.6kHz
73h = 18.8kHz
74h = 19.0kHz
75h = 19.2kHz
76h = 19.4kHz
77h = 19.6kHz
78h = 19.8kHz
79h = 20.0kHz
7Ah = 20.2kHz
7Bh = 20.4kHz
7Ch = 20.6kHz
7Dh = 20.8kHz
7Eh = 21.0kHz
7Fh = 21.2kHz
Display Table #7
00h = 00%
01h = 01%
02h = 02%
03h = 03%
04h = 04%
05h = 05%
mrsysex.txt 10/10/2011 8:17 PM
Page 123 of 161
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777
6778
6779
6780
6781
6782
6783
6784
6785
6786
6787
6788
6789
6790
6791
6792
6793
6794
6795
6796
6797
6798
6799
6800
6801
6802
6803
6804
6805
6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
6816
6817
6818
6819
6820
06h = 06%
07h = 07%
08h = 08%
09h = 09%
0Ah = 10%
0Bh = 11%
0Ch = 12%
0Dh = 13%
0Eh = 14%
0Fh = 15%
10h = 16%
11h = 17%
12h = 18%
13h = 19%
14h = 20%
15h = 21%
16h = 22%
17h = 23%
18h = 24%
19h = 25%
1Ah = 26%
1Bh = 27%
1Ch = 28%
1Dh = 29%
1Eh = 30%
1Fh = 31%
20h = 32%
21h = 33%
22h = 34%
23h = 35%
24h = 36%
25h = 37%
26h = 38%
27h = 39%
28h = 40%
29h = 41%
2Ah = 42%
2Bh = 43%
2Ch = 44%
2Dh = 45%
2Eh = 46%
2Fh = 47%
30h = 48%
31h = 49%
32h = 50%
33h = 51%
34h = 52%
35h = 53%
36h = 54%
37h = 55%
38h = 56%
39h = 57%
3Ah = 58%
3Bh = 59%
3Ch = 60%
mrsysex.txt 10/10/2011 8:17 PM
Page 124 of 161
6821
6822
6823
6824
6825
6826
6827
6828
6829
6830
6831
6832
6833
6834
6835
6836
6837
6838
6839
6840
6841
6842
6843
6844
6845
6846
6847
6848
6849
6850
6851
6852
6853
6854
6855
6856
6857
6858
6859
6860
6861
6862
6863
6864
6865
6866
6867
6868
6869
6870
6871
6872
6873
6874
6875
3Dh = 61%
3Eh = 62%
3Fh = 63%
40h = 64%
41h = 65%
42h = 66%
43h = 67%
44h = 68%
45h = 69%
46h = 70%
47h = 71%
48h = 72%
49h = 73%
4Ah = 74%
4Bh = 75%
4Ch = 76%
4Dh = 77%
4Eh = 78%
4Fh = 79%
50h = 80%
51h = 81%
52h = 82%
53h = 83%
54h = 84%
55h = 85%
56h = 86%
57h = 87%
58h = 88%
59h = 89%
5Ah = 90%
5Bh = 91%
5Ch = 92%
5Dh = 93%
5Eh = 94%
5Fh = 95%
60h = 96%
61h = 97%
62h = 98%
63h = 99%
64h = 100%
Display Table #8
00h = Full Left
01h = 99% Left
02h = 98% Left
03h = 96% Left
04h = 94% Left
05h = 92% Left
06h = 90% Left
07h = 88% Left
08h = 86% Left
09h = 84% Left
0Ah = 82% Left
0Bh = 80% Left
mrsysex.txt 10/10/2011 8:17 PM
Page 125 of 161
6876
6877
6878
6879
6880
6881
6882
6883
6884
6885
6886
6887
6888
6889
6890
6891
6892
6893
6894
6895
6896
6897
6898
6899
6900
6901
6902
6903
6904
6905
6906
6907
6908
6909
6910
6911
6912
6913
6914
6915
6916
6917
6918
6919
6920
6921
6922
6923
6924
6925
6926
6927
6928
6929
6930
0Ch = 78% Left
0Dh = 76% Left
0Eh = 74% Left
0Fh = 72% Left
10h = 70% Left
11h = 68% Left
12h = 66% Left
13h = 64% Left
14h = 62% Left
15h = 60% Left
16h = 58% Left
17h = 56% Left
18h = 54% Left
19h = 52% Left
1Ah = 50% Left
1Bh = 48% Left
1Ch = 46% Left
1Dh = 44% Left
1Eh = 42% Left
1Fh = 40% Left
20h = 38% Left
21h = 36% Left
22h = 34% Left
23h = 32% Left
24h = 30% Left
25h = 28% Left
26h = 26% Left
27h = 25% Left
28h = 24% Left
29h = 23% Left
2Ah = 22% Left
2Bh = 21% Left
2Ch = 20% Left
2Dh = 29% Left
2Eh = 18% Left
2Fh = 17% Left
30h = 16% Left
31h = 15% Left
32h = 14% Left
33h = 13% Left
34h = 12% Left
35h = 11% Left
36h = 10% Left
37h = 09% Left
38h = 08% Left
39h = 07% Left
3Ah = 06% Left
3Bh = 05% Left
3Ch = 04% Left
3Dh = 03% Left
3Eh = 02% Left
3Fh = 01% Left
40h = Center
41h = 01% Right
42h = 02% Right
mrsysex.txt 10/10/2011 8:17 PM
Page 126 of 161
6931
6932
6933
6934
6935
6936
6937
6938
6939
6940
6941
6942
6943
6944
6945
6946
6947
6948
6949
6950
6951
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961
6962
6963
6964
6965
6966
6967
6968
6969
6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
43h = 03% Right
44h = 04% Right
45h = 05% Right
46h = 06% Right
47h = 07% Right
48h = 08% Right
49h = 09% Right
4Ah = 10% Right
4Bh = 11% Right
4Ch = 12% Right
4Dh = 13% Right
4Eh = 14% Right
4Fh = 15% Right
50h = 16% Right
51h = 17% Right
52h = 18% Right
53h = 19% Right
54h = 20% Right
55h = 21% Right
56h = 22% Right
57h = 23% Right
58h = 24% Right
59h = 25% Right
5Ah = 26% Right
5Bh = 28% Right
5Ch = 30% Right
5Dh = 32% Right
5Eh = 34% Right
5Fh = 36% Right
60h = 38% Right
61h = 40% Right
62h = 42% Right
63h = 44% Right
64h = 46% Right
65h = 48% Right
66h = 50% Right
67h = 52% Right
68h = 54% Right
69h = 56% Right
6Ah = 58% Right
6Bh = 60% Right
6Ch = 62% Right
6Dh = 64% Right
6Eh = 66% Right
6Fh = 68% Right
70h = 70% Right
71h = 72% Right
72h = 74% Right
73h = 76% Right
74h = 78% Right
75h = 80% Right
76h = 82% Right
77h = 84% Right
78h = 86% Right
79h = 88% Right
mrsysex.txt 10/10/2011 8:17 PM
Page 127 of 161
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
7018
7019
7020
7021
7022
7023
7024
7025
7026
7027
7028
7029
7030
7031
7032
7033
7034
7035
7036
7037
7038
7039
7040
7Ah = 90% Right
7Bh = 92% Right
7Ch = 94% Right
7Dh = 96% Right
7Eh = 98% Right
7Fh = Full Right
Display Table #9
00h = -96.0dB
01h = -95.0dB
02h = -94.0dB
03h = -93.0dB
04h = -92.0dB
05h = -91.0dB
06h = -90.0dB
07h = -89.0dB
08h = -88.0dB
09h = -87.0dB
0Ah = -86.0dB
0Bh = -85.0dB
0Ch = -84.0dB
0Dh = -83.0dB
0Eh = -82.0dB
0Fh = -81.0dB
10h = -80.0dB
11h = -79.0dB
12h = -78.0dB
13h = -77.0dB
14h = -76.0dB
15h = -75.0dB
16h = -74.0dB
17h = -73.0dB
18h = -72.0dB
19h = -71.0dB
1Ah = -70.0dB
1Bh = -69.0dB
1Ch = -68.0dB
1Dh = -67.0dB
1Eh = -66.0dB
1Fh = -65.0dB
20h = -64.0dB
21h = -63.0dB
22h = -62.0dB
23h = -61.0dB
24h = -60.0dB
25h = -59.0dB
26h = -58.0dB
27h = -57.0dB
28h = -56.0dB
29h = -55.0dB
2Ah = -54.0dB
2Bh = -53.0dB
2Ch = -52.0dB
2Dh = -51.0dB
mrsysex.txt 10/10/2011 8:17 PM
Page 128 of 161
7041
7042
7043
7044
7045
7046
7047
7048
7049
7050
7051
7052
7053
7054
7055
7056
7057
7058
7059
7060
7061
7062
7063
7064
7065
7066
7067
7068
7069
7070
7071
7072
7073
7074
7075
7076
7077
7078
7079
7080
7081
7082
7083
7084
7085
7086
7087
7088
7089
7090
7091
7092
7093
7094
7095
2Eh = -50.0dB
2Fh = -49.0dB
30h = -48.0dB
31h = -47.0dB
32h = -46.0dB
33h = -45.0dB
34h = -44.0dB
35h = -43.0dB
36h = -42.0dB
37h = -41.0dB
38h = -40.0dB
39h = -39.0dB
3Ah = -38.0dB
3Bh = -37.0dB
3Ch = -36.0dB
3Dh = -35.0dB
3Eh = -34.0dB
3Fh = -33.0dB
40h = -32.0dB
41h = -31.0dB
42h = -30.0dB
43h = -29.0dB
44h = -28.0dB
45h = -27.0dB
46h = -26.0dB
47h = -25.0dB
48h = -24.0dB
49h = -23.0dB
4Ah = -22.0dB
4Bh = -21.0dB
4Ch = -20.0dB
4Dh = -19.0dB
4Eh = -18.0dB
4Fh = -17.0dB
50h = -16.0dB
51h = -15.0dB
52h = -14.0dB
53h = -13.0dB
54h = -12.0dB
55h = -11.0dB
56h = -10.0dB
57h = -09.0dB
58h = -08.0dB
59h = -07.0dB
5Ah = -06.0dB
5Bh = -05.0dB
5Ch = -04.0dB
5Dh = -03.0dB
5Eh = -02.0dB
5Fh = -01.0dB
60h = 00.0dB
Display Table #10
00h = 50us
mrsysex.txt 10/10/2011 8:17 PM
Page 129 of 161
7096
7097
7098
7099
7100
7101
7102
7103
7104
7105
7106
7107
7108
7109
7110
7111
7112
7113
7114
7115
7116
7117
7118
7119
7120
7121
7122
7123
7124
7125
7126
7127
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
01h = 100us
02h = 200us
03h = 400us
04h = 800us
05h = 1ms
06h = 2ms
07h = 3ms
08h = 4ms
09h = 5ms
0Ah = 6ms
0Bh = 7ms
0Ch = 8ms
0Dh = 9ms
0Eh = 10ms
0Fh = 11ms
10h = 12ms
11h = 13ms
12h = 14ms
13h = 15ms
14h = 20ms
15h = 30ms
16h = 40ms
17h = 50ms
18h = 60ms
19h = 70ms
1Ah = 80ms
1Bh = 90ms
1Ch = 100ms
1Dh = 200ms
1Eh = 300ms
1Fh = 400ms
20h = 500ms
21h = 600ms
22h = 700ms
23h = 800ms
24h = 900ms
25h = 1.0s
26h = 1.1s
27h = 1.2s
28h = 1.3s
29h = 1.4s
2Ah = 1.5s
2Bh = 1.6s
2Ch = 1.7s
2Dh = 1.8s
2Eh = 1.9s
2Fh = 2.0s
30h = 2.5s
31h = 3.0s
32h = 3.5s
33h = 4.0s
34h = 4.5s
35h = 5.0s
36h = 6.0s
37h = 7.0s
mrsysex.txt 10/10/2011 8:17 PM
Page 130 of 161
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
7162
7163
7164
7165
7166
7167
7168
7169
7170
7171
7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
38h = 8.0s
39h = 9.0s
3Ah = 10.0s
Display Table #11
00h = OFF
01h = -49.5dB
02h = -49.0dB
03h = -48.5dB
04h = -48.0dB
05h = -47.5dB
06h = -47.0dB
07h = -46.5dB
08h = -46.0dB
09h = -45.5dB
0Ah = -45.0dB
0Bh = -44.5dB
0Ch = -44.0dB
0Dh = -43.5dB
0Eh = -43.0dB
0Fh = -42.5dB
10h = -42.0dB
11h = -41.5dB
12h = -41.0dB
13h = -40.5dB
14h = -40.0dB
15h = -39.5dB
16h = -39.0dB
17h = -38.5dB
18h = -38.0dB
19h = -37.5dB
1Ah = -37.0dB
1Bh = -36.5dB
1Ch = -36.0dB
1Dh = -35.5dB
1Eh = -35.0dB
1Fh = -34.5dB
20h = -34.0dB
21h = -33.5dB
22h = -33.0dB
23h = -32.5dB
24h = -32.0dB
25h = -31.5dB
26h = -31.0dB
27h = -30.5dB
28h = -30.0dB
29h = -29.5dB
2Ah = -29.0dB
2Bh = -28.5dB
2Ch = -28.0dB
2Dh = -27.5dB
2Eh = -27.0dB
2Fh = -26.5dB
30h = -26.0dB
mrsysex.txt 10/10/2011 8:17 PM
Page 131 of 161
7206
7207
7208
7209
7210
7211
7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
7242
7243
7244
7245
7246
7247
7248
7249
7250
7251
7252
7253
7254
7255
7256
7257
7258
7259
7260
31h = -25.5dB
32h = -25.0dB
33h = -24.5dB
34h = -24.0dB
35h = -23.5dB
36h = -23.0dB
37h = -22.5dB
38h = -22.0dB
39h = -21.5dB
3Ah = -21.0dB
3Bh = -20.5dB
3Ch = -20.0dB
3Dh = -19.5dB
3Eh = -19.0dB
3Fh = -18.5dB
40h = -18.0dB
41h = -17.5dB
42h = -17.0dB
43h = -16.5dB
44h = -16.0dB
45h = -15.5dB
46h = -15.0dB
47h = -14.5dB
48h = -14.0dB
49h = -13.5dB
4Ah = -13.0dB
4Bh = -12.5dB
4Ch = -12.0dB
4Dh = -11.5dB
4Eh = -11.0dB
4Fh = -10.5dB
50h = -10.0dB
51h = -09.5dB
52h = -09.0dB
53h = -08.5dB
54h = -08.0dB
55h = -07.5dB
56h = -07.0dB
57h = -06.5dB
58h = -06.0dB
59h = -05.5dB
5Ah = -05.0dB
5Bh = -04.5dB
5Ch = -04.0dB
5Dh = -03.5dB
5Eh = -03.0dB
5Fh = -02.5dB
60h = -02.0dB
61h = -01.5dB
62h = -01.0dB
63h = -00.5dB
64h = 00.0dB
65h = +00.5dB
66h = +01.0dB
67h = +01.5dB
mrsysex.txt 10/10/2011 8:17 PM
Page 132 of 161
7261
7262
7263
7264
7265
7266
7267
7268
7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
7283
7284
7285
7286
7287
7288
7289
7290
7291
7292
7293
7294
7295
7296
7297
7298
7299
7300
7301
7302
7303
7304
7305
7306
7307
7308
7309
7310
7311
7312
7313
7314
7315
68h = +02.0dB
69h = +02.5dB
6Ah = +03.0dB
6Bh = +03.5dB
6Ch = +04.0dB
6Dh = +04.5dB
6Eh = +05.0dB
6Fh = +05.5dB
70h = +06.0dB
71h = +06.5dB
72h = +07.0dB
73h = +07.5dB
74h = +08.0dB
75h = +08.5dB
76h = +09.0dB
77h = +09.5dB
78h = +10.0dB
79h = +10.5dB
7Ah = +11.0dB
7Bh = +11.5dB
7Ch = +12.0dB
7Dh = +12.5dB
7Eh = +13.0dB
7Fh = +13.5dB
Display Table #12
00h = 0.0Hz
01h = 0.1Hz
02h = 0.2Hz
03h = 0.3Hz
04h = 0.4Hz
05h = 0.5Hz
06h = 0.6Hz
07h = 0.7Hz
08h = 0.8Hz
09h = 0.9Hz
0Ah = 1.0Hz
0Bh = 1.1Hz
0Ch = 1.2Hz
0Dh = 1.3Hz
0Eh = 1.4Hz
0Fh = 1.5Hz
10h = 1.6Hz
11h = 1.7Hz
12h = 1.8Hz
13h = 1.9Hz
14h = 2.0Hz
15h = 2.1Hz
16h = 2.2Hz
17h = 2.3Hz
18h = 2.4Hz
19h = 2.5Hz
1Ah = 2.6Hz
1Bh = 2.7Hz
mrsysex.txt 10/10/2011 8:17 PM
Page 133 of 161
7316
7317
7318
7319
7320
7321
7322
7323
7324
7325
7326
7327
7328
7329
7330
7331
7332
7333
7334
7335
7336
7337
7338
7339
7340
7341
7342
7343
7344
7345
7346
7347
7348
7349
7350
7351
7352
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362
7363
7364
7365
7366
7367
7368
7369
7370
1Ch = 2.8Hz
1Dh = 2.9Hz
1Eh = 3.0Hz
1Fh = 3.1Hz
20h = 3.2Hz
21h = 3.3Hz
22h = 3.4Hz
23h = 3.5Hz
24h = 3.6Hz
25h = 3.7Hz
26h = 3.8Hz
27h = 3.9Hz
28h = 4.0Hz
29h = 4.1Hz
2Ah = 4.2Hz
2Bh = 4.3Hz
2Ch = 4.4Hz
2Dh = 4.5Hz
2Eh = 4.6Hz
2Fh = 4.7Hz
30h = 4.8Hz
31h = 4.9Hz
32h = 5.0Hz
33h = 5.1Hz
34h = 5.2Hz
35h = 5.3Hz
36h = 5.4Hz
37h = 5.5Hz
38h = 5.6Hz
39h = 5.7Hz
3Ah = 5.8Hz
3Bh = 5.9Hz
3Ch = 6.0Hz
3Dh = 6.1Hz
3Eh = 6.2Hz
3Fh = 6.3Hz
40h = 6.4Hz
41h = 6.5Hz
42h = 6.6Hz
43h = 6.7Hz
44h = 6.8Hz
45h = 6.9Hz
46h = 7.0Hz
47h = 7.1Hz
48h = 7.2Hz
49h = 7.3Hz
4Ah = 7.4Hz
4Bh = 7.5Hz
4Ch = 7.6Hz
4Dh = 7.7Hz
4Eh = 7.8Hz
4Fh = 7.9Hz
50h = 8.0Hz
51h = 8.1Hz
52h = 8.2Hz
mrsysex.txt 10/10/2011 8:17 PM
Page 134 of 161
7371
7372
7373
7374
7375
7376
7377
7378
7379
7380
7381
7382
7383
7384
7385
7386
7387
7388
7389
7390
7391
7392
7393
7394
7395
7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
7416
7417
7418
7419
7420
7421
7422
7423
7424
7425
53h = 8.3Hz
54h = 8.4Hz
55h = 8.5Hz
56h = 8.6Hz
57h = 8.7Hz
58h = 8.8Hz
59h = 8.9Hz
5Ah = 9.0Hz
5Bh = 9.1Hz
5Ch = 9.2Hz
5Dh = 9.3Hz
5Eh = 9.4Hz
5Fh = 9.5Hz
60h = 9.6Hz
61h = 9.7Hz
62h = 9.8Hz
63h = 9.9Hz
64h = 10.0Hz
65h = 12.0Hz
66h = 14.0Hz
67h = 16.0Hz
68h = 18.0Hz
69h = 20.0Hz
Display Table #13
00h = L----|----R
01h = -L---|---R-
02h = --L--|--R--
03h = ---L-|-R---
04h = ----L|R----
05h = -----M-----
06h = ----R|L----
07h = ---R-|-L---
08h = --R--|--L--
09h = -R---|---L-
0Ah = R----|----L
Display Table #14
00h = 0deg
01h = -180deg
Display Table #15
00h = Full Dry
01h = 00.5% Wet
02h = 01.0% Wet
03h = 01.5% Wet
04h = 02.0% Wet
05h = 02.8% Wet
06h = 03.6% Wet
07h = 04.4% Wet
08h = 05.2% Wet
09h = 06.0% Wet
mrsysex.txt 10/10/2011 8:17 PM
Page 135 of 161
7426
7427
7428
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
7480
0Ah = 06.8% Wet
0Bh = 07.6% Wet
0Ch = 08.4% Wet
0Dh = 09.2% Wet
0Eh = 10.0% Wet
0Fh = 10.8% Wet
10h = 11.6% Wet
11h = 12.4% Wet
12h = 13.2% Wet
13h = 14.0% Wet
14h = 14.8% Wet
15h = 15.6% Wet
16h = 16.4% Wet
17h = 17.2% Wet
18h = 18.0% Wet
19h = 18.8% Wet
1Ah = 19.6% Wet
1Bh = 20.4% Wet
1Ch = 21.2% Wet
1Dh = 22.0% Wet
1Eh = 22.8% Wet
1Fh = 23.6% Wet
20h = 24.4% Wet
21h = 25.2% Wet
22h = 26.0% Wet
23h = 26.8% Wet
24h = 27.6% Wet
25h = 28.4% Wet
26h = 29.2% Wet
27h = 30.0% Wet
28h = 30.8% Wet
29h = 31.6% Wet
2Ah = 32.4% Wet
2Bh = 33.2% Wet
2Ch = 34.0% Wet
2Dh = 34.8% Wet
2Eh = 35.6% Wet
2Fh = 36.4% Wet
30h = 37.2% Wet
31h = 38.0% Wet
32h = 38.8% Wet
33h = 39.6% Wet
34h = 40.4% Wet
35h = 41.2% Wet
36h = 42.0% Wet
37h = 42.8% Wet
38h = 43.6% Wet
39h = 44.4% Wet
3Ah = 45.2% Wet
3Bh = 46.0% Wet
3Ch = 46.8% Wet
3Dh = 47.6% Wet
3Eh = 48.4% Wet
3Fh = 49.2% Wet
40h = 50.0% Wet
mrsysex.txt 10/10/2011 8:17 PM
Page 136 of 161
7481
7482
7483
7484
7485
7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496
7497
7498
7499
7500
7501
7502
7503
7504
7505
7506
7507
7508
7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520
7521
7522
7523
7524
7525
7526
7527
7528
7529
7530
7531
7532
7533
7534
7535
41h = 50.8% Wet
42h = 51.6% Wet
43h = 52.4% Wet
44h = 53.2% Wet
45h = 54.0% Wet
46h = 54.8% Wet
47h = 55.6% Wet
48h = 56.4% Wet
49h = 57.2% Wet
4Ah = 58.0% Wet
4Bh = 58.8% Wet
4Ch = 59.6% Wet
4Dh = 60.4% Wet
4Eh = 61.2% Wet
4Fh = 62.0% Wet
50h = 62.8% Wet
51h = 63.6% Wet
52h = 64.4% Wet
53h = 65.2% Wet
54h = 66.0% Wet
55h = 66.8% Wet
56h = 67.6% Wet
57h = 68.4% Wet
58h = 69.2% Wet
59h = 70.0% Wet
5Ah = 70.8% Wet
5Bh = 71.6% Wet
5Ch = 72.4% Wet
5Dh = 73.2% Wet
5Eh = 74.0% Wet
5Fh = 74.8% Wet
60h = 75.6% Wet
61h = 76.4% Wet
62h = 77.2% Wet
63h = 78.0% Wet
64h = 78.8% Wet
65h = 79.6% Wet
66h = 80.4% Wet
67h = 81.2% Wet
68h = 82.0% Wet
69h = 82.8% Wet
6Ah = 83.6% Wet
6Bh = 84.4% Wet
6Ch = 85.2% Wet
6Dh = 86.0% Wet
6Eh = 86.8% Wet
6Fh = 87.6% Wet
70h = 88.4% Wet
71h = 89.2% Wet
72h = 90.0% Wet
73h = 90.8% Wet
74h = 91.6% Wet
75h = 92.4% Wet
76h = 93.2% Wet
77h = 94.0% Wet
mrsysex.txt 10/10/2011 8:17 PM
Page 137 of 161
7536
7537
7538
7539
7540
7541
7542
7543
7544
7545
7546
7547
7548
7549
7550
7551
7552
7553
7554
7555
7556
7557
7558
7559
7560
7561
7562
7563
7564
7565
7566
7567
7568
7569
7570
7571
7572
7573
7574
7575
7576
7577
7578
7579
7580
7581
7582
7583
7584
7585
7586
7587
7588
7589
7590
78h = 94.8% Wet
79h = 95.6% Wet
7Ah = 96.4% Wet
7Bh = 97.2% Wet
7Ch = 98.0% Wet
7Dh = 98.8% Wet
7Eh = 99.6% Wet
7Fh = Full Wet
Display Table #16
00h = -180deg
01h = -178deg
02h = -176deg
03h = -174deg
04h = -172deg
05h = -170deg
06h = -168deg
07h = -166deg
08h = -164deg
09h = -162deg
0Ah = -160deg
0Bh = -158deg
0Ch = -156deg
0Dh = -154deg
0Eh = -152deg
0Fh = -150deg
10h = -148deg
11h = -146deg
12h = -144deg
13h = -142deg
14h = -140deg
15h = -138deg
16h = -136deg
17h = -134deg
18h = -132deg
19h = -130deg
1Ah = -128deg
1Bh = -126deg
1Ch = -124deg
1Dh = -122deg
1Eh = -120deg
1Fh = -118deg
20h = -116deg
21h = -114deg
22h = -112deg
23h = -110deg
24h = -108deg
25h = -106deg
26h = -104deg
27h = -102deg
28h = -100deg
29h = -98deg
2Ah = -96deg
2Bh = -94deg
mrsysex.txt 10/10/2011 8:17 PM
Page 138 of 161
7591
7592
7593
7594
7595
7596
7597
7598
7599
7600
7601
7602
7603
7604
7605
7606
7607
7608
7609
7610
7611
7612
7613
7614
7615
7616
7617
7618
7619
7620
7621
7622
7623
7624
7625
7626
7627
7628
7629
7630
7631
7632
7633
7634
7635
7636
7637
7638
7639
7640
7641
7642
7643
7644
7645
2Ch = -92deg
2Dh = -90deg
2Eh = -88deg
2Fh = -86deg
30h = -84deg
31h = -82deg
32h = -80deg
33h = -78deg
34h = -76deg
35h = -74deg
36h = -72deg
37h = -70deg
38h = -68deg
39h = -66deg
3Ah = -64deg
3Bh = -62deg
3Ch = -60deg
3Dh = -58deg
3Eh = -56deg
3Fh = -54deg
40h = -52deg
41h = -50deg
42h = -48deg
43h = -46deg
44h = -44deg
45h = -42deg
46h = -40deg
47h = -38deg
48h = -36deg
49h = -34deg
4Ah = -32deg
4Bh = -30deg
4Ch = -28deg
4Dh = -26deg
4Eh = -24deg
4Fh = -22deg
50h = -20deg
51h = -18deg
52h = -16deg
53h = -14deg
54h = -12deg
55h = -10deg
56h = -08deg
57h = -06deg
58h = -04deg
59h = -02deg
5Ah = 00deg
5Bh = +02deg
5Ch = +04deg
5Dh = +06deg
5Eh = +08deg
5Fh = +10deg
60h = +12deg
61h = +14deg
62h = +16deg
mrsysex.txt 10/10/2011 8:17 PM
Page 139 of 161
7646
7647
7648
7649
7650
7651
7652
7653
7654
7655
7656
7657
7658
7659
7660
7661
7662
7663
7664
7665
7666
7667
7668
7669
7670
7671
7672
7673
7674
7675
7676
7677
7678
7679
7680
7681
7682
7683
7684
7685
7686
7687
7688
7689
7690
7691
7692
7693
7694
7695
7696
7697
7698
7699
7700
63h = +18deg
64h = +20deg
65h = +22deg
66h = +24deg
67h = +26deg
68h = +28deg
69h = +30deg
6Ah = +32deg
6Bh = +34deg
6Ch = +36deg
6Dh = +38deg
6Eh = +40deg
6Fh = +42deg
70h = +44deg
71h = +46deg
72h = +48deg
73h = +50deg
74h = +52deg
75h = +54deg
76h = +56deg
77h = +58deg
78h = +60deg
79h = +62deg
7Ah = +64deg
7Bh = +66deg
7Ch = +68deg
7Dh = +70deg
7Eh = +72deg
7Fh = +74deg
80h = +76deg
81h = +78deg
82h = +80deg
83h = +82deg
84h = +84deg
85h = +86deg
86h = +88deg
87h = +90deg
88h = +92deg
89h = +94deg
8Ah = +96deg
8Bh = +98deg
8Ch = +100deg
8Dh = +102deg
8Eh = +104deg
8Fh = +106deg
90h = +108deg
91h = +110deg
92h = +112deg
93h = +114deg
94h = +116deg
95h = +118deg
96h = +120deg
97h = +122deg
98h = +124deg
99h = +126deg
mrsysex.txt 10/10/2011 8:17 PM
Page 140 of 161
7701
7702
7703
7704
7705
7706
7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
7719
7720
7721
7722
7723
7724
7725
7726
7727
7728
7729
7730
7731
7732
7733
7734
7735
7736
7737
7738
7739
7740
7741
7742
7743
7744
7745
7746
7747
7748
7749
7750
7751
7752
7753
7754
7755
9Ah = +128deg
9Bh = +130deg
9Ch = +132deg
9Dh = +134deg
9Eh = +136deg
9Fh = +138deg
A0h = +140deg
A1h = +142deg
A2h = +144deg
A3h = +146deg
A4h = +148deg
A5h = +150deg
A6h = +152deg
A7h = +154deg
A8h = +156deg
A9h = +158deg
AAh = +160deg
ABh = +162deg
ACh = +164deg
ADh = +166deg
AEh = +168deg
AFh = +170deg
B0h = +172deg
B1h = +174deg
B2h = +176deg
B3h = +178deg
B4h = +180deg
Display Table #17
00h = 1/1 Sys
01h = 1/1T Sys
02h = 1/2 Sys
03h = 1/2T Sys
04h = 1/4 Sys
05h = 1/4T Sys
06h = 1/8 Sys
07h = 1/8T Sys
08h = 1/16 Sys
09h = 1/16T Sys
0Ah = 1/32 Sys
0Bh = 0.0Hz
0Ch = 0.1Hz
0Dh = 0.2Hz
0Eh = 0.3Hz
0Fh = 0.4Hz
10h = 0.5Hz
11h = 0.6Hz
12h = 0.7Hz
13h = 0.8Hz
14h = 0.9Hz
15h = 1.0Hz
16h = 1.1Hz
17h = 1.2Hz
18h = 1.3Hz
mrsysex.txt 10/10/2011 8:17 PM
Page 141 of 161
7756
7757
7758
7759
7760
7761
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
7773
7774
7775
7776
7777
7778
7779
7780
7781
7782
7783
7784
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
7800
7801
7802
7803
7804
7805
7806
7807
7808
7809
7810
19h = 1.4Hz
1Ah = 1.5Hz
1Bh = 1.6Hz
1Ch = 1.7Hz
1Dh = 1.8Hz
1Eh = 1.9Hz
1Fh = 2.0Hz
20h = 2.1Hz
21h = 2.2Hz
22h = 2.3Hz
23h = 2.4Hz
24h = 2.5Hz
25h = 2.6Hz
26h = 2.7Hz
27h = 2.8Hz
28h = 2.9Hz
29h = 3.0Hz
2Ah = 3.1Hz
2Bh = 3.2Hz
2Ch = 3.3Hz
2Dh = 3.4Hz
2Eh = 3.5Hz
2Fh = 3.6Hz
30h = 3.7Hz
31h = 3.8Hz
32h = 3.9Hz
33h = 4.0Hz
34h = 4.1Hz
35h = 4.2Hz
36h = 4.3Hz
37h = 4.4Hz
38h = 4.5Hz
39h = 4.6Hz
3Ah = 4.7Hz
3Bh = 4.8Hz
3Ch = 4.9Hz
3Dh = 5.0Hz
3Eh = 5.1Hz
3Fh = 5.2Hz
40h = 5.3Hz
41h = 5.4Hz
42h = 5.5Hz
43h = 5.6Hz
44h = 5.7Hz
45h = 5.8Hz
46h = 5.9Hz
47h = 6.0Hz
48h = 6.1Hz
49h = 6.2Hz
4Ah = 6.3Hz
4Bh = 6.4Hz
4Ch = 6.5Hz
4Dh = 6.6Hz
4Eh = 6.7Hz
4Fh = 6.8Hz
mrsysex.txt 10/10/2011 8:17 PM
Page 142 of 161
7811
7812
7813
7814
7815
7816
7817
7818
7819
7820
7821
7822
7823
7824
7825
7826
7827
7828
7829
7830
7831
7832
7833
7834
7835
7836
7837
7838
7839
7840
7841
7842
7843
7844
7845
7846
7847
7848
7849
7850
7851
7852
7853
7854
7855
7856
7857
7858
7859
7860
7861
7862
7863
7864
7865
50h = 6.9Hz
51h = 7.0Hz
52h = 7.1Hz
53h = 7.2Hz
54h = 7.3Hz
55h = 7.4Hz
56h = 7.5Hz
57h = 7.6Hz
58h = 7.7Hz
59h = 7.8Hz
5Ah = 7.9Hz
5Bh = 8.0Hz
5Ch = 8.1Hz
5Dh = 8.2Hz
5Eh = 8.3Hz
5Fh = 8.4Hz
60h = 8.5Hz
61h = 8.6Hz
62h = 8.7Hz
63h = 8.8Hz
64h = 8.9Hz
65h = 9.0Hz
66h = 9.1Hz
67h = 9.2Hz
68h = 9.3Hz
69h = 9.4Hz
6Ah = 9.5Hz
6Bh = 9.6Hz
6Ch = 9.7Hz
6Dh = 9.8Hz
6Eh = 9.9Hz
6Fh = 10.0Hz
70h = 12.0Hz
71h = 14.0Hz
72h = 16.0Hz
73h = 18.0Hz
74h = 20.0Hz
Display Table #18
00h = Triangle
01h = Sine
02h = Sawtooth
03h = Square
04h = Asymm
05h = 16-Step
06h = 8-Step
07h = 4-Step
Display Table #19
00h = Uniform
01h = Linear+
02h = Linear-
03h = Exponential+
mrsysex.txt 10/10/2011 8:17 PM
Page 143 of 161
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
7878
7879
7880
7881
7882
7883
7884
7885
7886
7887
7888
7889
7890
7891
7892
7893
7894
7895
7896
7897
7898
7899
7900
7901
7902
7903
7904
7905
7906
7907
7908
7909
7910
7911
7912
7913
7914
7915
7916
7917
7918
7919
7920
04h = Exponential-
05h = Random
Display Table #20
00h = Centered
01h = Alternating
02h = L->R
03h = R->L
04h = Center->Out
05h = Out->Center
06h = Random
Display Table #21
00h = Soft
01h = Medium 1
02h = Medium 2
03h = Hard
04h = Buzz
Display Table #22
00h = OFF
01h = -99dB
02h = -98dB
03h = -97dB
04h = -96dB
05h = -95dB
06h = -94dB
07h = -93dB
08h = -92dB
09h = -91dB
0Ah = -90dB
0Bh = -89dB
0Ch = -88dB
0Dh = -87dB
0Eh = -86dB
0Fh = -85dB
10h = -84dB
11h = -83dB
12h = -82dB
13h = -81dB
14h = -80dB
15h = -79dB
16h = -78dB
17h = -77dB
18h = -76dB
19h = -75dB
1Ah = -74dB
1Bh = -73dB
1Ch = -72dB
1Dh = -71dB
1Eh = -70dB
1Fh = -69dB
mrsysex.txt 10/10/2011 8:17 PM
Page 144 of 161
7921
7922
7923
7924
7925
7926
7927
7928
7929
7930
7931
7932
7933
7934
7935
7936
7937
7938
7939
7940
7941
7942
7943
7944
7945
7946
7947
7948
7949
7950
7951
7952
7953
7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
7969
7970
7971
7972
7973
7974
7975
20h = -68dB
21h = -67dB
22h = -66dB
23h = -65dB
24h = -64dB
25h = -63dB
26h = -62dB
27h = -61dB
28h = -60dB
29h = -59dB
2Ah = -58dB
2Bh = -57dB
2Ch = -56dB
2Dh = -55dB
2Eh = -54dB
2Fh = -53dB
30h = -52dB
31h = -51dB
32h = -50dB
33h = -49dB
34h = -48dB
35h = -47dB
36h = -46dB
37h = -45dB
38h = -44dB
39h = -43dB
3Ah = -42dB
3Bh = -41dB
3Ch = -40dB
3Dh = -39dB
3Eh = -38dB
3Fh = -37dB
40h = -36dB
41h = -35dB
42h = -34dB
43h = -33dB
44h = -32dB
45h = -31dB
46h = -30dB
47h = -29dB
48h = -28dB
49h = -27dB
4Ah = -26dB
4Bh = -25dB
4Ch = -24dB
4Dh = -23dB
4Eh = -22dB
4Fh = -21dB
50h = -20dB
51h = -19dB
52h = -18dB
53h = -17dB
54h = -16dB
55h = -15dB
56h = -14dB
mrsysex.txt 10/10/2011 8:17 PM
Page 145 of 161
7976
7977
7978
7979
7980
7981
7982
7983
7984
7985
7986
7987
7988
7989
7990
7991
7992
7993
7994
7995
7996
7997
7998
7999
8000
8001
8002
8003
8004
8005
8006
8007
8008
8009
8010
8011
8012
8013
8014
8015
8016
8017
8018
8019
8020
8021
8022
8023
8024
8025
8026
8027
8028
8029
8030
57h = -13dB
58h = -12dB
59h = -11dB
5Ah = -10dB
5Bh = -09dB
5Ch = -08dB
5Dh = -07dB
5Eh = -06dB
5Fh = -05dB
60h = -04dB
61h = -03dB
62h = -02dB
63h = -01dB
64h = 00dB
Display Table #23
00h = ON
01h = OFF
Display Table #24
00h = Single
01h = Multi
Display Table #25
00h = -24 Semi
01h = -23 Semi
02h = -22 Semi
03h = -21 Semi
04h = -20 Semi
05h = -19 Semi
06h = -18 Semi
07h = -17 Semi
08h = -16 Semi
09h = -15 Semi
0Ah = -14 Semi
0Bh = -13 Semi
0Ch = -12 Semi
0Dh = -11 Semi
0Eh = -10 Semi
0Fh = -09 Semi
10h = -08 Semi
11h = -07 Semi
12h = -06 Semi
13h = -05 Semi
14h = -04 Semi
15h = -03 Semi
16h = -02 Semi
17h = -01 Semi
18h = 00 Semi
19h = +01 Semi
1Ah = +02 Semi
1Bh = +03 Semi
mrsysex.txt 10/10/2011 8:17 PM
Page 146 of 161
8031
8032
8033
8034
8035
8036
8037
8038
8039
8040
8041
8042
8043
8044
8045
8046
8047
8048
8049
8050
8051
8052
8053
8054
8055
8056
8057
8058
8059
8060
8061
8062
8063
8064
8065
8066
8067
8068
8069
8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
8084
8085
1Ch = +04 Semi
1Dh = +05 Semi
1Eh = +06 Semi
1Fh = +07 Semi
20h = +08 Semi
21h = +09 Semi
22h = +10 Semi
23h = +11 Semi
24h = +12 Semi
25h = +13 Semi
26h = +14 Semi
27h = +15 Semi
28h = +16 Semi
29h = +17 Semi
2Ah = +18 Semi
2Bh = +19 Semi
2Ch = +20 Semi
2Dh = +21 Semi
2Eh = +22 Semi
2Fh = +23 Semi
30h = +24 Semi
Display Table #26
00h = -100Cent
01h = -99 Cent
02h = -98 Cent
03h = -97 Cent
04h = -96 Cent
05h = -95 Cent
06h = -94 Cent
07h = -93 Cent
08h = -92 Cent
09h = -91 Cent
0Ah = -90 Cent
0Bh = -89 Cent
0Ch = -88 Cent
0Dh = -87 Cent
0Eh = -86 Cent
0Fh = -85 Cent
10h = -84 Cent
11h = -83 Cent
12h = -82 Cent
13h = -81 Cent
14h = -80 Cent
15h = -79 Cent
16h = -78 Cent
17h = -77 Cent
18h = -76 Cent
19h = -75 Cent
1Ah = -74 Cent
1Bh = -73 Cent
1Ch = -72 Cent
1Dh = -71 Cent
1Eh = -70 Cent
mrsysex.txt 10/10/2011 8:17 PM
Page 147 of 161
8086
8087
8088
8089
8090
8091
8092
8093
8094
8095
8096
8097
8098
8099
8100
8101
8102
8103
8104
8105
8106
8107
8108
8109
8110
8111
8112
8113
8114
8115
8116
8117
8118
8119
8120
8121
8122
8123
8124
8125
8126
8127
8128
8129
8130
8131
8132
8133
8134
8135
8136
8137
8138
8139
8140
1Fh = -69 Cent
20h = -68 Cent
21h = -67 Cent
22h = -66 Cent
23h = -65 Cent
24h = -64 Cent
25h = -63 Cent
26h = -62 Cent
27h = -61 Cent
28h = -60 Cent
29h = -59 Cent
2Ah = -58 Cent
2Bh = -57 Cent
2Ch = -56 Cent
2Dh = -55 Cent
2Eh = -54 Cent
2Fh = -53 Cent
30h = -52 Cent
31h = -51 Cent
32h = -50 Cent
33h = -49 Cent
34h = -48 Cent
35h = -47 Cent
36h = -46 Cent
37h = -45 Cent
38h = -44 Cent
39h = -43 Cent
3Ah = -42 Cent
3Bh = -41 Cent
3Ch = -40 Cent
3Dh = -39 Cent
3Eh = -38 Cent
3Fh = -37 Cent
40h = -36 Cent
41h = -35 Cent
42h = -34 Cent
43h = -33 Cent
44h = -32 Cent
45h = -31 Cent
46h = -30 Cent
47h = -29 Cent
48h = -28 Cent
49h = -27 Cent
4Ah = -26 Cent
4Bh = -25 Cent
4Ch = -24 Cent
4Dh = -23 Cent
4Eh = -22 Cent
4Fh = -21 Cent
50h = -20 Cent
51h = -19 Cent
52h = -18 Cent
53h = -17 Cent
54h = -16 Cent
55h = -15 Cent
mrsysex.txt 10/10/2011 8:17 PM
Page 148 of 161
8141
8142
8143
8144
8145
8146
8147
8148
8149
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
8174
8175
8176
8177
8178
8179
8180
8181
8182
8183
8184
8185
8186
8187
8188
8189
8190
8191
8192
8193
8194
8195
56h = -14 Cent
57h = -13 Cent
58h = -12 Cent
59h = -11 Cent
5Ah = -10 Cent
5Bh = -09 Cent
5Ch = -08 Cent
5Dh = -07 Cent
5Eh = -06 Cent
5Fh = -05 Cent
60h = -04 Cent
61h = -03 Cent
62h = -02 Cent
63h = -01 Cent
64h = 00 Cent
65h = +01 Cent
66h = +02 Cent
67h = +03 Cent
68h = +04 Cent
69h = +05 Cent
6Ah = +06 Cent
6Bh = +07 Cent
6Ch = +08 Cent
6Dh = +09 Cent
6Eh = +10 Cent
6Fh = +11 Cent
70h = +12 Cent
71h = +13 Cent
72h = +14 Cent
73h = +15 Cent
74h = +16 Cent
75h = +17 Cent
76h = +18 Cent
77h = +19 Cent
78h = +20 Cent
79h = +21 Cent
7Ah = +22 Cent
7Bh = +23 Cent
7Ch = +24 Cent
7Dh = +25 Cent
7Eh = +26 Cent
7Fh = +27 Cent
80h = +28 Cent
81h = +29 Cent
82h = +30 Cent
83h = +31 Cent
84h = +32 Cent
85h = +33 Cent
86h = +34 Cent
87h = +35 Cent
88h = +36 Cent
89h = +37 Cent
8Ah = +38 Cent
8Bh = +39 Cent
8Ch = +40 Cent
mrsysex.txt 10/10/2011 8:17 PM
Page 149 of 161
8196
8197
8198
8199
8200
8201
8202
8203
8204
8205
8206
8207
8208
8209
8210
8211
8212
8213
8214
8215
8216
8217
8218
8219
8220
8221
8222
8223
8224
8225
8226
8227
8228
8229
8230
8231
8232
8233
8234
8235
8236
8237
8238
8239
8240
8241
8242
8243
8244
8245
8246
8247
8248
8249
8250
8Dh = +41 Cent
8Eh = +42 Cent
8Fh = +43 Cent
90h = +44 Cent
91h = +45 Cent
92h = +46 Cent
93h = +47 Cent
94h = +48 Cent
95h = +49 Cent
96h = +50 Cent
97h = +51 Cent
98h = +52 Cent
99h = +53 Cent
9Ah = +54 Cent
9Bh = +55 Cent
9Ch = +56 Cent
9Dh = +57 Cent
9Eh = +58 Cent
9Fh = +59 Cent
A0h = +60 Cent
A1h = +61 Cent
A2h = +62 Cent
A3h = +63 Cent
A4h = +64 Cent
A5h = +65 Cent
A6h = +66 Cent
A7h = +67 Cent
A8h = +68 Cent
A9h = +69 Cent
AAh = +70 Cent
ABh = +71 Cent
ACh = +72 Cent
ADh = +73 Cent
AEh = +74 Cent
AFh = +75 Cent
B0h = +76 Cent
B1h = +77 Cent
B2h = +78 Cent
B3h = +79 Cent
B4h = +80 Cent
B5h = +81 Cent
B6h = +82 Cent
B7h = +83 Cent
B8h = +84 Cent
B9h = +85 Cent
BAh = +86 Cent
BBh = +87 Cent
BCh = +88 Cent
BDh = +89 Cent
BEh = +90 Cent
BFh = +91 Cent
C0h = +92 Cent
C1h = +93 Cent
C2h = +94 Cent
C3h = +95 Cent
mrsysex.txt 10/10/2011 8:17 PM
Page 150 of 161
8251
8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
8264
8265
8266
8267
8268
8269
8270
8271
8272
8273
8274
8275
8276
8277
8278
8279
8280
8281
8282
8283
8284
8285
8286
8287
8288
8289
8290
8291
8292
8293
8294
8295
8296
8297
8298
8299
8300
8301
8302
8303
8304
8305
C4h = +96 Cent
C5h = +97 Cent
C6h = +98 Cent
C7h = +99 Cent
C8h = +100Cent
Display Table #27
00h = 'A'
01h = 'E'
02h = 'I'
03h = 'O'
04h = 'U'
05h = 'AA'
06h = 'AE'
07h = 'AH'
08h = 'AO'
09h = 'EH'
0Ah = 'ER'
0Bh = 'IH'
0Ch = 'IY'
0Dh = 'UH'
0Eh = 'UW'
0Fh = 'B'
10h = 'D'
11h = 'F'
12h = 'G'
13h = 'J'
14h = 'K'
15h = 'L'
16h = 'M'
17h = 'N'
18h = 'P'
19h = 'R'
1Ah = 'S'
1Bh = 'T'
1Ch = 'V'
1Dh = 'Z'
Display Table #28
00h = Slow
01h = Fast
Display Table #29
00h = Stereo
01h = Mono
Display Table #30
00h = Full <Lo
01h = 99% <Lo
02h = 98% <Lo
03h = 96% <Lo
mrsysex.txt 10/10/2011 8:17 PM
Page 151 of 161
8306
8307
8308
8309
8310
8311
8312
8313
8314
8315
8316
8317
8318
8319
8320
8321
8322
8323
8324
8325
8326
8327
8328
8329
8330
8331
8332
8333
8334
8335
8336
8337
8338
8339
8340
8341
8342
8343
8344
8345
8346
8347
8348
8349
8350
8351
8352
8353
8354
8355
8356
8357
8358
8359
8360
04h = 94% <Lo
05h = 92% <Lo
06h = 90% <Lo
07h = 88% <Lo
08h = 86% <Lo
09h = 84% <Lo
0Ah = 82% <Lo
0Bh = 80% <Lo
0Ch = 78% <Lo
0Dh = 76% <Lo
0Eh = 74% <Lo
0Fh = 72% <Lo
10h = 70% <Lo
11h = 68% <Lo
12h = 66% <Lo
13h = 64% <Lo
14h = 62% <Lo
15h = 60% <Lo
16h = 58% <Lo
17h = 56% <Lo
18h = 54% <Lo
19h = 52% <Lo
1Ah = 50% <Lo
1Bh = 48% <Lo
1Ch = 46% <Lo
1Dh = 44% <Lo
1Eh = 42% <Lo
1Fh = 40% <Lo
20h = 38% <Lo
21h = 36% <Lo
22h = 34% <Lo
23h = 32% <Lo
24h = 30% <Lo
25h = 28% <Lo
26h = 26% <Lo
27h = 25% <Lo
28h = 24% <Lo
29h = 23% <Lo
2Ah = 22% <Lo
2Bh = 21% <Lo
2Ch = 20% <Lo
2Dh = 19% <Lo
2Eh = 18% <Lo
2Fh = 17% <Lo
30h = 16% <Lo
31h = 15% <Lo
32h = 14% <Lo
33h = 13% <Lo
34h = 12% <Lo
35h = 11% <Lo
36h = 10% <Lo
37h = 09% <Lo
38h = 08% <Lo
39h = 07% <Lo
3Ah = 06% <Lo
mrsysex.txt 10/10/2011 8:17 PM
Page 152 of 161
8361
8362
8363
8364
8365
8366
8367
8368
8369
8370
8371
8372
8373
8374
8375
8376
8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
3Bh = 05% <Lo
3Ch = 04% <Lo
3Dh = 03% <Lo
3Eh = 02% <Lo
3Fh = 01% <Lo
40h = Lo-Hi
41h = 01% >Hi
42h = 02% >Hi
43h = 03% >Hi
44h = 04% >Hi
45h = 05% >Hi
46h = 06% >Hi
47h = 07% >Hi
48h = 08% >Hi
49h = 09% >Hi
4Ah = 10% >Hi
4Bh = 11% >Hi
4Ch = 12% >Hi
4Dh = 13% >Hi
4Eh = 14% >Hi
4Fh = 15% >Hi
50h = 16% >Hi
51h = 17% >Hi
52h = 18% >Hi
53h = 19% >Hi
54h = 20% >Hi
55h = 21% >Hi
56h = 22% >Hi
57h = 23% >Hi
58h = 24% >Hi
59h = 25% >Hi
5Ah = 26% >Hi
5Bh = 28% >Hi
5Ch = 30% >Hi
5Dh = 32% >Hi
5Eh = 34% >Hi
5Fh = 36% >Hi
60h = 38% >Hi
61h = 40% >Hi
62h = 42% >Hi
63h = 44% >Hi
64h = 46% >Hi
65h = 48% >Hi
66h = 50% >Hi
67h = 52% >Hi
68h = 54% >Hi
69h = 56% >Hi
6Ah = 58% >Hi
6Bh = 60% >Hi
6Ch = 62% >Hi
6Dh = 64% >Hi
6Eh = 66% >Hi
6Fh = 68% >Hi
70h = 70% >Hi
71h = 72% >Hi
mrsysex.txt 10/10/2011 8:17 PM
Page 153 of 161
8416
8417
8418
8419
8420
8421
8422
8423
8424
8425
8426
8427
8428
8429
8430
8431
8432
8433
8434
8435
8436
8437
8438
8439
8440
8441
8442
8443
8444
8445
8446
8447
8448
8449
8450
8451
8452
8453
8454
8455
8456
8457
8458
8459
8460
8461
8462
8463
8464
8465
8466
8467
8468
8469
8470
72h = 74% >Hi
73h = 76% >Hi
74h = 78% >Hi
75h = 80% >Hi
76h = 82% >Hi
77h = 84% >Hi
78h = 86% >Hi
79h = 88% >Hi
7Ah = 90% >Hi
7Bh = 92% >Hi
7Ch = 94% >Hi
7Dh = 96% >Hi
7Eh = 98% >Hi
7Fh = Full >Hi
Display Table #31
00h = 100ms
01h = 200ms
02h = 300ms
03h = 400ms
04h = 500ms
05h = 600ms
06h = 700ms
07h = 800ms
08h = 900ms
09h = 1.0s
0Ah = 1.1s
0Bh = 1.2s
0Ch = 1.3s
0Dh = 1.4s
0Eh = 1.5s
0Fh = 1.6s
10h = 1.7s
11h = 1.8s
12h = 1.9s
13h = 2.0s
14h = 2.5s
15h = 3.0s
16h = 3.5s
17h = 4.0s
18h = 4.5s
19h = 5.0s
1Ah = 6.0s
1Bh = 7.0s
1Ch = 8.0s
1Dh = 9.0s
1Eh = 10.0s
Display Table #32
00h = 0.0Hz
01h = 0.2Hz
02h = 0.4Hz
03h = 0.6Hz
mrsysex.txt 10/10/2011 8:17 PM
Page 154 of 161
8471
8472
8473
8474
8475
8476
8477
8478
8479
8480
8481
8482
8483
8484
8485
8486
8487
8488
8489
8490
8491
8492
8493
8494
8495
8496
8497
8498
8499
8500
8501
8502
8503
8504
8505
8506
8507
8508
8509
8510
8511
8512
8513
8514
8515
8516
8517
8518
8519
8520
8521
8522
8523
8524
8525
04h = 0.8Hz
05h = 1.0Hz
06h = 1.2Hz
07h = 1.4Hz
08h = 1.6Hz
09h = 1.8Hz
0Ah = 2.0Hz
0Bh = 2.2Hz
0Ch = 2.4Hz
0Dh = 2.6Hz
0Eh = 2.8Hz
0Fh = 3.0Hz
10h = 3.2Hz
11h = 3.4Hz
12h = 3.6Hz
13h = 3.8Hz
14h = 4.0Hz
15h = 4.2Hz
16h = 4.4Hz
17h = 4.6Hz
18h = 4.8Hz
19h = 5.0Hz
1Ah = 5.2Hz
1Bh = 5.4Hz
1Ch = 5.6Hz
1Dh = 5.8Hz
1Eh = 6.0Hz
1Fh = 6.2Hz
20h = 6.4Hz
21h = 6.6Hz
22h = 6.8Hz
23h = 7.0Hz
24h = 7.2Hz
25h = 7.4Hz
26h = 7.6Hz
27h = 7.8Hz
28h = 8.0Hz
29h = 8.2Hz
2Ah = 8.4Hz
2Bh = 8.6Hz
2Ch = 8.8Hz
2Dh = 9.0Hz
2Eh = 9.2Hz
2Fh = 9.4Hz
30h = 9.6Hz
31h = 9.8Hz
32h = 10.0Hz
Display Table #33
00h = Normal
01h = Toggle
Display Table #34
mrsysex.txt 10/10/2011 8:17 PM
Page 155 of 161
8526
8527
8528
8529
8530
8531
8532
8533
8534
8535
8536
8537
8538
8539
8540
8541
8542
8543
8544
8545
8546
8547
8548
8549
8550
8551
8552
8553
8554
8555
8556
8557
8558
8559
8560
8561
8562
8563
8564
8565
8566
8567
8568
8569
8570
8571
8572
8573
8574
8575
8576
8577
8578
8579
8580
00h = 1.0:1
01h = 1.1:1
02h = 1.2:1
03h = 1.3:1
04h = 1.4:1
05h = 1.5:1
06h = 1.6:1
07h = 1.7:1
08h = 1.8:1
09h = 1.9:1
0Ah = 2.0:1
0Bh = 2.1:1
0Ch = 2.2:1
0Dh = 2.3:1
0Eh = 2.4:1
0Fh = 2.5:1
10h = 2.6:1
11h = 2.7:1
12h = 2.8:1
13h = 2.9:1
14h = 3.0:1
15h = 4.0:1
16h = 5.0:1
17h = 6.0:1
18h = 7.0:1
19h = 8.0:1
1Ah = 9.0:1
1Bh = 10:1
1Ch = 15:1
1Dh = 20:1
1Eh = 25:1
1Fh = 30:1
20h = 35:1
21h = 40:1
22h = INF:1
Appendix 6 - Breakdown of an Example Single Sound Program SysEx Dump
The following Single Sound Program Transmit Request message (See Section 3.1.2):
SysEx Data Bytes Internal Data Bytes Description
F0
System Exclusive Status Byte
0F
Ensoniq Manufacturer Code
09 MR Family ID Code
00
MR-Rack Model ID Code
00
Device ID Number = 0
03
Transmit Request Command
01
Single Sound Program Dump Request
7F
Program Number = 127
01 Bank Number = 1
F7
End of System Exclusive
will elicit the following response from the MR assuming that the factory pa
mrsysex.txt 10/10/2011 8:17 PM
Page 156 of 161
8581
8582
8583
8584
8585
8586
8587
8588
8589
8590
8591
8592
8593
8594
8595
8596
8597
8598
8599
8600
8601
8602
8603
8604
8605
8606
8607
8608
8609
8610
8611
8612
8613
8614
8615
8616
8617
8618
8619
8620
8621
8622
8623
8624
8625
8626
8627
8628
8629
8630
8631
8632
8633
8634
8635
SysEx Data Bytes Internal Data Bytes Description
F0
System Exclusive Status Byte
0F
Ensoniq Manufacturer Code
09 MR Family ID Code
00
MR-Rack Model ID Code
00 Device ID = 0
43
Transmit Request Reply Command
01
Single Sound Program Dump Request
7F
Program Number = 127
01 Bank Number = 1
2A 03 00 00 00 00 00 01 AA Data Block Size
2A 03 00 00 00 00 00 01 AA Sound Program Size
31 0E 49 02 05 50 52 47 31 'PRG1' in ASCII
18 00 00 00 00 00 00 00 18
Size of Table Of Contents
54 26 19 7A 04 4F 46 54 54 'OFTT' in ASCII
40 02 00 00 00 00 00 01 40 Effects Offset
20 00 00 00 00 00 00 00 20
Program Parameters Offset
44 00 00 00 00 00 00 00 44
Layer Offset Table Offset
00 00 00 00 00 00 00 00 00 Reserved
24 00 00 00 00 00 00 00 24
Sound Program Parameters Structure Size
31 20 1D 02 05 50 47 50 31 'PGP1' in ASCII
73 72 11 7B 04 4F 64 79 73 'Odys' in ASCII
4C 72 15 1B 07 73 65 79 4C 'seyL' in ASCII
00 48 05 2B 06 65 61 64 00 'ead ' in ASCII
00 00 00 00 00 00 00 00 00 ' ' in ASCII
00 04 08 00 00 00
Pitch Table = Equal Temper
02
Pitch Bend Up Range = 2 Up
02
Pitch Bend Down Range = 2 Down
00 Reserved
00 00 0C 00 00 00 Reserved
03
FX Bus = Medium Reverb
00 00 Reserved
08 00 00 38 05 57
GM Alias = Bass & Lead
00
Program Enables: Held Pitch Bend = OFF
00
Restrike Limit = Default
08
Sound Finder Catagory = Syn-Lead
48 00 00 00 00 00 00 00 48
Layer Offset Table Size
54 26 19 7A 04 4F 46 53 54 'OFST' in ASCII
0C 01 00 00 00 00 00 00 8C Layer #01 Offset
00 00 00 00 00 00 00 00 00 Layer #02 Offset
00 00 00 00 00 00 00 00 00 Layer #03 Offset
00 00 00 00 00 00 00 00 00 Layer #04 Offset
00 00 00 00 00 00 00 00 00 Layer #05 Offset
00 00 00 00 00 00 00 00 00 Layer #06 Offset
00 00 00 00 00 00 00 00 00 Layer #07 Offset
00 00 00 00 00 00 00 00 00 Layer #08 Offset
00 00 00 00 00 00 00 00 00 Layer #09 Offset
00 00 00 00 00 00 00 00 00 Layer #10 Offset
00 00 00 00 00 00 00 00 00 Layer #11 Offset
00 00 00 00 00 00 00 00 00 Layer #12 Offset
00 00 00 00 00 00 00 00 00 Layer #13 Offset
00 00 00 00 00 00 00 00 00 Layer #14 Offset
00 00 00 00 00 00 00 00 00 Layer #15 Offset
00 00 00 00 00 00 00 00 00 Layer #16 Offset
mrsysex.txt 10/10/2011 8:17 PM
Page 157 of 161
8636
8637
8638
8639
8640
8641
8642
8643
8644
8645
8646
8647
8648
8649
8650
8651
8652
8653
8654
8655
8656
8657
8658
8659
8660
8661
8662
8663
8664
8665
8666
8667
8668
8669
8670
8671
8672
8673
8674
8675
8676
8677
8678
8679
8680
8681
8682
8683
8684
8685
8686
8687
8688
8689
8690
34 01 00 00 00 00 00 00 B4
Layer #1 Parameter Structure Size
31 24 65 62 04 4C 59 52 31 'LYR1' in ASCII
00 02 00 00 00 00 00
Use Layer Number = 1
01
Layer Control = Enabled
00
Trigger Control = OFF
6C 20 02 78 07 7F
Controller High Threshold = 127
00
Controller Low Threshold = 0
90
Trigger Mode = Key Down
6C
High Keyboard Key Threshold = 108
00 00 7C 2B 01 15
Low Keyboard Key Threshold = 21
7F
High Note-On Velocity = 127
00
Low Note-On Velocity = 0
00
Layer Delay MSB = 00h
00 00 14 00 00 00
Layer Delay LSB = 00h
05 Volume = 5
00 Pan = 0
00 SemiTune = 0
03 00 04 00 00 00 Fine Tune = 0
01 Voice Mode = Mono
00 Glide Mode = OFF
03 Glide Time = 3
00 00 00 00 00 00 Key Group = OFF
00 00 00 Reserved
74 52 39 4B 04 49 6E 69 74 'Init' in ASCII
65 72 05 63 04 4C 61 79 65 'Laye' in ASCII
00 40 00 11 07 72 20 20 00 'r ' in ASCII
00 00 00 00 00 00 00 00 00 ' ' in ASCII
00 22 28 00 00 00
ENV1 Mod Amount = 0
0A
LFO Mod Amount = 10
11
Key Track = Pitch Table
00
Pitch Mod Source = OFF
01 00 00 00 00 00
Pitch Mod Amount = 0
00
Pitch Mod Range = 0
00 Reserved
01
Filter Mode = 3LP/1HP
42 00 14 00 00 00
Filter 1+2 Link = OFF
05
Filter 1 Cutoff = 5
00 Reserved
42
Filter 1 ENV2 Mod Amount = 66
3C 00 54 7B 00 0F
Filter 1 Cutoff Mod Source = Wheel+Pressure
75
Filter 1 Cutoff Mod Amount = 117
00
Filter 1 Cutoff Keyboard Tracking = OFF
3C
Filter 1 Cutoff Key
00 14 00 00 00 00 00 Reserved
0A
Filter 2 Cutoff = 10
00 Reserved
00 2E 3D 00 04 40
Filter 2 ENV2 Mod Amount = 64
0F
Filter 2 Cutoff Mod Source = Wheel+Pressure
57
Filter 2 Cutoff Mod Amount = 87
00
Filter 2 Cutoff Keyboard Tracking = OFF
00 00 00 60 03 3C
Filter 2 Cutoff Key
00 00 00 Reserved
7C 4B 0C 02 00 00
Waveform Number (MSB)
43
Waveform Number (LSB)
25
Waveform Checksum (LSB)
mrsysex.txt 10/10/2011 8:17 PM
Page 158 of 161
8691
8692
8693
8694
8695
8696
8697
8698
8699
8700
8701
8702
8703
8704
8705
8706
8707
8708
8709
8710
8711
8712
8713
8714
8715
8716
8717
8718
8719
8720
8721
8722
8723
8724
8725
8726
8727
8728
8729
8730
8731
8732
8733
8734
8735
8736
8737
8738
8739
8740
8741
8742
8743
8744
8745
FC
Waveform Checksum (MSB)
00 00 00 00 00 00
Playback Direction = Forward
00 Shift Amount = 0
00 Shift Mode = OFF
00 Start Index = 0
00 00 00 00 00 00
Waveform Mod Source = OFF
00
Waveform Mod Amount = 0
00 00 Reserved
00 00 00 00 00 00
Amplitude Mod Source = OFF
00
Amplitude Mod Amount = 0
00
Panning Mod Source = OFF
00
Panning Mod Amount = 0
00 00 70 01 00 00 Rolloff Slope = 0
3C
Rolloff Key Number = 60
00 Rolloff Mode = OFF
00 Reserved
00 00 00 02 00 00 Reserved
40 Noise Rate = 64
00 00 Reserved
00 00 7C 07 00 00 Reserved
FF MIDI Enables:
Pitch Bend = ON
Sustain = ON
00 Reserved
00
Noise Sync = Normal
31 2C 39 2A 04 45 4E 56 31 'ENV1' in ASCII
00 7E 01 00 00 00
Release Mod Amount = 0
00 Attack Time = 0
7F
Attack Peak Level = 127
00 Decay 1 Time = 0
00 7E 01 78 07 7F
Decay 1 Break Level = 127
00 Decay 2 Time = 0
7F
Decay 2 Break Level = 127
00 Decay 3 Time = 0
00 32 50 78 07 7F
Sustain Level = 127
14 Release Time = 20
19
Level Velocity = 25
00
Attack Velocity = 0
00 08 00 00 00 00 Key Scale = 0
00
Envelope Mode = Normal
04
Velocity Curve = Linear
00 Reserved
31 2C 39 2A 04 45 4E 56 31 'ENV1' in ASCII
07 7E 0D 00 00 00
Release Mod Amount = 0
03 Attack Time = 3
7F
Attack Peak Level = 127
07 Decay 1 Time = 7
4F 5A 41 29 06 65
Decay 1 Break Level = 101
30 Decay 2 Time = 48
6D
Decay 2 Break Level = 109
4F Decay 3 Time = 79
00 00 50 78 07 7F
Sustain Level = 127
14 Release Time = 20
00 Level Velocity = 0
00
Attack Velocity = 0
mrsysex.txt 10/10/2011 8:17 PM
Page 159 of 161
8746
8747
8748
8749
8750
8751
8752
8753
8754
8755
8756
8757
8758
8759
8760
8761
8762
8763
8764
8765
8766
8767
8768
8769
8770
8771
8772
8773
8774
8775
8776
8777
8778
8779
8780
8781
8782
8783
8784
8785
8786
8787
8788
8789
8790
8791
8792
8793
8794
8795
8796
8797
8798
8799
8800
00 08 00 00 00 00 Key Scale = 0
00
Envelope Mode = Normal
04
Velocity Curve = Linear
00 Reserved
31 2C 39 2A 04 45 4E 56 31 'ENV1' in ASCII
00 7E 01 00 00 00
Release Mod Amount = 0
00 Attack Time = 0
7F
Attack Peak Level = 127
00 Decay 1 Time = 0
4F 6A 19 19 07 73
Decay 1 Break Level = 115
26 Decay 2 Time = 38
75
Decay 2 Break Level = 117
4F Decay 3 Time = 79
00 00 50 78 07 7F
Sustain Level = 127
14 Release Time = 20
00 Level Velocity = 0
00
Attack Velocity = 0
00 08 00 00 00 00 Key Scale = 0
00
Envelope Mode = Normal
04
Velocity Curve = Linear
00 Reserved
31 1E 19 62 04 4C 46 4F 31 'LFO1' in ASCII
1C 02 01 00 00 00
Waveshape = Triangle
00 LFO Depth = 0
41 LFO Rate = 65
1C LFO Delay = 28
0F 7E 39 00 00 00 LFO Phase = 0
0E
LFO Depth Mod Source = Mod Wheel
7F
LFO Depth Mod Amount = 127
0F
LFO Rate Mod Source = Wheel+Pressure
00 00 00 38 0F F7
LFO Rate Mod Amount = -9
00
LFO Retrigger = OFF
00
LFO Timebase = Normal
00 Reserved
46 00 00 00 00 00 00 00 46
Insert Effect Structure Size
31 30 19 4A 04 49 46 58 31 'IFX1' in ASCII
00 00 00 00 00 00
Insert Mod Source = OFF
00
Insert Mod Dest = EQ Input
00 00
Mod Source Min = 0
00 00 7C 03 00 00 7F
Mod Source Max = 127
00 00 Mod Dest Min = OFF
00 00 70 03 00 00 7C
Mod Dest Max = +24dB
00
Chorus Mix = Full Dry
00 Reverb Send = 0
04 00 38 78 07 7F
Insert Mix = Full Wet
0E
Parameter Count = 14
00 04
Algorithm Family = 4
2D 70 08 00 00 00 02
Algorithm Member = 2
38 2D '8-' in ASCII
63 52 3D 33 05 56 6F 69 63 'Voic' in ASCII
6F 50 0D 2A 06 65 43 68 6F 'eCho' in ASCII
00 66 55 13 07 72 75 73 00 'rus ' in ASCII
64 00 00 00 00 00 00 ' ' in ASCII
00 64 EQ Input = 0.0db
56 00 00 03 00 00 60 EQ Output = -2.0dB
mrsysex.txt 10/10/2011 8:17 PM
Page 160 of 161
8801
8802
8803
8804
8805
8806
8807
8808
8809
8810
8811
8812
8813
8814
8815
8816
8817
8818
8819
8820
8821
8822
8823
8824
8825
8826
8827
8828
8829
8830
8831
8832
8833
8834
8835
8836
00 56 Mid 1 Fc = 5.60kHz
6D 00 28 00 00 00 0A Mid 1 Q = 1.0
00 6D Mid 1 Gain = +9db
28 00 30 00 00 00 0C LFO Rate = 1.2Hz
00 28
Chorus Depth = 4.0ms
00 00 38 00 00 00 0E
Chorus Center = 1.4ms
00 00 Unused FX Parm #08
40 00 1C 04 00 00 87
Chorus Phase = +90deg
00 40
Chorus Feedback = 0%
64 00 00 00 00 00 00 HPF Cutoff = 10Hz
00 64
Center Offset = 100%
00 00 04 02 00 00 41
Dry Blend = 50.8% Wet
00 00 Unused FX Parm #14
00 00 00 00 00 00 00 Unused FX Parm #15
00 00 Unused FX Parm #16
00 00 00 00 00 00 00 Unused FX Parm #17
00 00 Unused FX Parm #18
00 00 00 00 00 00 00 Unused FX Parm #19
00 00 Unused FX Parm #20
00 00 00 00 00 00 00 Unused FX Parm #21
00 00 Unused FX Parm #22
00 00 00 00 00 00 00 Unused FX Parm #23
00 00 Unused FX Parm #24
00 00 00 00 00 00 00 Unused FX Parm #25
00 00 Unused FX Parm #26
00 00 00 00 00 00 00 Unused FX Parm #27
00 00 Unused FX Parm #28
00 00 00 00 00 00 00 Unused FX Parm #29
00 00 Unused FX Parm #30
00 00 00 00 00 00 00 Unused FX Parm #31
00 00
4-to-5 Format Zero Padding
59 4D n/a Checksum = 4D59h
F7 n/a
End of System Exclusive
Part # 9311007101 Model # MM-132
mrsysex.txt 10/10/2011 8:17 PM
Page 161 of 161

Navigation menu