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 support. If you have any questions concerning the use of this unit, please contact your Authorized ENSONIQ Dealer first. For additional technical support, or to find the name of the nearest Authorized ENSONIQ Repair Station, call ENSONIQ Customer Service at (610) 647-3930 Monday through Friday 9:30 AM to 12:15 PM and 1:15 PM to 6:30 PM Eastern Time. Between 1:15 PM and 5:00 PM we experience our heaviest call load. During these times, there may be delays in answering your call.

This manual is copyrighted and all rights are reserved by ENSONIQ Corp. This document may not, in whole or in part, be copied, photocopied, reproduced, translated, or reduced to any electronic medium or machine readable form without prior written consent from ENSONIQ Corp. The MR-Rack, MR-61 and MR-76 software/firmware is copyrighted and all rights are reserved by ENSONIQ Corp.

Although every effort has been made to ensure the accuracy of the text and illustrations in this manual, no guarantee is made or implied in this regard.

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
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 protocol used when the  MR-Rack/61/76 (MR) is communicating with an external computer or MIDI device (EXT).  The protocol is designed to support the implementation of data storage, management and editing programs running on EXT.  Therefore, this information is especially relevant to the designers and programmers of such programs.  The commands described here allow editor/librarian programs to acquire, modify, and replace MR sound, performance and system control data.

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 from -2147483648 to +2147483647
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
	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 will be zero padded in order to satisfy the format.  This will typically only occur at the end of a dump.

1.3	Data Block Size

The Data Block Size parameter, which is found in certain Ensoniq specific SysEx reply messages, represents the number of pre-encoded, internal bytes contained in the Data Block.  As such, this parameter does NOT represent the number of 4-to-5 bulk SysEx encoded bytes contained in the Data Block.

1.4	Checksum Calculation

Unless otherwise specified, checksum values are to be calculated by performing an unsigned addition on the data bytes that are contained within a given dump’s Data Block and truncating to 14-bits (b13-b0).  It is important to note that ONLY the 4-to-5 bulk SysEx encoded bytes, and NOT the pre-encoded, internal bytes, are to be used in the calculation.

1.5	Reserved/Not Defined Data

Any data that is denoted as Reserved or Not Defined should NEVER be modified from the value that the MR supplies in a given dump. In the event that the value of a Reserved parameter is unknown and a value needs to be supplied, the best advice is to use the value of 00h.  Failure to comply with this warning could result in unpredictable results, system crashes, or data loss.

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-61/76 has a Model ID Code of 01h and 02h, respectively.  In order to keep the proliferation of computer based SysEx editor/librarians to a minimum, the MR-61/76 will also recognize and process any valid SysEx message that contains the MR-Rack Model ID Code.

1.7	Error Messages

The following SysEx error message will be generated in response to an improperly formatted or out-of-context SysEx command 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)

	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 messages are implemented in the MR.  These constantly evolving message types are defined and governed by the MIDI Manufacturer’s Association (MMA). For more detailed information, contact the MMA on the World Wide Web at the following address - http://www.midi.org

2.1	Universal System Exclusive Device Inquiry Message

The MR supports the MIDI Device Inquiry message which allows instruments and computers to ascertain the identity of the unit(s) to which they are connected via MIDI.  The MR responds to the following Identity Request message by sending an Identity Reply message.  The MR will respond to the inquiry if the channel information in the message contains either the current Device ID of the MR or the All Channel Broadcast code (7Fh).

	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 is transmitted in response to an Identity Request message.

	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 performance and the MR-61/76 to select the General MIDI set-up.  In addition, certain System parameters will be reset as outlined in the respective Musician’s Manual.

	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 operation.  System parameters altered at the start of General MIDI are not reset as outlined in the respective Musician’s Manual.

	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, the following command allows the entire RAM pitch table to be redefined with a single message.  This is achieved by specifying the semitone frequency data for each of the 128 MIDI key numbers using a 3-byte (21-bit) data word.  The first byte (7 bits) specifies the nearest equal-tempered semitone below the frequency of the note.  The next two bytes (14 bits) specify the fraction of 100 cents above the semitone at which the frequency lies.  This format yields an effective resolution of 100 cents / 214 = 0.0061 cents.  In addition, the value of [7F 7F 7F] has been reserved to indicate a "No Tuning Change" condition for a given MIDI key number.

	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 to any tuning stored within the RAM pitch table.  If this message is received during the playback of a note (between key-down and key-up), the tuning change will take effect on the next note.  Although this message is intended for the alteration of a single note, multiple tuning changes can be embedded in one message in order to maximize bandwidth. 

In addition, the MR’s response to this message has been extended to allow a single tuning change to alter the entire pitch range.  If a Single Note Tuning Change Message is sent to Tuning Program Number 127, and if the note is between middle C and an octave above (MIDI key numbers 60 to 71 inclusive), the tuning change will be applied to all notes in the RAM pitch table.

	F0		System Exclusive Status Byte
	7F		Real Time Message Code

	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 that are currently implemented in the MR.  In all cases, the SysEx Recv System Parameter must be set to ON in order for the MR-Rack to recognize a given command string.  The MR-61/76 differs in that the operating system does not feature the SysEx Recv System Parameter and will always respond to a valid SysEx message.

3.1	Single Item Transmit Request

This multi-context command will initiate a dump of a single Sound Program, Drum Kit Program, or Performance as specified by a given Patch and Bank number.  In addition, this command can also initiate a dump of all the System Parameters.  Since bulk dumps of entire banks cannot be initiated via SysEx, it is recommended that editor/librarian programs obtain this data by repeatedly issuing this command for every patch in a given bank.

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
		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
	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 complete control of this data structure and there is no SysEx support for the sequencer.  Therefore, the following command is ONLY valid for the MR-Rack.

	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

	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

	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 four bytes within a given data structure to be edited and is applicable to Sound Programs, Drum Kit Programs, and Performances. When three or less bytes are specified the MR expects the Parameter Value field to be bit ordered as if it was performing a full 32-bit (4-byte) parameter change.  For example, when editing a two byte parameter, Byte #0 will occupy the bit range of b24-b31 while Byte #1 will occupy bits b16-b23.  The remaining bits (b00-b15) in the parameter value field should be set to zero.

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

	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 sequencer has complete control of this data structure and there is no SysEx support for the sequencer.  Therefore, the following command is ONLY valid for the MR-Rack.

	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

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, numbers, and checksum values from any one of the three expansion board slots.

	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)

	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

The function of this command is to erase, or nullify, a range of RAM Sound Programs within a specified bank.  Once a Sound Program is erased with this command, it’s location will no longer be visible to the user and will take up no memory.

	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 contents, as well as the states of all the pushbutton LED's.

	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

	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 the 2x20 character LCD screen of the MR.  The screen will remain in this state until a user action causes the screen to be refreshed.  In addition, the states of the all the pushbutton LED's must be specified and can be set to ON, OFF, or flashing.  Temporarily changing the states of the LED’s is a merely cosmetic operation and will have no effect on any internal parameter.  For example, turning ON the Mute Pushbutton LED will NOT cause the displayed Part to be muted.

	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
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													40h = Reset Controller Recv
						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													40h = Reset Controller Recv
						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
						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 Sound Program Insert Effect Structure within the dump.  If an Insert Effect is assigned to a given Sound Program then this value will be ONE of the following non-zero values in accordance to the number of defined layers in the Layer Offset Table.  Conversely, a value of zero indicates that an Insert Effect is NOT assigned to a given Sound Program and that the corresponding Sound Program Insert Effect Structure will NOT be included in the dump following the Layer Parameter Structure(s).

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
						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 Layer's Parameter Structure position within the dump.  A value of zero indicates that the specified layer is NOT defined.  Please note that CONSECUTIVE layers MUST be used, starting with Layer #1, when multiple layers are defined in this table.

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 on the number of layers used, ONLY layers that are defined in the Layer Offset Table will have their Layer Parameter Structure sent in the dump.  For example, a seven layer Sound Program will contain seven Layer Parameter Structures in the offset range of 08Ch to 577h.  Should an Insert Effect be assigned to this Sound Program, the Sound Program Insert Effect Structure will follow the Layer #7 Parameter Structure, starting at offset value 578h.

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 occupy ONE of the following offset ranges based on the number of defined layers in the Layer Offset Table.  If the Effects Offset parameter contains a value of zero, than an Insert Effect is NOT assigned to a given sound and the Sound Program Insert Effect Structure will NOT be included in the dump.

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

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
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
		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
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

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
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
		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
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
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
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
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
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
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
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,
							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
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
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
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
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
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
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
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
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
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
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
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
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
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

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
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														03h = Medium 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

(1)	These Performance Parameters should be considered RESERVED when a Drum Kit Program is assigned to a given Part.

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
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
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
							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
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
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	
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
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
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
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
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
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
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

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
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
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
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
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
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
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
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
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
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    
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
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
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
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
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
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
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
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

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

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
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
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
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
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
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
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
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
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    
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
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)
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     ) 
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
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
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
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
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
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
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
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
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
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    ) 
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
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
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
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

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
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
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
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
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
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
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
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
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%
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%
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%
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
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
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
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
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%
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%
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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+
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
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
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
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
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
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
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
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
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
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
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
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

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 patch, "OdysseyLead" is located in Program #127 / Bank #1 and has been assigned the Insert Effect, "8-VoiceChorus".

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
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 Keyboard Tracking Breakpoint = 60
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 Keyboard Tracking Breakpoint = 60
			00 00 00			Reserved
7C 4B 0C 02 00 		00				Waveform Number (MSB)
			43				Waveform Number (LSB)
     			25				Waveform Checksum (LSB)
			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
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
			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