GSP Module/Parameter Data


This document was generated by Unix Shell Scripts on Sun Feb 23 02:44:14 EST 1997.

The author of this doc is solely responsible for the content. It has no official sanction from gsp-users@portal.com or Digitech (a Harmon Co.!). So please do not go running to Steve or Randy complaining about this. It is not their fault.

All flames and accolades go to Tom Owens . Yada, yada, yada...

What IS This Doc?

This is the story. I was (and maybe still am) writing a Java program to convert GSP sysex program dumps to SAP style SAP files and back again. We gsp-users@portal.com can use this sort of thing and I could maybe expand it to an editor/librarian later. Java currently does not support MIDI. Anyhow, I discovered that I needed the info that I have put into this document.

You can find:

I would like to say more about the MIDI structure of the program dumps and how it relates to SAP but will skip it for now in favor of actually getting this document out into the hands of the public.

Warnings!

Some of this information was provided by Digitech or other "authoritative" sources. Most of this data was gathered by hand. As a result, some data will have a higher probability correctness than others.

Thanks!

Special thanks to Tasuki Hirata for pointing out a bunch of problems! In the process of hunting down and correcting Tasuki's reported problems, I found and corrected even more!

Thanks also to Curtis LeMay Pastor and Steve Schow. And, last but not least, Randy Thorderson of Digitech. This document wouldnot have been possible without his assistance.

If you have any problems with this document, let me know. If you you find inaccurate information, DEFINITELY LET ME KNOW.


Module Index

Analog

Equalizers

Reverbs

Delays

Samplers

Choruses

Flangers

Pitch Shifters

Noise Reduction/Gates

Tremolos/Auto Panners

Phasers

Other

Mixers


Analog

[ Main Index ]



Compressor

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	Comp	0	0	-1	-1	-1	-

SAP command

	Comp (        ## 4 parameters for SAP
	       On   ,  # Compr    (bypassable)
	       2:1  ,  # Ratio    (compRatio)
	       -35dB,  # Thresh   (compThresh)
	       0 dB    # Level    (compLevel)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Compr	1	1	bypassable
	Ratio	1	1	compRatio
	Thresh	1	1	compThresh
	Level	1	1	compLevel
		4 (Total MIDI WORDs)

[ Main Index ] [ Analog Index ]



Distortion

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	Dist	0	0	-2	-1	-1	-

SAP command

	Dist (                ## 4 parameters for SAP
	       On           ,  # Distrt   (bypassable)
	       DistortedTube,  # Type     (distType)
	       4.0          ,  # Gain1    (distGain)
	       4.0             # Gain2    (distGain_tiedType)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Distrt	1	1	bypassable
	Type	1	1	distType
		1	0	
	Gain1	1	10	distGain
	Gain2	1	10	distGain_tiedType	->Type
		5 (Total MIDI WORDs)

[ Main Index ] [ Analog Index ]



Analog Graphic EQ

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	EQ	0	0	-3	-1	-1	-

SAP command

	EQ (        ## 7 parameters for SAP
	     +12dB,  # 80 Hz    (eqLevel)
	     +12dB,  # 160 Hz   (eqLevel)
	     +12dB,  # 320 Hz   (eqLevel)
	     +12dB,  # 640 Hz   (eqLevel)
	     +12dB,  # 1.28 Hz  (eqLevel)
	     +12dB,  # 2.56 Hz  (eqLevel)
	     +12dB   # 5.12 Hz  (eqLevel)
	   )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	80 Hz	1	15	eqLevel
	160 Hz	1	15	eqLevel
	320 Hz	1	15	eqLevel
	640 Hz	1	15	eqLevel
	1.28 Hz	1	15	eqLevel
	2.56 Hz	1	15	eqLevel
	5.12 Hz	1	15	eqLevel
		7 (Total MIDI WORDs)

[ Main Index ] [ Analog Index ]



Master Volume

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	MVol	0	0	-4	-1	-1	-

SAP command

	MVol (    ## 1 parameters for SAP
	       0   #          (mvolDB)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	 	2	16,16	mvolDB
		2 (Total MIDI WORDs)

[ Main Index ] [ Analog Index ]



External Effects Loop

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	FxL	0	0	-5	-1	-1	-

SAP command

	FxL (         ## 1 parameters for SAP
	      Bypass   # Loop     (loop)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Loop	1		loop
		1 (Total MIDI WORDs)

[ Main Index ] [ Analog Index ]



Stereo Noise Gate

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	NGt	1	12	-6	-1	-1	-

SAP command

	NGt (        ## 8 parameters for SAP
	      On   ,  # SNGt     (bypassable)
	      -70dB,  # Thresh   (ngtThresh)
	      6dB  ,  # Hyster   (ngtHyster)
	      75ms ,  # HldTim   (ngtHldTim)
	      0ms  ,  # Attack   (ngtAttackReleas)
	      100ms,  # Releas   (ngtAttackReleas)
	      20dB ,  # Attn     (ngtAttn)
	      1.0ms   # Delay    (floatDelay)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	SNGt	1	1	bypassable
	Thresh	1	30	ngtThresh
	Hyster	1	6	ngtHyster
	HldTim	1	25	ngtHldTim
	Attack	1	0	ngtAttackReleas
	Releas	1	36	ngtAttackReleas
	Attn	1	20	ngtAttn
	Delay	1	10	floatDelay
		8 (Total MIDI WORDs)

[ Main Index ] [ Analog Index ]



Master Mix

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	MMix	0	0	-7	2	-1	-

SAP command

	MMix (        ## 1 parameters for SAP
	       100:W   #          (wetDry)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	 	1	100	wetDry
		1 (Total MIDI WORDs)

[ Main Index ] [ Analog Index ]


Equalizers

[ Main Index ]



6 Band Graphic EQ

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	GEQ6	0	51	60	1	1	-

SAP command

	GEQ6 (      ## 7 parameters for SAP
	       0dB,  # 33 Hz    (GEQLevel)
	       0dB,  # 100 Hz   (GEQLevel)
	       0dB,  # 330 Hz   (GEQLevel)
	       0dB,  # 1.0 kHz  (GEQLevel)
	       0dB,  # 3.3 kHz  (GEQLevel)
	       0dB,  # 10.0kHz  (GEQLevel)
	       100   # Level    (inc_0_100)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	33 Hz	1	15	GEQLevel
	100 Hz	1	15	GEQLevel
	330 Hz	1	15	GEQLevel
	1.0 kHz	1	15	GEQLevel
	3.3 kHz	1	15	GEQLevel
	10.0kHz	1	15	GEQLevel
	Level	1	100	inc_0_100
		7 (Total MIDI WORDs)

[ Main Index ] [ Equalizers Index ]



10 Band Graphic EQ

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	GEQ10	0	81	63	1	1	-

SAP command

	GEQ10 (      ## 11 parameters for SAP
	        0dB,  # 31.5 Hz  (GEQLevel)
	        0dB,  # 63 Hz    (GEQLevel)
	        0dB,  # 125 Hz   (GEQLevel)
	        0dB,  # 250 Hz   (GEQLevel)
	        0dB,  # 500 Hz   (GEQLevel)
	        0dB,  # 1.0 kHz  (GEQLevel)
	        0dB,  # 2.0 kHz  (GEQLevel)
	        0dB,  # 4.0 kHz  (GEQLevel)
	        0dB,  # 8.0 kHz  (GEQLevel)
	        0dB,  # 16 kHz   (GEQLevel)
	        100   # Level    (inc_0_100)
	      )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	31.5 Hz	1	15	GEQLevel
	63 Hz	1	15	GEQLevel
	125 Hz	1	15	GEQLevel
	250 Hz	1	15	GEQLevel
	500 Hz	1	15	GEQLevel
	1.0 kHz	1	15	GEQLevel
	2.0 kHz	1	15	GEQLevel
	4.0 kHz	1	15	GEQLevel
	8.0 kHz	1	15	GEQLevel
	16 kHz	1	15	GEQLevel
	Level	1	100	inc_0_100
		11 (Total MIDI WORDs)

[ Main Index ] [ Equalizers Index ]



15 Band Graphic EQ

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	GEQ15	0	114	64	1	1	-

SAP command

	GEQ15 (      ## 16 parameters for SAP
	        0dB,  # 25 Hz    (GEQLevel)
	        0dB,  # 40 Hz    (GEQLevel)
	        0dB,  # 63 Hz    (GEQLevel)
	        0dB,  # 100 Hz   (GEQLevel)
	        0dB,  # 160 Hz   (GEQLevel)
	        0dB,  # 250 Hz   (GEQLevel)
	        0dB,  # 400 Hz   (GEQLevel)
	        0dB,  # 630 kHz  (GEQLevel)
	        0dB,  # 1.0 kHz  (GEQLevel)
	        0dB,  # 1.6 kHz  (GEQLevel)
	        0dB,  # 2.5 kHz  (GEQLevel)
	        0dB,  # 4.0 kHz  (GEQLevel)
	        0dB,  # 6.3 kHz  (GEQLevel)
	        0dB,  # 10 kHz   (GEQLevel)
	        0dB,  # 16 kKz   (GEQLevel)
	        100   # Level    (inc_0_100)
	      )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	25 Hz	1	15	GEQLevel
	40 Hz	1	15	GEQLevel
	63 Hz	1	15	GEQLevel
	100 Hz	1	15	GEQLevel
	160 Hz	1	15	GEQLevel
	250 Hz	1	15	GEQLevel
	400 Hz	1	15	GEQLevel
	630 kHz	1	15	GEQLevel
	1.0 kHz	1	15	GEQLevel
	1.6 kHz	1	15	GEQLevel
	2.5 kHz	1	15	GEQLevel
	4.0 kHz	1	15	GEQLevel
	6.3 kHz	1	15	GEQLevel
	10 kHz	1	15	GEQLevel
	16 kKz	1	15	GEQLevel
	Level	1	100	inc_0_100
		16 (Total MIDI WORDs)

[ Main Index ] [ Equalizers Index ]



Low Pass Filter

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	LPF	0	11	65	1	1	-

SAP command

	LPF (        ## 1 parameters for SAP
	      20000   # Freq     (audibleHzRange)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Freq	1	29	audibleHzRange
		1 (Total MIDI WORDs)

[ Main Index ] [ Equalizers Index ]



High Pass Filter

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	HPF	0	11	66	1	1	-

SAP command

	HPF (       ## 1 parameters for SAP
	      25Hz   # Freq     (audibleHzRange)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Freq	1	0	audibleHzRange
		1 (Total MIDI WORDs)

[ Main Index ] [ Equalizers Index ]



1 Band Parametric EQ

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	PEQ1	0	14	67	1	1	-

SAP command

	PEQ1 (         ## 4 parameters for SAP
	       1000Hz,  # Freq     (audibleHzRange)
	       .25   ,  # Q        (eqQ)
	       15dB  ,  # Gain     (eqGain)
	       100      # Level    (inc_0_100)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Freq	1	16	audibleHzRange
	Q	1	0	eqQ
	Gain	1	15	eqGain
	Level	1	100	inc_0_100
		4 (Total MIDI WORDs)

[ Main Index ] [ Equalizers Index ]



3 Band Parametric EQ

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	PEQ3	0	30	68	1	1	-

SAP command

	PEQ3 (         ## 10 parameters for SAP
	       100Hz ,  # Freq1    (audibleHzRange)
	       .25   ,  # Q1       (eqQ)
	       15dB  ,  # Gain1    (eqGain)
	       1000Hz,  # Freq2    (audibleHzRange)
	       .25   ,  # Q2       (eqQ)
	       15dB  ,  # Gain2    (eqGain)
	       10000 ,  # Freq3    (audibleHzRange)
	       .25   ,  # Q3       (eqQ)
	       15dB  ,  # Gain3    (eqGain)
	       100      # Level    (inc_0_100)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Freq1	1	6	audibleHzRange
	Q1	1	0	eqQ
	Gain1	1	15	eqGain
	Freq2	1	16	audibleHzRange
	Q2	1	0	eqQ
	Gain2	1	15	eqGain
	Freq3	1	26	audibleHzRange
	Q3	1	0	eqQ
	Gain3	1	15	eqGain
	Level	1	100	inc_0_100
		10 (Total MIDI WORDs)

[ Main Index ] [ Equalizers Index ]



5 Band Parametric EQ

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	PEQ5	0	47	69	1	1	-

SAP command

	PEQ5 (         ## 14 parameters for SAP
	       100Hz ,  # FrqLSh   (audibleHzRange)
	       0dB   ,  # GainLS   (rvrbeqGain)
	       315Hz ,  # Freq1    (audibleHzRange)
	       .25   ,  # Q1       (eqQ)
	       15dB  ,  # Gain1    (eqGain)
	       1250Hz,  # Freq2    (audibleHzRange)
	       .25   ,  # Q2       (eqQ)
	       15dB  ,  # Gain2    (eqGain)
	       5000Hz,  # Freq3    (audibleHzRange)
	       .25   ,  # Q3       (eqQ)
	       15dB  ,  # Gain3    (eqGain)
	       20000 ,  # FrqHSh   (audibleHzRange)
	       0dB   ,  # GainHS   (rvrbeqGain)
	       100      # Level    (inc_0_100)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	FrqLSh	1	6	audibleHzRange
	GainLS	1	15	rvrbeqGain
		1	00	
	Freq1	1	11	audibleHzRange
	Q1	1	0	eqQ
	Gain1	1	15	eqGain
	Freq2	1	17	audibleHzRange
	Q2	1	0	eqQ
	Gain2	1	15	eqGain
	Freq3	1	23	audibleHzRange
	Q3	1	0	eqQ
	Gain3	1	15	eqGain
	FrqHSh	1	29	audibleHzRange
	GainHS	1	15	rvrbeqGain
	Level	1	100	inc_0_100
		15 (Total MIDI WORDs)

[ Main Index ] [ Equalizers Index ]



Band Pass Filter

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	BPF	0	11	61	1	1	-

SAP command

	BPF (         ## 3 parameters for SAP
	      1000Hz,  # Freq     (audibleHzRange)
	      .25   ,  # Q        (eqQ)
	      100      # Level    (inc_0_100)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Freq	1	16	audibleHzRange
	Q	1	0	eqQ
	Level	1	100	inc_0_100
		3 (Total MIDI WORDs)

[ Main Index ] [ Equalizers Index ]



Notch Filter

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	Notch	0	12	6	1	1	-

SAP command

	Notch (        ## 3 parameters for SAP
	        63Hz ,  # Freq     (audibleHzRange)
	        16.00,  # Q        (eqQ)
	        100     # Level    (inc_0_100)
	      )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Freq	1	4	audibleHzRange
	Q	1	9	eqQ
	Level	1	100	inc_0_100
		3 (Total MIDI WORDs)

[ Main Index ] [ Equalizers Index ]



Cabinet Emulator

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	Cab	0	17	88	1	1	yes

SAP command

	Cab (                ## 2 parameters for SAP
	      On           ,  # CabEm    (bypassable)
	      10 MaxBndwidt   # Type     (cabType)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	CabEm	1	1	bypassable
	Type	1	9	cabType
		2 (Total MIDI WORDs)

[ Main Index ] [ Equalizers Index ]


Reverbs

[ Main Index ]



Multi-FX Reverb

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	MVrb	30	69	10	1	2	-

SAP command

	MVrb (         ## 9 parameters for SAP
	       On    ,  # Reverb   (moduleBoolean)
	       15ms  ,  # PreDly   (inc_0_100ms)
	       30ms  ,  # Spread   (inc_10_100ms_by10)
	       10    ,  # Diffsn   (inc_1_10)
	       20000 ,  # HFDecy   (audibleHzRange)
	       20000 ,  # Roloff   (audibleHzRange)
	       8     ,  # Size     (inc_1_10)
	       2.00 S,  # RT60     (rvrbRT_tiedSize)
	       50       # Level    (inc_0_100)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Reverb	1	1	moduleBoolean
	PreDly	1	15	inc_0_100ms
	Spread	1	2	inc_10_100ms_by10
	Diffsn	1	9	inc_1_10
	HFDecy	1	29	audibleHzRange
	Roloff	1	29	audibleHzRange
	Size	1	7	inc_1_10
	RT60	1	15	rvrbRT_tiedSize	->Size
	Level	1	50	inc_0_100
		9 (Total MIDI WORDs)

[ Main Index ] [ Reverbs Index ]



BigVerb

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	Big	79	119	11	1	2	-

SAP command

	Big (         ## 14 parameters for SAP
	      On    ,  # Reverb   (moduleBoolean)
	      0ms   ,  # PreDly   (inc_0_100ms)
	      400ms ,  # Spread   (rvrbSpread3)
	      5     ,  # Shape    (inc_1_10)
	      7     ,  # Diffsn   (inc_1_10)
	      50    ,  # Level    (inc_0_100)
	      0ms   ,  # PreDly   (inc_0_100ms)
	      80ms  ,  # Spread   (rvrbSpread2)
	      7     ,  # Diffsn   (inc_1_10)
	      20000 ,  # HFDecy   (audibleHzRange)
	      20000 ,  # Roloff   (audibleHzRange)
	      5     ,  # Size     (inc_1_10)
	      3.00 S,  # RT60     (rvrbRT_tiedSize)
	      50       # Level    (inc_0_100)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Reverb	1	1	moduleBoolean
	PreDly	1	0	inc_0_100ms
	Spread	1	9	rvrbSpread3
	Shape	1	4	inc_1_10
	Diffsn	1	6	inc_1_10
	Level	1	50	inc_0_100
	PreDly	1	0	inc_0_100ms
	Spread	1	3	rvrbSpread2
	Diffsn	1	6	inc_1_10
	HFDecy	1	29	audibleHzRange
	Roloff	1	29	audibleHzRange
		1	00	
	Size	1	4	inc_1_10
	RT60	1	21	rvrbRT_tiedSize	->Size
	Level	1	50	inc_0_100
		15 (Total MIDI WORDs)

[ Main Index ] [ Reverbs Index ]



GigaVerb

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	Gig	191	225	12	2	2	-

SAP command

	Gig (         ## 22 parameters for SAP
	      On    ,  # Reverb   (moduleBoolean)
	      30ms  ,  # PreDly   (inc_0_100ms)
	      20ms  ,  # Spread   (rvrbSpread)
	      1     ,  # Shape    (inc_1_16)
	      6     ,  # Difusn   (inc_1_10)
	      40    ,  # ERLev    (inc_0_100)
	      50ms  ,  # PreDly   (inc_0_100ms)
	      200ms ,  # Spread   (rvrbSpread2)
	      10000 ,  # X_Over   (audibleHzRange)
	      8     ,  # Difusn   (inc_1_10)
	      20000 ,  # HFDecy   (audibleHzRange)
	      20000 ,  # Roloff   (audibleHzRange)
	      5     ,  # Size     (inc_1_10)
	      5.00 S,  # RTMid    (rvrbRT_tiedSize)
	      4.00 S,  # RTBass   (rvrbRT_tiedSize)
	      5000Hz,  # CtrFrq   (audibleHzRange)
	      2.00  ,  # Q        (rvrbQ)
	      0dB   ,  # Gain     (rvrbeqGain)
	      70    ,  # MidLev   (inc_0_100)
	      80    ,  # BasLev   (inc_0_100)
	      100   ,  # RVLev    (inc_0_100)
	      50       # Master   (inc_0_100)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Reverb	1	1	moduleBoolean
	PreDly	1	30	inc_0_100ms
	Spread	1	0	rvrbSpread
	Shape	1	0	inc_1_16
	Difusn	1	5	inc_1_10
	ERLev	1	40	inc_0_100
	PreDly	1	50	inc_0_100ms
	Spread	1	9	rvrbSpread2
	X_Over	1	26	audibleHzRange
	Difusn	1	7	inc_1_10
	HFDecy	1	29	audibleHzRange
	Roloff	1	29	audibleHzRange
	Size	1	4	inc_1_10
	RTMid	1	25	rvrbRT_tiedSize	->Size
	RTBass	1	23	rvrbRT_tiedSize	->Size
	CtrFrq	1	23	audibleHzRange
	Q	1	6	rvrbQ
	Gain	1	15	rvrbeqGain
	MidLev	1	70	inc_0_100
	BasLev	1	80	inc_0_100
	RVLev	1	100	inc_0_100
	Master	1	50	inc_0_100
		22 (Total MIDI WORDs)

[ Main Index ] [ Reverbs Index ]



Gated Reverb

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	GtRvb	62	135	16	1	2	-

SAP command

	GtRvb (         ## 11 parameters for SAP
	        On    ,  # Reverb   (moduleBoolean)
	        30ms  ,  # Pdly     (inc_0_100ms)
	        175ms ,  # Decay    (rvrbGatedDecay)
	        Flat  ,  # Shape    (rvrbGatedShape)
	        10    ,  # Difusn   (inc_1_10)
	        5000Hz,  # LPFreq   (audibleHzRange)
	        5ms   ,  # ActDly   (rvrbAccDly)
	        80    ,  # AcLft    (inc_0_100)
	        80    ,  # ActRt    (inc_0_100)
	        100   ,  # RvbLft   (inc_0_100)
	        100      # RvbRt    (inc_0_100)
	      )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Reverb	1	1	moduleBoolean
	Pdly	1	30	inc_0_100ms
	Decay	1	10	rvrbGatedDecay
	Shape	1	1	rvrbGatedShape
	Difusn	1	9	inc_1_10
	LPFreq	1	23	audibleHzRange
	ActDly	1	55	rvrbAccDly
	AcLft	1	80	inc_0_100
	ActRt	1	80	inc_0_100
	RvbLft	1	100	inc_0_100
	RvbRt	1	100	inc_0_100
		11 (Total MIDI WORDs)

[ Main Index ] [ Reverbs Index ]



Stereo Big Reverb

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	SBig	65	136	14	2	2	-

SAP command

	SBig (         ## 10 parameters for SAP
	       On    ,  # Reverb   (moduleBoolean)
	       15ms  ,  # PreDly   (inc_0_100ms)
	       30ms  ,  # Spread   (rvrbSpread1)
	       10    ,  # Diffsn   (inc_1_10)
	       20000 ,  # HFDcy    (audibleHzRange)
	       20000 ,  # Roloff   (audibleHzRange)
	       9     ,  # Size     (inc_1_10)
	       2.70 S,  # RT60     (rvrbRT_tiedSize)
	       0     ,  # SBlend   (inc_0_100)
	       50       # Level    (inc_0_100)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Reverb	1	1	moduleBoolean
	PreDly	1	15	inc_0_100ms
	Spread	1	2	rvrbSpread1
	Diffsn	1	9	inc_1_10
	HFDcy	1	29	audibleHzRange
	Roloff	1	29	audibleHzRange
	Size	1	8	inc_1_10
	RT60	1	16	rvrbRT_tiedSize	->Size
	SBlend	1	0	inc_0_100
	Level	1	50	inc_0_100
		10 (Total MIDI WORDs)

[ Main Index ] [ Reverbs Index ]



Stereo Gigaverb

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	SGig	157	221	15	2	2	-

SAP command

	SGig (         ## 18 parameters for SAP
	       On    ,  # Reverb   (moduleBoolean)
	       0ms   ,  # PreDly   (inc_0_100ms)
	       200ms ,  # Spread   (rvrbSpread)
	       1     ,  # Shape    (inc_1_10)
	       0     ,  # SBlend   (inc_0_100)
	       100   ,  # Level    (inc_0_100)
	       0ms   ,  # PreDly   (inc_0_100ms)
	       140ms ,  # Spread   (rvrbSpread2)
	       10000 ,  # XOver    (audibleHzRange)
	       8     ,  # Diffsn   (inc_1_10)
	       20000 ,  # HFDcy    (audibleHzRange)
	       20000 ,  # Roloff   (audibleHzRange)
	       5     ,  # Size     (inc_1_10)
	       3.00 S,  # RT60     (rvrbRT_tiedSize)
	       70    ,  # MidLev   (inc_0_100)
	       80    ,  # BasLev   (inc_0_100)
	       0     ,  # SBlend   (inc_0_100)
	       50       # Level    (inc_0_100)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Reverb	1	1	moduleBoolean
	PreDly	1	0	inc_0_100ms
	Spread	1	9	rvrbSpread
	Shape	1	0	inc_1_10
	SBlend	1	0	inc_0_100
	Level	1	100	inc_0_100
	PreDly	1	0	inc_0_100ms
	Spread	1	6	rvrbSpread2
	XOver	1	26	audibleHzRange
	Diffsn	1	7	inc_1_10
	HFDcy	1	29	audibleHzRange
	Roloff	1	29	audibleHzRange
	Size	1	4	inc_1_10
	RT60	1	21	rvrbRT_tiedSize	->Size
	MidLev	1	70	inc_0_100
	BasLev	1	80	inc_0_100
	SBlend	1	0	inc_0_100
	Level	1	50	inc_0_100
		18 (Total MIDI WORDs)

[ Main Index ] [ Reverbs Index ]



Stereo Gated Reverb

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	SGtRv	85	217	18	2	2	-

SAP command

	SGtRv (         ## 13 parameters for SAP
	        On    ,  # GGtRvb   (moduleBoolean)
	        0ms   ,  # PreDly   (inc_0_100ms)
	        200ms ,  # Decay    (rvrbDecay)
	        50    ,  # StBlnd   (inc_0_100)
	        Flat  ,  # EnvlpL   (rvrbRamp)
	        Flat  ,  # EnvlpR   (rvrbRamp)
	        7     ,  # Diffsn   (inc_1_10)
	        5000Hz,  # LPF      (audibleHzRange)
	        5ms   ,  # AccDly   (rvrbAccDly)
	        80    ,  # AccLvL   (inc_0_100)
	        80    ,  # AccLvR   (inc_0_100)
	        100   ,  # LftLev   (inc_0_100)
	        100      # RtLev    (inc_0_100)
	      )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	GGtRvb	1	1	moduleBoolean
	PreDly	1	0	inc_0_100ms
	Decay	1	6	rvrbDecay
	StBlnd	1	50	inc_0_100
	EnvlpL	1	1	rvrbRamp
	EnvlpR	1	1	rvrbRamp
	Diffsn	1	6	inc_1_10
	LPF	1	23	audibleHzRange
	AccDly	1	55	rvrbAccDly
	AccLvL	1	80	inc_0_100
	AccLvR	1	80	inc_0_100
		1	00	
	LftLev	1	100	inc_0_100
	RtLev	1	100	inc_0_100
		14 (Total MIDI WORDs)

[ Main Index ] [ Reverbs Index ]


Delays

[ Main Index ]



Mono Delay 0.5 Sec

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	Dly	24	12	28	1	1	-

SAP command

	Dly (        ## 5 parameters for SAP
	      On   ,  # Dly0.5   (moduleBoolean)
	      0.500,  # Delay    (dlyDelay)
	      30 % ,  # Fdback   (regenFdback)
	      100  ,  # Level    (inc_0_100)
	      Off     # RptHld   (dlyHold)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Dly0.5	1	1	moduleBoolean
	Delay	2	5,0	dlyDelay
	Fdback	1	30	regenFdback
	Level	1	100	inc_0_100
	RptHld	1	0	dlyHold
		6 (Total MIDI WORDs)

[ Main Index ] [ Delays Index ]



Mono Delay 1.0 Sec

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	Dly1	47	12	24	1	1	-

SAP command

	Dly1 (        ## 5 parameters for SAP
	       On   ,  # Dly1.0   (moduleBoolean)
	       1.000,  # Delay    (dly1Delay)
	       30 % ,  # Fdback   (regenFdback)
	       100  ,  # Level    (inc_0_100)
	       Off     # RptHld   (dlyHold)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Dly1.0	1	1	moduleBoolean
	Delay	2	10,0	dly1Delay
	Fdback	1	30	regenFdback
	Level	1	100	inc_0_100
	RptHld	1	0	dlyHold
		6 (Total MIDI WORDs)

[ Main Index ] [ Delays Index ]



Mono Delay 2.0 Sec

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	Dly2	94	12	20	1	1	-

SAP command

	Dly2 (        ## 5 parameters for SAP
	       On   ,  # Dly2.0   (moduleBoolean)
	       2.000,  # Delay    (dly2Delay)
	       30 % ,  # Fdback   (regenFdback)
	       100  ,  # Level    (inc_0_100)
	       Off     # RptHld   (dlyHold)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Dly2.0	1	1	moduleBoolean
	Delay	2	20,0	dly2Delay
	Fdback	1	30	regenFdback
	Level	1	100	inc_0_100
	RptHld	1	0	dlyHold
		6 (Total MIDI WORDs)

[ Main Index ] [ Delays Index ]



Mono Delay 5.0 Sec

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	Dly5	235	12	56	1	1	-

SAP command

	Dly5 (        ## 5 parameters for SAP
	       On   ,  # Dly1.0   (moduleBoolean)
	       5.000,  # Delay    (dly5Delay)
	       30 % ,  # Fdback   (regenFdback)
	       100  ,  # Level    (inc_0_100)
	       Off     # RptHld   (dlyHold)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Dly1.0	1	1	moduleBoolean
	Delay	2	50,0	dly5Delay
	Fdback	1	30	regenFdback
	Level	1	100	inc_0_100
	RptHld	1	0	dlyHold
		6 (Total MIDI WORDs)

[ Main Index ] [ Delays Index ]



Stereo Delay 0.5 Sec

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	SDly	47	18	55	2	2	-

SAP command

	SDly (        ## 5 parameters for SAP
	       On   ,  # Dly0.5   (moduleBoolean)
	       0.500,  # Delay    (dlyDelay)
	       30 % ,  # Fdback   (regenFdback)
	       100  ,  # Level    (inc_0_100)
	       Off     # RptHld   (dlyHold)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Dly0.5	1	1	moduleBoolean
	Delay	2	5,0	dlyDelay
	Fdback	1	30	regenFdback
	Level	1	100	inc_0_100
	RptHld	1	0	dlyHold
		6 (Total MIDI WORDs)

[ Main Index ] [ Delays Index ]



Stereo Delay 1.0 Sec

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	SDly1	94	18	27	2	2	-

SAP command

	SDly1 (        ## 5 parameters for SAP
	        On   ,  # Dly1.0   (moduleBoolean)
	        1.000,  # Delay    (dly1Delay)
	        30 % ,  # Fdback   (regenFdback)
	        100  ,  # Level    (inc_0_100)
	        Off     # RptHld   (dlyHold)
	      )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Dly1.0	1	1	moduleBoolean
	Delay	2	10,0	dly1Delay
	Fdback	1	30	regenFdback
	Level	1	100	inc_0_100
	RptHld	1	0	dlyHold
		6 (Total MIDI WORDs)

[ Main Index ] [ Delays Index ]



Stereo Delay 2.0 Sec

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	SDly2	188	18	23	2	2	-

SAP command

	SDly2 (        ## 5 parameters for SAP
	        On   ,  # Dly2.0   (moduleBoolean)
	        2.000,  # Delay    (dly2Delay)
	        30 % ,  # Fdback   (regenFdback)
	        100  ,  # Level    (inc_0_100)
	        Off     # RptHld   (dlyHold)
	      )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Dly2.0	1	1	moduleBoolean
	Delay	2	20,0	dly2Delay
	Fdback	1	30	regenFdback
	Level	1	100	inc_0_100
	RptHld	1	0	dlyHold
		6 (Total MIDI WORDs)

[ Main Index ] [ Delays Index ]



2 Tap Delay 0.5 Sec

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	2TDly	24	16	29	1	2	-

SAP command

	2TDly (        ## 6 parameters for SAP
	        On   ,  # Dly0.5   (moduleBoolean)
	        0.200,  # Delay1   (dlyDelay)
	        0.500,  # Delay2   (dlyDelay)
	        20 % ,  # Fdback   (regenFdback)
	        100  ,  # Level    (inc_0_100)
	        Off     # RptHld   (dlyHold)
	      )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Dly0.5	1	1	moduleBoolean
	Delay1	2	2,50	dlyDelay
	Delay2	2	5,0	dlyDelay
	Fdback	1	20	regenFdback
	Level	1	100	inc_0_100
	RptHld	1	0	dlyHold
		8 (Total MIDI WORDs)

[ Main Index ] [ Delays Index ]



2 Tap Delay 1.0 Sec

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	2TDly1	47	16	25	1	2	-

SAP command

	2TDly1 (        ## 6 parameters for SAP
	         On   ,  # Dly1.0   (moduleBoolean)
	         0.500,  # Delay1   (dly1Delay)
	         1.000,  # Delay2   (dly1Delay)
	         20 % ,  # Fdback   (regenFdback)
	         100  ,  # Level    (inc_0_100)
	         Off     # RptHld   (dlyHold)
	       )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Dly1.0	1	1	moduleBoolean
	Delay1	2	5,0	dly1Delay
	Delay2	2	10,0	dly1Delay
	Fdback	1	20	regenFdback
	Level	1	100	inc_0_100
	RptHld	1	0	dlyHold
		8 (Total MIDI WORDs)

[ Main Index ] [ Delays Index ]



2 Tap Delay 2.0 Sec

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	2TDly2	94	16	21	1	2	-

SAP command

	2TDly2 (        ## 6 parameters for SAP
	         On   ,  # Dly2.0   (moduleBoolean)
	         1.000,  # Delay1   (dly2Delay)
	         2.000,  # Delay2   (dly2Delay)
	         20 % ,  # Fdback   (regenFdback)
	         100  ,  # Level    (inc_0_100)
	         Off     # RptHld   (dlyHold)
	       )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Dly2.0	1	1	moduleBoolean
	Delay1	2	10,0	dly2Delay
	Delay2	2	20,0	dly2Delay
	Fdback	1	20	regenFdback
	Level	1	100	inc_0_100
	RptHld	1	0	dlyHold
		8 (Total MIDI WORDs)

[ Main Index ] [ Delays Index ]



2 Tap Delay 5.0 Sec

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	2TDly5	235	16	57	1	2	-

SAP command

	2TDly5 (        ## 6 parameters for SAP
	         On   ,  # Dly5.0   (moduleBoolean)
	         2.500,  # Delay1   (dly5Delay)
	         5.000,  # Delay2   (dly5Delay)
	         20 % ,  # Fdback   (regenFdback)
	         100  ,  # Level    (inc_0_100)
	         Off     # RptHld   (dlyHold)
	       )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Dly5.0	1	1	moduleBoolean
	Delay1	2	25,0	dly5Delay
	Delay2	2	50,0	dly5Delay
	Fdback	1	20	regenFdback
	Level	1	100	inc_0_100
	RptHld	1	0	dlyHold
		8 (Total MIDI WORDs)

[ Main Index ] [ Delays Index ]



4 Tap Delay 0.5 Sec

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	4TDly	24	24	54	1	4	-

SAP command

	4TDly (        ## 8 parameters for SAP
	        On   ,  # Dly0.5   (moduleBoolean)
	        0.100,  # Delay1   (dlyDelay)
	        0.200,  # Delay2   (dlyDelay)
	        0.300,  # Delay3   (dlyDelay)
	        0.500,  # Delay4   (dlyDelay)
	        10 % ,  # Fdback   (regenFdback)
	        100  ,  # Level    (inc_0_100)
	        Off     # RptHld   (dlyHold)
	      )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Dly0.5	1	1	moduleBoolean
	Delay1	2	1,25	dlyDelay
	Delay2	2	2,50	dlyDelay
	Delay3	2	3,75	dlyDelay
	Delay4	2	5,0	dlyDelay
	Fdback	1	10	regenFdback
	Level	1	100	inc_0_100
	RptHld	1	0	dlyHold
		12 (Total MIDI WORDs)

[ Main Index ] [ Delays Index ]



4 Tap Delay 1.0 Sec

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	4TDly1	47	24	26	1	4	-

SAP command

	4TDly1 (        ## 8 parameters for SAP
	         On   ,  # Dly1.0   (moduleBoolean)
	         0.200,  # Delay1   (dly1Delay)
	         0.500,  # Delay2   (dly1Delay)
	         0.700,  # Delay3   (dly1Delay)
	         1.000,  # Delay4   (dly1Delay)
	         10 % ,  # Fdback   (regenFdback)
	         100  ,  # Level    (inc_0_100)
	         Off     # RptHld   (dlyHold)
	       )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Dly1.0	1	1	moduleBoolean
	Delay1	2	2,50	dly1Delay
	Delay2	2	5,0	dly1Delay
	Delay3	2	7,50	dly1Delay
	Delay4	2	10,0	dly1Delay
	Fdback	1	10	regenFdback
	Level	1	100	inc_0_100
	RptHld	1	0	dlyHold
		12 (Total MIDI WORDs)

[ Main Index ] [ Delays Index ]



4 Tap Delay 2.0 Sec

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	4TDly2	94	24	22	1	4	-

SAP command

	4TDly2 (        ## 8 parameters for SAP
	         On   ,  # Dly2.0   (moduleBoolean)
	         0.500,  # Delay1   (dly2Delay)
	         1.000,  # Delay2   (dly2Delay)
	         1.500,  # Delay3   (dly2Delay)
	         2.000,  # Delay4   (dly2Delay)
	         10 % ,  # Fdback   (regenFdback)
	         100  ,  # Level    (inc_0_100)
	         Off     # RptHld   (dlyHold)
	       )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Dly2.0	1	1	moduleBoolean
	Delay1	2	5,0	dly2Delay
	Delay2	2	10,0	dly2Delay
	Delay3	2	15,0	dly2Delay
	Delay4	2	20,0	dly2Delay
	Fdback	1	10	regenFdback
	Level	1	100	inc_0_100
	RptHld	1	0	dlyHold
		12 (Total MIDI WORDs)

[ Main Index ] [ Delays Index ]



4 Tap Delay 5.0 Sec

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	4TDly5	235	24	58	1	4	-

SAP command

	4TDly5 (        ## 8 parameters for SAP
	         On   ,  # Dly5.0   (moduleBoolean)
	         1.200,  # Delay1   (dly5Delay)
	         2.500,  # Delay2   (dly5Delay)
	         3.700,  # Delay3   (dly5Delay)
	         5.000,  # Delay4   (dly5Delay)
	         Off  ,  # Fdback   (regenFdback)
	         100  ,  # Level    (inc_0_100)
	         Off     # RptHld   (dlyHold)
	       )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Dly5.0	1	1	moduleBoolean
	Delay1	2	12,50	dly5Delay
	Delay2	2	25,0	dly5Delay
	Delay3	2	37,50	dly5Delay
	Delay4	2	50,0	dly5Delay
	Fdback	1	0	regenFdback
	Level	1	100	inc_0_100
	RptHld	1	0	dlyHold
		12 (Total MIDI WORDs)

[ Main Index ] [ Delays Index ]



Modulated Delay

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	MDly	97	48	78	1	1	-

SAP command

	MDly (         ## 7 parameters for SAP
	       On    ,  # ModDly   (moduleBoolean)
	       0.300 ,  # Delay    (dly2Delay)
	       30 %  ,  # Fdback   (regenFdbackNeg)
	       1.00Hz,  # Speed    (LFOSpeed)
	       3.00  ,  # Depth    (LFODepth)
	       Sine  ,  # Wvform   (LFOWvform)
	       100      # Level    (inc_0_100)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	ModDly	1	1	moduleBoolean
	Delay	2	3,50	dly2Delay
	Fdback	1	129	regenFdbackNeg
	Speed	1	94	LFOSpeed
	Depth	1	12	LFODepth
	Wvform	1	0	LFOWvform
	Level	1	100	inc_0_100
		8 (Total MIDI WORDs)

[ Main Index ] [ Delays Index ]



Stereo Modulated Dly

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	SMDly	102	62	79	2	2	-

SAP command

	SMDly (         ## 8 parameters for SAP
	        On    ,  # ModDly   (moduleBoolean)
	        100   ,  # Level    (inc_0_100)
	        0.300 ,  # DelayL   (dly1Delay)
	        0.600 ,  # DelayR   (dly1Delay)
	        30 %  ,  # Fdback   (regenFdbackNeg)
	        1.00Hz,  # Speed    (LFOSpeed)
	        2.50  ,  # Depth    (LFODepth)
	        Sine     # Wvform   (LFOWvform)
	      )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	ModDly	1	1	moduleBoolean
	Level	1	100	inc_0_100
		1	00	
	DelayL	2	3,0	dly1Delay
	DelayR	2	6,0	dly1Delay
	Fdback	1	129	regenFdbackNeg
	Speed	1	94	LFOSpeed
	Depth	1	10	LFODepth
	Wvform	1	0	LFOWvform
		11 (Total MIDI WORDs)

[ Main Index ] [ Delays Index ]


Samplers

[ Main Index ]



Sampler 1.0 Seconds

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	Smpl1	47	110	50	1	1	-

SAP command

	Smpl1 (         ## 10 parameters for SAP
	        On    ,  # Samplr   (moduleBoolean)
	        +Trig ,  # Manual   (smplTrig)
	        Record,  # Mode     (smplMode)
	        0.000 ,  # Start    (smplStart_tiedStop)
	        1.000 ,  # Stop     (smplStop1_0_tiedStart)
	        100   ,  # DrctLv   (inc_0_100)
	        100   ,  # PlayLv   (inc_0_100)
	        ReTrig,  # AudTrg   (smplTrg)
	        50    ,  # TrgLvl   (inc_0_100)
	        Manual   # Loop     (smplLoop)
	      )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Samplr	1	1	moduleBoolean
	Manual	1	0	smplTrig
	Mode	1	0	smplMode
	Start	2	0,0	smplStart_tiedStop	->Stop
	Stop	2	10,0	smplStop1_0_tiedStart	->Start
		1	00	
	DrctLv	1	100	inc_0_100
	PlayLv	1	100	inc_0_100
		1	00	
	AudTrg	1	2	smplTrg
	TrgLvl	1	50	inc_0_100
	Loop	1	0	smplLoop
		14 (Total MIDI WORDs)

[ Main Index ] [ Samplers Index ]



Sampler 2.5 Seconds

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	Smpl2	118	98	51	1	1	-

SAP command

	Smpl2 (         ## 10 parameters for SAP
	        On    ,  # Samplr   (moduleBoolean)
	        +Trig ,  # Manual   (smplTrig)
	        Record,  # Mode     (smplMode)
	        0.000 ,  # Start    (smplStart_tiedStop)
	        2.500 ,  # Stop     (smplStop2_5_tiedStart)
	        100   ,  # DrctLv   (inc_0_100)
	        100   ,  # PlayLv   (inc_0_100)
	        ReTrig,  # AudTrg   (smplTrg)
	        50    ,  # TrgLvl   (inc_0_100)
	        Manual   # Loop     (smplLoop)
	      )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Samplr	1	1	moduleBoolean
	Manual	1	0	smplTrig
	Mode	1	0	smplMode
	Start	2	0,0	smplStart_tiedStop	->Stop
	Stop	2	25,0	smplStop2_5_tiedStart	->Start
		1	00	
	DrctLv	1	100	inc_0_100
	PlayLv	1	100	inc_0_100
		1	00	
	AudTrg	1	2	smplTrg
	TrgLvl	1	50	inc_0_100
	Loop	1	0	smplLoop
		14 (Total MIDI WORDs)

[ Main Index ] [ Samplers Index ]



Sampler 5.0 Seconds

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	Smpl5	235	98	52	1	1	-

SAP command

	Smpl5 (         ## 10 parameters for SAP
	        On    ,  # Samplr   (moduleBoolean)
	        +Trig ,  # Manual   (smplTrig)
	        Record,  # Mode     (smplMode)
	        0.000 ,  # Start    (smplStart_tiedStop)
	        5.000 ,  # Stop     (smplStop5_0_tiedStart)
	        100   ,  # DrctLv   (inc_0_100)
	        100   ,  # PlayLv   (inc_0_100)
	        ReTrig,  # AudTrg   (smplTrg)
	        50    ,  # TrgLvl   (inc_0_100)
	        Manual   # Loop     (smplLoop)
	      )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Samplr	1	1	moduleBoolean
	Manual	1	0	smplTrig
	Mode	1	0	smplMode
	Start	2	0,0	smplStart_tiedStop	->Stop
	Stop	2	50,0	smplStop5_0_tiedStart	->Start
		1	00	
	DrctLv	1	100	inc_0_100
	PlayLv	1	100	inc_0_100
		1	00	
	AudTrg	1	2	smplTrg
	TrgLvl	1	50	inc_0_100
	Loop	1	0	smplLoop
		14 (Total MIDI WORDs)

[ Main Index ] [ Samplers Index ]



Stereo Sampler 1.0

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	SSmpl1	94	110	53	2	2	-

SAP command

	SSmpl1 (         ## 10 parameters for SAP
	         On    ,  # Samplr   (moduleBoolean)
	         +Trig ,  # Manual   (smplTrig)
	         Record,  # Mode     (smplMode)
	         0.000 ,  # Start    (smplStart_tiedStop)
	         1.000 ,  # Stop     (smplStop1_0_tiedStart)
	         100   ,  # DrctLv   (inc_0_100)
	         100   ,  # PlayLv   (inc_0_100)
	         ReTrig,  # AudTrg   (smplTrg)
	         50    ,  # TrgLvl   (inc_0_100)
	         Manual   # Loop     (smplLoop)
	       )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Samplr	1	1	moduleBoolean
	Manual	1	0	smplTrig
	Mode	1	0	smplMode
	Start	2	0,0	smplStart_tiedStop	->Stop
	Stop	2	10,0	smplStop1_0_tiedStart	->Start
		1	00	
	DrctLv	1	100	inc_0_100
	PlayLv	1	100	inc_0_100
		1	00	
	AudTrg	1	2	smplTrg
	TrgLvl	1	50	inc_0_100
	Loop	1	0	smplLoop
		14 (Total MIDI WORDs)

[ Main Index ] [ Samplers Index ]



Stereo Sampler 2.5

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	SSmpl2	235	110	59	2	2	-

SAP command

	SSmpl2 (         ## 10 parameters for SAP
	         On    ,  # Samplr   (moduleBoolean)
	         +Trig ,  # Manual   (smplTrig)
	         Record,  # Mode     (smplMode)
	         0.000 ,  # Start    (smplStart_tiedStop)
	         2.500 ,  # Stop     (smplStop1_0_tiedStart)
	         100   ,  # DrctLv   (inc_0_100)
	         100   ,  # PlayLv   (inc_0_100)
	         ReTrig,  # AudTrg   (smplTrg)
	         50    ,  # TrgLvl   (inc_0_100)
	         Manual   # Loop     (smplLoop)
	       )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Samplr	1	1	moduleBoolean
	Manual	1	0	smplTrig
	Mode	1	0	smplMode
	Start	2	0,0	smplStart_tiedStop	->Stop
	Stop	2	25,0	smplStop1_0_tiedStart	->Start
		1	00	
	DrctLv	1	100	inc_0_100
	PlayLv	1	100	inc_0_100
		1	00	
	AudTrg	1	2	smplTrg
	TrgLvl	1	50	inc_0_100
	Loop	1	0	smplLoop
		14 (Total MIDI WORDs)

[ Main Index ] [ Samplers Index ]


Choruses

[ Main Index ]



Mono Chorus

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	Cho	10	50	30	1	1	-

SAP command

	Cho (         ## 6 parameters for SAP
	      On    ,  # Chorus   (moduleBoolean)
	      100   ,  # Level    (inc_0_100)
	      40.00 ,  # Delay    (choDelay)
	      0.75Hz,  # Speed    (LFOSpeed)
	      4.00  ,  # Depth    (LFODepth)
	      Sine     # Wvform   (LFOWvform)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Chorus	1	1	moduleBoolean
	Level	1	100	inc_0_100
	Delay	1	160	choDelay
	Speed	1	69	LFOSpeed
	Depth	1	16	LFODepth
	Wvform	1	0	LFOWvform
		6 (Total MIDI WORDs)

[ Main Index ] [ Choruses Index ]



Dual Chorus

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	DCho	10	62	31	1	2	-

SAP command

	DCho (         ## 7 parameters for SAP
	       On    ,  # Chorus   (moduleBoolean)
	       100   ,  # Level    (inc_0_100)
	       3.00  ,  # Delay1   (choDelay)
	       7.00  ,  # Delay2   (choDelay)
	       0.80Hz,  # Speed    (LFOSpeed)
	       4.00  ,  # Depth    (LFODepth)
	       Sine     # Wvform   (LFOWvform)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Chorus	1	1	moduleBoolean
	Level	1	100	inc_0_100
		1	00	
	Delay1	1	12	choDelay
	Delay2	1	28	choDelay
		1	00	
	Speed	1	74	LFOSpeed
	Depth	1	16	LFODepth
	Wvform	1	0	LFOWvform
		9 (Total MIDI WORDs)

[ Main Index ] [ Choruses Index ]



4 Phase Chorus

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	4PCho	10	82	32	1	4	-

SAP command

	4PCho (         ## 0 parameters for SAP
	        On    ,  # Chorus   (moduleBoolean)
	        100   ,  # Level    (inc_0_100)
	        10.00 ,  # Delay1   (choDelay)
	        20.00 ,  # Delay2   (choDelay)
	        30.00 ,  # Delay3   (choDelay)
	        40.00 ,  # Delay4   (choDelay)
	        0.25Hz,  # Speed    (LFOSpeed)
	        6.75     # Depth    (LFODepth)
	      )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Chorus	1	1	moduleBoolean
	Level	1	100	inc_0_100
	Delay1	1	40	choDelay
	Delay2	1	120	choDelay
	Delay3	1	80	choDelay
	Delay4	1	160	choDelay
	Speed	1	19	LFOSpeed
	Depth	1	27	LFODepth
		8 (Total MIDI WORDs)

[ Main Index ] [ Choruses Index ]



Stereo Chorus

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	SCho	19	66	33	2	2	-

SAP command

	SCho (         ## 0 parameters for SAP
	       On    ,  # Chorus   (moduleBoolean)
	       100   ,  # Level    (inc_0_100)
	       40.00 ,  # Delay    (choDelay)
	       0.75Hz,  # Speed    (LFOSpeed)
	       4.00  ,  # Depth    (LFODepth)
	       Sine     # Wvform   (LFOWvform)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Chorus	1	1	moduleBoolean
	Level	1	100	inc_0_100
	Delay	1	160	choDelay
	Speed	1	69	LFOSpeed
	Depth	1	16	LFODepth
	Wvform	1	0	LFOWvform
		6 (Total MIDI WORDs)

[ Main Index ] [ Choruses Index ]



Stereo Dual Chorus

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	SDCho	20	90	34	2	4	-

SAP command

	SDCho (         ## 7 parameters for SAP
	        On    ,  # Chorus   (moduleBoolean)
	        100   ,  # Level    (inc_0_100)
	        3.00  ,  # Delay1   (choDelay)
	        7.00  ,  # Delay2   (choDelay)
	        0.80Hz,  # Speed    (LFOSpeed)
	        4.00  ,  # Depth    (LFODepth)
	        Sine     # Wvform   (LFOWvform)
	      )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Chorus	1	1	moduleBoolean
	Level	1	100	inc_0_100
		1	00	
	Delay1	1	12	choDelay
	Delay2	1	28	choDelay
		1	00	
	Speed	1	74	LFOSpeed
	Depth	1	16	LFODepth
	Wvform	1	0	LFOWvform
		9 (Total MIDI WORDs)

[ Main Index ] [ Choruses Index ]


Flangers

[ Main Index ]



Mono Flanger

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	Fla	10	54	70	1	1	-

SAP command

	Fla (         ## 7 parameters for SAP
	      On    ,  # Flange   (moduleBoolean)
	      100   ,  # Level    (inc_0_100)
	      1.5ms ,  # Delay    (floatDelay)
	      -75 % ,  # Regen    (regenFdbackNeg)
	      0.20Hz,  # Speed    (LFOSpeed)
	      4.00  ,  # Depth    (LFODepth)
	      Expntl   # Wvform   (LFOWvform)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Flange	1	1	moduleBoolean
	Level	1	100	inc_0_100
		1	00	
	Delay	1	15	floatDelay
	Regen	1	24	regenFdbackNeg
		1	00	
	Speed	1	14	LFOSpeed
	Depth	1	16	LFODepth
	Wvform	1	3	LFOWvform
		9 (Total MIDI WORDs)

[ Main Index ] [ Flangers Index ]



Dual Flanger

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	DFla	19	68	71	1	2	-

SAP command

	DFla (         ## 7 parameters for SAP
	       On    ,  # Flange   (moduleBoolean)
	       100   ,  # Level    (inc_0_100)
	       1.5ms ,  # Delay    (floatDelay)
	       -75 % ,  # Regen    (regenFdbackNeg)
	       0.20Hz,  # Speed    (LFOSpeed)
	       4.00  ,  # Depth    (LFODepth)
	       Expntl   # Wvform   (LFOWvform)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Flange	1	1	moduleBoolean
	Level	1	100	inc_0_100
		1	00	
	Delay	1	15	floatDelay
	Regen	1	24	regenFdbackNeg
		1	00	
	Speed	1	14	LFOSpeed
	Depth	1	16	LFODepth
	Wvform	1	3	LFOWvform
		9 (Total MIDI WORDs)

[ Main Index ] [ Flangers Index ]



4-Phase Flanger

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	4PFla	38	96	72	1	4	-

SAP command

	4PFla (         ## 6 parameters for SAP
	        On    ,  # Flange   (moduleBoolean)
	        100   ,  # Level    (inc_0_100)
	        1.5ms ,  # Delay    (floatDelay)
	        0.20Hz,  # Speed    (LFOSpeed)
	        4.00  ,  # Depth    (LFODepth)
	        -29 %    # Regen    (regenFdbackNeg)
	      )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Flange	1	1	moduleBoolean
	Level	1	100	inc_0_100
	Delay	1	15	floatDelay
	Speed	1	14	LFOSpeed
	Depth	1	16	LFODepth
	Regen	1	70	regenFdbackNeg
		6 (Total MIDI WORDs)

[ Main Index ] [ Flangers Index ]



Stereo Flanger

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	SFla	19	70	73	2	2	-

SAP command

	SFla (         ## 7 parameters for SAP
	       On    ,  # Flange   (moduleBoolean)
	       100   ,  # Level    (inc_0_100)
	       1.5ms ,  # Delay    (floatDelay)
	       -75 % ,  # Regen    (regenFdbackNeg)
	       0.20Hz,  # Speed    (LFOSpeed)
	       2.50  ,  # Depth    (LFODepth)
	       Expntl   # Wvform   (LFOWvform)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Flange	1	1	moduleBoolean
	Level	1	100	inc_0_100
		1	00	
	Delay	1	15	floatDelay
	Regen	1	24	regenFdbackNeg
		1	00	
	Speed	1	14	LFOSpeed
	Depth	1	10	LFODepth
	Wvform	1	3	LFOWvform
		9 (Total MIDI WORDs)

[ Main Index ] [ Flangers Index ]


Pitch Shifters

[ Main Index ]



Pitch Shifter

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	Pch	13	60	40	1	1	-

SAP command

	Pch (         ## 7 parameters for SAP
	      On    ,  # PShift   (moduleBoolean)
	      100   ,  # Level    (inc_0_100)
	      0ms   ,  # PreDly   (inc_0_100ms)
	      7Tones,  # Pitch    (pchPitch)
	      0     ,  # Detune   (pchCents)
	      4-8   ,  # Track    (pchTrack)
	      Off      # Regen    (regenFdbackNeg)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	PShift	1	1	moduleBoolean
	Level	1	100	inc_0_100
	PreDly	1	0	inc_0_100ms
	Pitch	1	31	pchPitch
	Detune	1	100	pchCents
	Track	1	6	pchTrack
	Regen	1	99	regenFdbackNeg
		7 (Total MIDI WORDs)

[ Main Index ] [ Pitch Shifters Index ]



Dual Pitch Shifter

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	DPch	13	110	41	1	2	-

SAP command

	DPch (        ## 9 parameters for SAP
	       On   ,  # PShift   (moduleBoolean)
	       100  ,  # Level    (inc_0_100)
	       0ms  ,  # PreDly   (inc_0_100ms)
	       -12  ,  # Pitch1   (pchPitch)
	       0    ,  # Dtune1   (pchCents)
	       12-24,  # Track1   (pchTrack)
	       12   ,  # Pitch2   (pchPitch)
	       0    ,  # Dtune2   (pchCents)
	       12-24   # Track2   (pchTrack)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	PShift	1	1	moduleBoolean
	Level	1	100	inc_0_100
	PreDly	1	0	inc_0_100ms
	Pitch1	1	12	pchPitch
	Dtune1	1	100	pchCents
	Track1	1	9	pchTrack
	Pitch2	1	36	pchPitch
	Dtune2	1	100	pchCents
	Track2	1	9	pchTrack
		9 (Total MIDI WORDs)

[ Main Index ] [ Pitch Shifters Index ]



Stereo Pitch Shifter

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	SPch	25	78	42	1	4	-

SAP command

	SPch (         ## 7 parameters for SAP
	       On    ,  # Spitch   (moduleBoolean)
	       100   ,  # Level    (inc_0_100)
	       0ms   ,  # PreDly   (inc_0_100ms)
	       7Tones,  # Pitch    (pchPitch)
	       100   ,  # Detune   (inc_0_100)
	       4-8   ,  # Track    (pchTrack)
	       Off      # Regen    (regenFdbackNeg)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Spitch	1	1	moduleBoolean
	Level	1	100	inc_0_100
	PreDly	1	0	inc_0_100ms
	Pitch	1	31	pchPitch
	Detune	1	100	inc_0_100
	Track	1	6	pchTrack
	Regen	1	99	regenFdbackNeg
		7 (Total MIDI WORDs)

[ Main Index ] [ Pitch Shifters Index ]



Smooth Pitch Shifter

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	Pch2	16	167	87	1	1	yes

SAP command

	Pch2 (         ## 4 parameters for SAP
	       On    ,  # PShift   (moduleBoolean)
	       100   ,  # Level    (inc_0_100)
	       0Tones,  # Pitch    (pchPitch)
	       0     ,  # Detune   (pchCents)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	PShift	1	1	moduleBoolean
	Level	1	100	inc_0_100
		1	00	
	Pitch	1	24	pchPitch
	Detune	1	100	pchCents
		1	00	
		6 (Total MIDI WORDs)

[ Main Index ] [ Pitch Shifters Index ]



Harmony

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	Harm	1	188	86	1	1	yes

SAP command

	Harm (        ## 5 parameters for SAP
	       On   ,  # Harmny   (moduleBoolean)
	       100  ,  # Level    (inc_0_100)
	       A    ,  # Key      (pchKey)
	       Major,  # Scale    (pchScale)
	       +3rd    # Intrvl   (pchIntrvl_tiedScale)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Harmny	1	1	moduleBoolean
	Level	1	100	inc_0_100
		1	00	
	Key	1	9	pchKey
	Scale	1	0	pchScale
	Intrvl	1	9	pchIntrvl_tiedScale	->Scale
		6 (Total MIDI WORDs)

[ Main Index ] [ Pitch Shifters Index ]



Mono Detuner

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	Dtn	9	44	43	1	1	-

SAP command

	Dtn (      ## 4 parameters for SAP
	      On ,  # Detunr   (moduleBoolean)
	      10 ,  # Detune   (pchCents)
	      0ms,  # PreDly   (inc_0_100ms)
	      100   # Level    (inc_0_100)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Detunr	1	1	moduleBoolean
	Detune	1	110	pchCents
	PreDly	1	0	inc_0_100ms
	Level	1	100	inc_0_100
		4 (Total MIDI WORDs)

[ Main Index ] [ Pitch Shifters Index ]



Dual Detuner

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	DDtn	9	62	44	1	2	-

SAP command

	DDtn (       ## 5 parameters for SAP
	       On  ,  # Detunr   (moduleBoolean)
	       100 ,  # Level    (inc_0_100)
	       10  ,  # Detune   (pchCents)
	       10ms,  # Delay1   (inc_0_100ms)
	       20ms   # Delay2   (inc_0_100ms)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Detunr	1	1	moduleBoolean
	Level	1	100	inc_0_100
	Detune	1	110	pchCents
	Delay1	1	10	inc_0_100ms
	Delay2	1	20	inc_0_100ms
		5 (Total MIDI WORDs)

[ Main Index ] [ Pitch Shifters Index ]



Stereo Detuner

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	SDtn	17	64	45	2	2	-

SAP command

	SDtn (       ## 5 parameters for SAP
	       On  ,  # Detunr   (moduleBoolean)
	       100 ,  # Level    (inc_0_100)
	       10  ,  # Detune   (pchCents)
	       10ms,  # PrDlyL   (inc_0_100ms)
	       20ms   # PrDlyR   (inc_0_100ms)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Detunr	1	1	moduleBoolean
	Level	1	100	inc_0_100
	Detune	1	110	pchCents
	PrDlyL	1	10	inc_0_100ms
	PrDlyR	1	20	inc_0_100ms
		5 (Total MIDI WORDs)

[ Main Index ] [ Pitch Shifters Index ]



Stereo Dual Detuner

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	SDDtn	17	100	46	1	1	-

SAP command

	SDDtn (       ## 7 parameters for SAP
	        On  ,  # Detunr   (moduleBoolean)
	        100 ,  # Level    (inc_0_100)
	        10  ,  # Detune   (pchCents)
	        10ms,  # PrDly1   (inc_0_100ms)
	        20ms,  # PrDly2   (inc_0_100ms)
	        30ms,  # PrDly3   (inc_0_100ms)
	        40ms   # PrDly4   (inc_0_100ms)
	      )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Detunr	1	1	moduleBoolean
	Level	1	100	inc_0_100
	Detune	1	110	pchCents
	PrDly1	1	10	inc_0_100ms
	PrDly2	1	20	inc_0_100ms
	PrDly3	1	30	inc_0_100ms
	PrDly4	1	40	inc_0_100ms
		7 (Total MIDI WORDs)

[ Main Index ] [ Pitch Shifters Index ]



4 Voice Detuner

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	4VDtn	9	158	47	1	4	-

SAP command

	4VDtn (       ## 10 parameters for SAP
	        On  ,  # Detunr   (moduleBoolean)
	        100 ,  # Level    (inc_0_100)
	        10ms,  # Delay1   (inc_0_100ms)
	        4   ,  # Dtune1   (pchCents)
	        20ms,  # Delay2   (inc_0_100ms)
	        -4  ,  # Dtune2   (pchCents)
	        30ms,  # Delay3   (inc_0_100ms)
	        8   ,  # Dtune3   (pchCents)
	        40ms,  # Delay4   (inc_0_100ms)
	        -8     # Dtune4   (pchCents)
	      )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Detunr	1	1	moduleBoolean
	Level	1	100	inc_0_100
		1	00	
	Delay1	1	10	inc_0_100ms
	Dtune1	1	104	pchCents
		1	00	
	Delay2	1	20	inc_0_100ms
	Dtune2	1	96	pchCents
		1	00	
	Delay3	1	30	inc_0_100ms
	Dtune3	1	108	pchCents
		1	00	
	Delay4	1	40	inc_0_100ms
	Dtune4	1	92	pchCents
		14 (Total MIDI WORDs)

[ Main Index ] [ Pitch Shifters Index ]



Arpeggiator

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	Arp	78	58	48	1	1	-

SAP command

	Arp (         ## 7 parameters for SAP
	      On    ,  # Arpgtr   (moduleBoolean)
	      100   ,  # Level    (inc_0_100)
	      7Tones,  # Pitch    (pchPitch)
	      0     ,  # Detune   (pchCents)
	      4-8   ,  # Track    (pchTrack)
	      0.300 ,  # Delay    (pchDelayFloat)
	      25 %     # Fdback   (regenFdbackNeg)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Arpgtr	1	1	moduleBoolean
	Level	1	100	inc_0_100
		1	00	
	Pitch	1	31	pchPitch
	Detune	1	100	pchCents
	Track	1	6	pchTrack
	Delay	2	3,0	pchDelayFloat
	Fdback	1	124	regenFdbackNeg
		9 (Total MIDI WORDs)

[ Main Index ] [ Pitch Shifters Index ]



Stereo Arpeggiator

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	SArp	156	84	49	2	2	-

SAP command

	SArp (         ## 7 parameters for SAP
	       On    ,  # Arpgtr   (moduleBoolean)
	       100   ,  # Level    (inc_0_100)
	       5Tones,  # Pitch    (pchPitch)
	       0     ,  # Detune   (pchCents)
	       4-8   ,  # Track    (pchTrack)
	       0.300 ,  # Delay    (pchDelayFloat)
	       25 %     # Fdback   (regenFdbackNeg)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Arpgtr	1	1	moduleBoolean
	Level	1	100	inc_0_100
		1	00	
	Pitch	1	29	pchPitch
	Detune	1	100	pchCents
	Track	1	6	pchTrack
	Delay	2	3,0	pchDelayFloat
	Fdback	1	124	regenFdbackNeg
		9 (Total MIDI WORDs)

[ Main Index ] [ Pitch Shifters Index ]



Whammy

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	Wham	76	57	35	1	1	-

SAP command

	Wham (                ## 3 parameters for SAP
	       On           ,  # Whammy   (moduleBoolean)
	       Down2 Octaves,  # Select   (pchWhammyFunction)
	       0               # Pedal    (inc_0_100)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Whammy	1	1	moduleBoolean
	Select	1	6	pchWhammyFunction
		1	00	
	Pedal	1	0	inc_0_100
		4 (Total MIDI WORDs)

[ Main Index ] [ Pitch Shifters Index ]



Programmable Whammy

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	PWhm	76	58	36	1	1	-

SAP command

	PWhm (         ## 9 parameters for SAP
	       On    ,  # Whammy   (moduleBoolean)
	       0Tones,  # PchUP    (pchPitch)
	       0     ,  # DtnUP    (pchCents)
	       -24   ,  # PchDN    (pchPitch)
	       0     ,  # DtnDN    (pchCents)
	       0     ,  # Pedal    (inc_0_100)
	       12-24 ,  # Track    (pchTrack)
	       100   ,  # WhmLvl   (inc_0_100)
	       0        # DryLvl   (inc_0_100)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Whammy	1	1	moduleBoolean
	PchUP	1	24	pchPitch
	DtnUP	1	100	pchCents
	PchDN	1	0	pchPitch
	DtnDN	1	100	pchCents
	Pedal	1	0	inc_0_100
	Track	1	9	pchTrack
	WhmLvl	1	100	inc_0_100
	DryLvl	1	0	inc_0_100
		9 (Total MIDI WORDs)

[ Main Index ] [ Pitch Shifters Index ]



Smooth Whammy

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	Whm2	16	167	85	1	1	yes

SAP command

	Whm2 (              ## 3 parameters for SAP
	       On         ,  # Whammy   (moduleBoolean)
	       Deep Detune,  # Select   (pchWhammyFunc2)
	       0             # Pedal    (inc_0_100)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Whammy	1	1	moduleBoolean
	Select	1	0	pchWhammyFunc2
		1	00	
	Pedal	1	0	inc_0_100
		4 (Total MIDI WORDs)

[ Main Index ] [ Pitch Shifters Index ]


Noise Reduction/Gates

[ Main Index ]



S-DISC Silencer

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	Shh	1	12	90	1	1	-

SAP command

	Shh (        ## 3 parameters for SAP
	      On   ,  # Shh      (bypassable)
	      -70dB,  # Thresh   (ngtThresh)
	      50ms    # Releas   (ngtAttackReleas)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Shh	1	1	bypassable
	Thresh	1	30	ngtThresh
	Releas	1	26	ngtAttackReleas
		3 (Total MIDI WORDs)

[ Main Index ] [ Noise Reduction/Gates Index ]



St S-D Silencer

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	Shhh	1	14	91	2	2	-

SAP command

	Shhh (        ## 3 parameters for SAP
	       On   ,  # Shh      (bypassable)
	       -70dB,  # Thresh   (ngtThresh)
	       50ms    # Releas   (ngtAttackReleas)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Shh	1	1	bypassable
	Thresh	1	30	ngtThresh
	Releas	1	26	ngtAttackReleas
		3 (Total MIDI WORDs)

[ Main Index ] [ Noise Reduction/Gates Index ]



Noise Gate

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	NGt	1	12	92	1	1	-

SAP command

	NGt (        ## 8 parameters for SAP
	      On   ,  # SNGt     (bypassable)
	      -70dB,  # Thresh   (ngtThresh)
	      6dB  ,  # Hyster   (ngtHyster)
	      75ms ,  # HldTim   (ngtHldTim)
	      0ms  ,  # Attack   (ngtAttackReleas)
	      100ms,  # Releas   (ngtAttackReleas)
	      20dB ,  # Attn     (ngtAttn)
	      1.0ms   # Delay    (floatDelay)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	SNGt	1	1	bypassable
	Thresh	1	30	ngtThresh
	Hyster	1	6	ngtHyster
	HldTim	1	25	ngtHldTim
	Attack	1	0	ngtAttackReleas
	Releas	1	36	ngtAttackReleas
	Attn	1	20	ngtAttn
	Delay	1	10	floatDelay
		8 (Total MIDI WORDs)

[ Main Index ] [ Noise Reduction/Gates Index ]



St Noise Gate

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	SNGt	1	14	93	2	2	-

SAP command

	SNGt (        ## 8 parameters for SAP
	       On   ,  # NGt      (bypassable)
	       -70dB,  # Thresh   (ngtThresh)
	       6dB  ,  # Hyster   (ngtHyster)
	       75ms ,  # HldTim   (ngtHldTim)
	       0ms  ,  # Attack   (ngtAttackReleas)
	       100ms,  # Releas   (ngtAttackReleas)
	       20dB ,  # Attn     (ngtAttn)
	       1.0ms   # Delay    (floatDelay)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	NGt	1	1	bypassable
	Thresh	1	30	ngtThresh
	Hyster	1	6	ngtHyster
	HldTim	1	25	ngtHldTim
	Attack	1	0	ngtAttackReleas
	Releas	1	36	ngtAttackReleas
	Attn	1	20	ngtAttn
	Delay	1	10	floatDelay
		8 (Total MIDI WORDs)

[ Main Index ] [ Noise Reduction/Gates Index ]


Tremolos/Auto Panners

[ Main Index ]



Mono Tremolo

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	Trm	0	15	80	1	1	-

SAP command

	Trm (         ## 4 parameters for SAP
	      On    ,  # Trmolo   (moduleBoolean)
	      4.00Hz,  # Speed    (LFOSpeed)
	      51    ,  # Depth    (trmDepth)
	      100      # Level    (inc_0_100)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Trmolo	1	1	moduleBoolean
	Speed	1	124	LFOSpeed
	Depth	1	50	trmDepth
	Level	1	100	inc_0_100
		4 (Total MIDI WORDs)

[ Main Index ] [ Tremolos/Auto Panners Index ]



Stereo Tremolo

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	STrm	0	18	82	2	2	-

SAP command

	STrm (         ## 4 parameters for SAP
	       On    ,  # Trmolo   (moduleBoolean)
	       5.00Hz,  # Speed    (LFOSpeed)
	       51    ,  # Depth    (inc_1_100)
	       100      # Level    (inc_0_100)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Trmolo	1	1	moduleBoolean
	Speed	1	134	LFOSpeed
	Depth	1	50	inc_1_100
	Level	1	100	inc_0_100
		4 (Total MIDI WORDs)

[ Main Index ] [ Tremolos/Auto Panners Index ]



Auto Panner

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	Pan	0	24	81	1	2	-

SAP command

	Pan (         ## 4 parameters for SAP
	      On    ,  # Panner   (bypassable)
	      2.00Hz,  # Speed    (LFOSpeed)
	      51    ,  # Depth    (inc_1_100)
	      100      # Level    (inc_0_100)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Panner	1	1	bypassable
	Speed	1	104	LFOSpeed
	Depth	1	50	inc_1_100
	Level	1	100	inc_0_100
		4 (Total MIDI WORDs)

[ Main Index ] [ Tremolos/Auto Panners Index ]


Phasers

[ Main Index ]



Mono Phaser

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	Pha	2	46	74	1	1	-

SAP command

	Pha (         ## 6 parameters for SAP
	      On    ,  # Phaser   (moduleBoolean)
	      100   ,  # Level    (inc_0_100)
	      50 %  ,  # Regen    (regenFdbackNeg)
	      0.25Hz,  # Speed    (LFOSpeed)
	      93    ,  # Depth    (inc_0_100)
	      Sine     # WvForm   (LFOWvform)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Phaser	1	1	moduleBoolean
	Level	1	100	inc_0_100
	Regen	1	149	regenFdbackNeg
	Speed	1	19	LFOSpeed
	Depth	1	93	inc_0_100
	WvForm	1	0	LFOWvform
		6 (Total MIDI WORDs)

[ Main Index ] [ Phasers Index ]



Dual Phaser

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	DPha	2	48	75	1	2	-

SAP command

	DPha (         ## 6 parameters for SAP
	       On    ,  # Phaser   (moduleBoolean)
	       100   ,  # Level    (inc_0_100)
	       50 %  ,  # Regen    (regenFdbackNeg)
	       0.25Hz,  # Speed    (LFOSpeed)
	       93    ,  # Depth    (inc_0_100)
	       Sine     # WvForm   (LFOWvform)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Phaser	1	1	moduleBoolean
	Level	1	100	inc_0_100
	Regen	1	149	regenFdbackNeg
	Speed	1	19	LFOSpeed
	Depth	1	93	inc_0_100
	WvForm	1	0	LFOWvform
		6 (Total MIDI WORDs)

[ Main Index ] [ Phasers Index ]



Stereo Phaser

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	SPha	2	68	76	2	2	-

SAP command

	SPha (         ## 6 parameters for SAP
	       On    ,  # Phaser   (moduleBoolean)
	       100   ,  # Level    (inc_0_100)
	       50 %  ,  # Regen    (regenFdbackNeg)
	       0.25Hz,  # Speed    (LFOSpeed)
	       93    ,  # Depth    (inc_0_100)
	       Sine     # WvForm   (LFOWvform)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Phaser	1	1	moduleBoolean
	Level	1	100	inc_0_100
	Regen	1	149	regenFdbackNeg
	Speed	1	19	LFOSpeed
	Depth	1	93	inc_0_100
	WvForm	1	0	LFOWvform
		6 (Total MIDI WORDs)

[ Main Index ] [ Phasers Index ]



4 Voice Phaser

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	4PPha	8	100	77	1	4	-

SAP command

	4PPha (         ## 5 parameters for SAP
	        On    ,  # Phaser   (moduleBoolean)
	        100   ,  # Level    (inc_0_100)
	        50 %  ,  # Regen    (regenFdbackNeg)
	        0.25Hz,  # Speed    (LFOSpeed)
	        93       # Depth    (inc_0_100)
	      )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Phaser	1	1	moduleBoolean
	Level	1	100	inc_0_100
	Regen	1	149	regenFdbackNeg
	Speed	1	19	LFOSpeed
	Depth	1	93	inc_0_100
		5 (Total MIDI WORDs)

[ Main Index ] [ Phasers Index ]


Other

[ Main Index ]



4 Way Auto Panner

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	4Pan	0	34	8	1	4	-

SAP command

	4Pan (               ## 3 parameters for SAP
	       Out of Phase,  # Panner   (bypassable)
	       100         ,  # Level    (inc_0_100)
	       2.00Hz         # Speed    (LFOSpeed)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Panner	1	1	bypassable
	Level	1	100	inc_0_100
	Speed	1	104	LFOSpeed
		3 (Total MIDI WORDs)

[ Main Index ] [ Other Index ]



Phase Inverter

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	Inv	0	4	112	1	1	-

SAP command

	Inv (               ## 2 parameters for SAP
	      Out of Phase,  # Phase    (otherPhase)
	      100            # InvLvl   (inc_0_100)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Phase	1	1	otherPhase
		1	00	
	InvLvl	1	100	inc_0_100
		3 (Total MIDI WORDs)

[ Main Index ] [ Other Index ]



Traditional Wah

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	TWah	0	11	62	1	1	-

SAP command

	TWah (      ## 3 parameters for SAP
	       On ,  # Effect   (moduleBoolean)
	       100,  # Level    (inc_0_100)
	       16    # Pedal    (inc_1_32)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Effect	1	1	moduleBoolean
	Level	1	100	inc_0_100
	Pedal	1	15	inc_1_32
		3 (Total MIDI WORDs)

[ Main Index ] [ Other Index ]



Smooth Wah

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	SWah	0	25	39	1	1	yes

SAP command

	SWah (      ## 3 parameters for SAP
	       On ,  # Effect   (moduleBoolean)
	       100,  # Level    (inc_0_100)
	       1     # Pedal    (inc_1_32)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Effect	1	1	moduleBoolean
	Level	1	100	inc_0_100
	Pedal	1	0	inc_1_32
		3 (Total MIDI WORDs)

[ Main Index ] [ Other Index ]



Automatic Wah

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	AWah	0	49	37	1	1	-

SAP command

	AWah (      ## 3 parameters for SAP
	       On ,  # AWah     (bypassable)
	       100,  # Level    (inc_0_100)
	       90    # Sens     (inc_0_100)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	AWah	1	1	bypassable
	Level	1	100	inc_0_100
	Sens	1	90	inc_0_100
		3 (Total MIDI WORDs)

[ Main Index ] [ Other Index ]



Mono Ducker

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	Duc	0	28	94	2	1	-

SAP command

	Duc (         ## 6 parameters for SAP
	      On    ,  # Ducker   (moduleBoolean)
	      0dB   ,  # Thresh   (duckerThresh)
	      10.100,  # HoldTm   (dly5Delay)
	      -6dB  ,  # Attn     (duckerAttn)
	      1.00  ,  # Attack   (duckerAttackReleas)
	      1.00     # Releas   (duckerAttackReleas)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Ducker	1	1	moduleBoolean
	Thresh	1	70	duckerThresh
	HoldTm	1	101	dly5Delay
	Attn	1	94	duckerAttn
	Attack	1	100	duckerAttackReleas
	Releas	1	100	duckerAttackReleas
		6 (Total MIDI WORDs)

[ Main Index ] [ Other Index ]



Stereo Ducker

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	SDuc	0	32	95	3	2	-

SAP command

	SDuc (         ## 6 parameters for SAP
	       On    ,  # Ducker   (moduleBoolean)
	       0dB   ,  # Thresh   (duckerThresh)
	       10.100,  # HoldTm   (dly5Delay)
	       -6dB  ,  # Attn     (duckerAttn)
	       1.00  ,  # Attack   (duckerAttackReleas)
	       1.00     # Releas   (duckerAttackReleas)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Ducker	1	1	moduleBoolean
	Thresh	1	70	duckerThresh
	HoldTm	1	101	dly5Delay
	Attn	1	94	duckerAttn
	Attack	1	100	duckerAttackReleas
	Releas	1	100	duckerAttackReleas
		6 (Total MIDI WORDs)

[ Main Index ] [ Other Index ]



Tuning Reference

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	Tone	0	15	9	1	1	-

SAP command

	Tone (               ## 2 parameters for SAP
	       0           ,  # Level    (inc_0_100)
	       E2: 82.41 Hz   # Refrnc   (tuneReference)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Level	1	0	inc_0_100
	Refrnc	1	0	tuneReference
		2 (Total MIDI WORDs)

[ Main Index ] [ Other Index ]


Mixers

[ Main Index ]



2x1 Mixer

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	2x1	0	5	100	2	1	-

SAP command

	2x1 (      ## 3 parameters for SAP
	      100,  # Lev1     (inc_0_100)
	      100,  # Lev2     (inc_0_100)
	      100   # OutLev   (inc_0_100)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Lev1	1	100	inc_0_100
	Lev2	1	100	inc_0_100
	OutLev	1	100	inc_0_100
		3 (Total MIDI WORDs)

[ Main Index ] [ Mixers Index ]



3x1 Mixer

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	3x1	0	6	101	3	1	-

SAP command

	3x1 (      ## 4 parameters for SAP
	      100,  # Lev1     (inc_0_100)
	      100,  # Lev2     (inc_0_100)
	      100,  # Lev3     (inc_0_100)
	      100   # OutLev   (inc_0_100)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Lev1	1	100	inc_0_100
	Lev2	1	100	inc_0_100
	Lev3	1	100	inc_0_100
	OutLev	1	100	inc_0_100
		4 (Total MIDI WORDs)

[ Main Index ] [ Mixers Index ]



4x1 Mixer

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	4x1	0	7	102	4	1	-

SAP command

	4x1 (      ## 5 parameters for SAP
	      100,  # Lev1     (inc_0_100)
	      100,  # Lev2     (inc_0_100)
	      100,  # Lev3     (inc_0_100)
	      100,  # Lev4     (inc_0_100)
	      100   # OutLev   (inc_0_100)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Lev1	1	100	inc_0_100
	Lev2	1	100	inc_0_100
	Lev3	1	100	inc_0_100
	Lev4	1	100	inc_0_100
	OutLev	1	100	inc_0_100
		5 (Total MIDI WORDs)

[ Main Index ] [ Mixers Index ]



5x1 Mixer

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	5x1	0	8	118	5	1	-

SAP command

	5x1 (      ## 6 parameters for SAP
	      75 ,  # Lev1     (inc_0_100)
	      75 ,  # Lev2     (inc_0_100)
	      75 ,  # Lev3     (inc_0_100)
	      75 ,  # Lev4     (inc_0_100)
	      75 ,  # Lev5     (inc_0_100)
	      100   # OutLev   (inc_0_100)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Lev1	1	75	inc_0_100
	Lev2	1	75	inc_0_100
	Lev3	1	75	inc_0_100
	Lev4	1	75	inc_0_100
	Lev5	1	75	inc_0_100
	OutLev	1	100	inc_0_100
		6 (Total MIDI WORDs)

[ Main Index ] [ Mixers Index ]



6x1 Mixer

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	6x1	0	9	117	6	1	-

SAP command

	6x1 (      ## 7 parameters for SAP
	      75 ,  # Lev1     (inc_0_100)
	      75 ,  # Lev2     (inc_0_100)
	      75 ,  # Lev3     (inc_0_100)
	      75 ,  # Lev4     (inc_0_100)
	      75 ,  # Lev5     (inc_0_100)
	      75 ,  # Lev6     (inc_0_100)
	      100   # OutLev   (inc_0_100)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Lev1	1	75	inc_0_100
	Lev2	1	75	inc_0_100
	Lev3	1	75	inc_0_100
	Lev4	1	75	inc_0_100
	Lev5	1	75	inc_0_100
	Lev6	1	75	inc_0_100
	OutLev	1	100	inc_0_100
		7 (Total MIDI WORDs)

[ Main Index ] [ Mixers Index ]



7x1 Mixer

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	7x1	0	10	116	7	1	-

SAP command

	7x1 (      ## 8 parameters for SAP
	      75 ,  # Lev1     (inc_0_100)
	      75 ,  # Lev2     (inc_0_100)
	      75 ,  # Lev3     (inc_0_100)
	      75 ,  # Lev4     (inc_0_100)
	      75 ,  # Lev5     (inc_0_100)
	      75 ,  # Lev6     (inc_0_100)
	      75 ,  # Lev7     (inc_0_100)
	      100   # OutLev   (inc_0_100)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Lev1	1	75	inc_0_100
	Lev2	1	75	inc_0_100
	Lev3	1	75	inc_0_100
	Lev4	1	75	inc_0_100
	Lev5	1	75	inc_0_100
	Lev6	1	75	inc_0_100
	Lev7	1	75	inc_0_100
	OutLev	1	100	inc_0_100
		8 (Total MIDI WORDs)

[ Main Index ] [ Mixers Index ]



8x1 Mixer

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	8x1	0	11	103	8	1	-

SAP command

	8x1 (      ## 9 parameters for SAP
	      75 ,  # Lev1     (inc_0_100)
	      75 ,  # Lev2     (inc_0_100)
	      75 ,  # Lev3     (inc_0_100)
	      75 ,  # Lev4     (inc_0_100)
	      75 ,  # Lev5     (inc_0_100)
	      75 ,  # Lev6     (inc_0_100)
	      75 ,  # Lev7     (inc_0_100)
	      75 ,  # Lev8     (inc_0_100)
	      100   # OutLev   (inc_0_100)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Lev1	1	75	inc_0_100
	Lev2	1	75	inc_0_100
	Lev3	1	75	inc_0_100
	Lev4	1	75	inc_0_100
	Lev5	1	75	inc_0_100
	Lev6	1	75	inc_0_100
	Lev7	1	75	inc_0_100
	Lev8	1	75	inc_0_100
	OutLev	1	100	inc_0_100
		9 (Total MIDI WORDs)

[ Main Index ] [ Mixers Index ]



10x1 Mixer

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	10x1	0	13	119	10	1	-

SAP command

	10x1 (      ## 11 parameters for SAP
	       50 ,  # Lev1     (inc_0_100)
	       50 ,  # Lev2     (inc_0_100)
	       50 ,  # Lev3     (inc_0_100)
	       50 ,  # Lev4     (inc_0_100)
	       50 ,  # Lev5     (inc_0_100)
	       50 ,  # Lev6     (inc_0_100)
	       50 ,  # Lev7     (inc_0_100)
	       50 ,  # Lev8     (inc_0_100)
	       50 ,  # Lev9     (inc_0_100)
	       50 ,  # Lev10    (inc_0_100)
	       100   # OutLev   (inc_0_100)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Lev1	1	50	inc_0_100
	Lev2	1	50	inc_0_100
	Lev3	1	50	inc_0_100
	Lev4	1	50	inc_0_100
	Lev5	1	50	inc_0_100
	Lev6	1	50	inc_0_100
	Lev7	1	50	inc_0_100
	Lev8	1	50	inc_0_100
	Lev9	1	50	inc_0_100
	Lev10	1	50	inc_0_100
	OutLev	1	100	inc_0_100
		11 (Total MIDI WORDs)

[ Main Index ] [ Mixers Index ]



2x2 Mixer

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	2x2	0	8	108	2	2	-

SAP command

	2x2 (      ## 6 parameters for SAP
	      100,  # Input 1 Lev (inc_0_100_barGraph)
	      -50,  # Input 1 Pan (mixPan_barGraph)
	      100,  # Input 2 Lev (inc_0_100_barGraph)
	      50 ,  # Input 2 Pan (mixPan_barGraph)
	      100,  # OutL     (inc_0_100)
	      100   # OutR     (inc_0_100)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Input 1 Lev	1	100	inc_0_100_barGraph
	Input 1 Pan	1	0	mixPan_barGraph
		1	00	
	Input 2 Lev	1	100	inc_0_100_barGraph
	Input 2 Pan	1	26	mixPan_barGraph
		1	00	
	OutL	1	100	inc_0_100
	OutR	1	100	inc_0_100
		8 (Total MIDI WORDs)

[ Main Index ] [ Mixers Index ]



3x2 Mixer

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	3x2	0	10	109	3	2	-

SAP command

	3x2 (      ## 8 parameters for SAP
	      100,  # Input 1 Lev (inc_0_100_barGraph)
	      -50,  # Input 1 Pan (mixPan_barGraph)
	      100,  # Input 2 Lev (inc_0_100_barGraph)
	      50 ,  # Input 2 Pan (mixPan_barGraph)
	      100,  # Input 3 Lev (inc_0_100_barGraph)
	      0  ,  # Input 3 Pan (mixPan_barGraph)
	      100,  # OutL     (inc_0_100)
	      100   # OutR     (inc_0_100)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Input 1 Lev	1	100	inc_0_100_barGraph
	Input 1 Pan	1	0	mixPan_barGraph
		1	00	
	Input 2 Lev	1	100	inc_0_100_barGraph
	Input 2 Pan	1	26	mixPan_barGraph
		1	00	
	Input 3 Lev	1	100	inc_0_100_barGraph
	Input 3 Pan	1	13	mixPan_barGraph
		1	00	
	OutL	1	100	inc_0_100
	OutR	1	100	inc_0_100
		11 (Total MIDI WORDs)

[ Main Index ] [ Mixers Index ]



4x2 Mixer

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	4x2	0	13	104	4	2	-

SAP command

	4x2 (      ## 10 parameters for SAP
	      100,  # Input 1 Lev (inc_0_100_barGraph)
	      -50,  # Input 1 Pan (mixPan_barGraph)
	      100,  # Input 2 Lev (inc_0_100_barGraph)
	      50 ,  # Input 2 Pan (mixPan_barGraph)
	      100,  # Input 3 Lev (inc_0_100_barGraph)
	      -50,  # Input 3 Pan (mixPan_barGraph)
	      100,  # Input 4 Lev (inc_0_100_barGraph)
	      50 ,  # Input 4 Pan (mixPan_barGraph)
	      100,  # OutL     (inc_0_100)
	      100   # OutR     (inc_0_100)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Input 1 Lev	1	100	inc_0_100_barGraph
	Input 1 Pan	1	0	mixPan_barGraph
		1	00	
	Input 2 Lev	1	100	inc_0_100_barGraph
	Input 2 Pan	1	26	mixPan_barGraph
		1	00	
	Input 3 Lev	1	100	inc_0_100_barGraph
	Input 3 Pan	1	0	mixPan_barGraph
		1	00	
	Input 4 Lev	1	100	inc_0_100_barGraph
	Input 4 Pan	1	26	mixPan_barGraph
		1	00	
	OutL	1	100	inc_0_100
	OutR	1	100	inc_0_100
		14 (Total MIDI WORDs)

[ Main Index ] [ Mixers Index ]



5x2 Mixer

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	5x2	0	15	110	5	2	-

SAP command

	5x2 (      ## 12 parameters for SAP
	      100,  # Input 1 Lev (inc_0_100_barGraph)
	      -50,  # Input 1 Pan (mixPan_barGraph)
	      100,  # Input 2 Lev (inc_0_100_barGraph)
	      50 ,  # Input 2 Pan (mixPan_barGraph)
	      100,  # Input 3 Lev (inc_0_100_barGraph)
	      -50,  # Input 3 Pan (mixPan_barGraph)
	      100,  # Input 4 Lev (inc_0_100_barGraph)
	      50 ,  # Input 4 Pan (mixPan_barGraph)
	      100,  # Input 5 Lev (inc_0_100_barGraph)
	      0  ,  # Input 5 Pan (mixPan_barGraph)
	      100,  # OutL     (inc_0_100)
	      100   # OutR     (inc_0_100)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Input 1 Lev	1	100	inc_0_100_barGraph
	Input 1 Pan	1	0	mixPan_barGraph
		1	00	
	Input 2 Lev	1	100	inc_0_100_barGraph
	Input 2 Pan	1	26	mixPan_barGraph
		1	00	
	Input 3 Lev	1	100	inc_0_100_barGraph
	Input 3 Pan	1	0	mixPan_barGraph
		1	00	
	Input 4 Lev	1	100	inc_0_100_barGraph
	Input 4 Pan	1	26	mixPan_barGraph
		1	00	
	Input 5 Lev	1	100	inc_0_100_barGraph
	Input 5 Pan	1	13	mixPan_barGraph
		1	00	
	OutL	1	100	inc_0_100
	OutR	1	100	inc_0_100
		17 (Total MIDI WORDs)

[ Main Index ] [ Mixers Index ]



6x2 Mixer

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	6x2	0	17	111	6	2	-

SAP command

	6x2 (      ## 14 parameters for SAP
	      100,  # Input 1 Lev (inc_0_100_barGraph)
	      -50,  # Input 1 Pan (mixPan_barGraph)
	      100,  # Input 2 Lev (inc_0_100_barGraph)
	      50 ,  # Input 2 Pan (mixPan_barGraph)
	      100,  # Input 3 Lev (inc_0_100_barGraph)
	      -50,  # Input 3 Pan (mixPan_barGraph)
	      100,  # Input 4 Lev (inc_0_100_barGraph)
	      50 ,  # Input 4 Pan (mixPan_barGraph)
	      100,  # Input 5 Lev (inc_0_100_barGraph)
	      -50,  # Input 5 Pan (mixPan_barGraph)
	      100,  # Input 6 Lev (inc_0_100_barGraph)
	      50 ,  # Input 6 Pan (mixPan_barGraph)
	      100,  # OutL     (inc_0_100)
	      100   # OutR     (inc_0_100)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Input 1 Lev	1	100	inc_0_100_barGraph
	Input 1 Pan	1	0	mixPan_barGraph
		1	00	
	Input 2 Lev	1	100	inc_0_100_barGraph
	Input 2 Pan	1	26	mixPan_barGraph
		1	00	
	Input 3 Lev	1	100	inc_0_100_barGraph
	Input 3 Pan	1	0	mixPan_barGraph
		1	00	
	Input 4 Lev	1	100	inc_0_100_barGraph
	Input 4 Pan	1	26	mixPan_barGraph
		1	00	
	Input 5 Lev	1	100	inc_0_100_barGraph
	Input 5 Pan	1	0	mixPan_barGraph
		1	00	
	Input 6 Lev	1	100	inc_0_100_barGraph
	Input 6 Pan	1	26	mixPan_barGraph
		1	00	
	OutL	1	100	inc_0_100
	OutR	1	100	inc_0_100
		20 (Total MIDI WORDs)

[ Main Index ] [ Mixers Index ]



7x2 Mixer

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	7x2	0	19	113	7	2	-

SAP command

	7x2 (      ## 16 parameters for SAP
	      100,  # Input 1 Lev (inc_0_100_barGraph)
	      -50,  # Input 1 Pan (mixPan_barGraph)
	      100,  # Input 2 Lev (inc_0_100_barGraph)
	      50 ,  # Input 2 Pan (mixPan_barGraph)
	      100,  # Input 3 Lev (inc_0_100_barGraph)
	      -50,  # Input 3 Pan (mixPan_barGraph)
	      100,  # Input 4 Lev (inc_0_100_barGraph)
	      50 ,  # Input 4 Pan (mixPan_barGraph)
	      100,  # Input 5 Lev (inc_0_100_barGraph)
	      -50,  # Input 5 Pan (mixPan_barGraph)
	      100,  # Input 6 Lev (inc_0_100_barGraph)
	      50 ,  # Input 6 Pan (mixPan_barGraph)
	      100,  # Input 7 Lev (inc_0_100_barGraph)
	      0  ,  # Input 7 Pan (mixPan_barGraph)
	      100,  # OutL     (inc_0_100)
	      100   # OutR     (inc_0_100)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Input 1 Lev	1	100	inc_0_100_barGraph
	Input 1 Pan	1	0	mixPan_barGraph
		1	00	
	Input 2 Lev	1	100	inc_0_100_barGraph
	Input 2 Pan	1	26	mixPan_barGraph
		1	00	
	Input 3 Lev	1	100	inc_0_100_barGraph
	Input 3 Pan	1	0	mixPan_barGraph
		1	00	
	Input 4 Lev	1	100	inc_0_100_barGraph
	Input 4 Pan	1	26	mixPan_barGraph
		1	00	
	Input 5 Lev	1	100	inc_0_100_barGraph
	Input 5 Pan	1	0	mixPan_barGraph
		1	00	
	Input 6 Lev	1	100	inc_0_100_barGraph
	Input 6 Pan	1	26	mixPan_barGraph
		1	00	
	Input 7 Lev	1	100	inc_0_100_barGraph
	Input 7 Pan	1	13	mixPan_barGraph
		1	00	
	OutL	1	100	inc_0_100
	OutR	1	100	inc_0_100
		23 (Total MIDI WORDs)

[ Main Index ] [ Mixers Index ]



8x2 Mixer

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	8x2	0	21	105	8	2	-

SAP command

	8x2 (      ## 18 parameters for SAP
	      100,  # Input 1 Lev (inc_0_100_barGraph)
	      -50,  # Input 1 Pan (mixPan_barGraph)
	      100,  # Input 2 Lev (inc_0_100_barGraph)
	      50 ,  # Input 2 Pan (mixPan_barGraph)
	      100,  # Input 3 Lev (inc_0_100_barGraph)
	      -50,  # Input 3 Pan (mixPan_barGraph)
	      100,  # Input 4 Lev (inc_0_100_barGraph)
	      50 ,  # Input 4 Pan (mixPan_barGraph)
	      100,  # Input 5 Lev (inc_0_100_barGraph)
	      -50,  # Input 5 Pan (mixPan_barGraph)
	      100,  # Input 6 Lev (inc_0_100_barGraph)
	      50 ,  # Input 6 Pan (mixPan_barGraph)
	      100,  # Input 7 Lev (inc_0_100_barGraph)
	      -50,  # Input 7 Pan (mixPan_barGraph)
	      100,  # Input 8 Lev (inc_0_100_barGraph)
	      50 ,  # Input 8 Pan (mixPan_barGraph)
	      100,  # OutL     (inc_0_100)
	      100   # OutR     (inc_0_100)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Input 1 Lev	1	100	inc_0_100_barGraph
	Input 1 Pan	1	0	mixPan_barGraph
		1	00	
	Input 2 Lev	1	100	inc_0_100_barGraph
	Input 2 Pan	1	26	mixPan_barGraph
		1	00	
	Input 3 Lev	1	100	inc_0_100_barGraph
	Input 3 Pan	1	0	mixPan_barGraph
		1	00	
	Input 4 Lev	1	100	inc_0_100_barGraph
	Input 4 Pan	1	26	mixPan_barGraph
		1	00	
	Input 5 Lev	1	100	inc_0_100_barGraph
	Input 5 Pan	1	0	mixPan_barGraph
		1	00	
	Input 6 Lev	1	100	inc_0_100_barGraph
	Input 6 Pan	1	26	mixPan_barGraph
		1	00	
	Input 7 Lev	1	100	inc_0_100_barGraph
	Input 7 Pan	1	0	mixPan_barGraph
		1	00	
	Input 8 Lev	1	100	inc_0_100_barGraph
	Input 8 Pan	1	26	mixPan_barGraph
		1	00	
	OutL	1	100	inc_0_100
	OutR	1	100	inc_0_100
		26 (Total MIDI WORDs)

[ Main Index ] [ Mixers Index ]



10x2 Mixer

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	10x2	0	22	114	10	2	-

SAP command

	10x2 (      ## 22 parameters for SAP
	       100,  # Input 1 Lev (inc_0_100_barGraph)
	       -50,  # Input 1 Pan (mixPan_barGraph)
	       100,  # Input 2 Lev (inc_0_100_barGraph)
	       50 ,  # Input 2 Pan (mixPan_barGraph)
	       100,  # Input 3 Lev (inc_0_100_barGraph)
	       -50,  # Input 3 Pan (mixPan_barGraph)
	       100,  # Input 4 Lev (inc_0_100_barGraph)
	       50 ,  # Input 4 Pan (mixPan_barGraph)
	       100,  # Input 5 Lev (inc_0_100_barGraph)
	       -50,  # Input 5 Pan (mixPan_barGraph)
	       100,  # Input 6 Lev (inc_0_100_barGraph)
	       50 ,  # Input 6 Pan (mixPan_barGraph)
	       100,  # Input 7 Lev (inc_0_100_barGraph)
	       -50,  # Input 7 Pan (mixPan_barGraph)
	       100,  # Input 8 Lev (inc_0_100_barGraph)
	       50 ,  # Input 8 Pan (mixPan_barGraph)
	       100,  # Input 9 Lev (inc_0_100_barGraph)
	       -50,  # Input 9 Pan (mixPan_barGraph)
	       100,  # Input 10 Lev (inc_0_100_barGraph)
	       50 ,  # Input 10 Pan (mixPan_barGraph)
	       100,  # OutL     (inc_0_100)
	       100   # OutR     (inc_0_100)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Input 1 Lev	1	100	inc_0_100_barGraph
	Input 1 Pan	1	0	mixPan_barGraph
		1	00	
	Input 2 Lev	1	100	inc_0_100_barGraph
	Input 2 Pan	1	26	mixPan_barGraph
		1	00	
	Input 3 Lev	1	100	inc_0_100_barGraph
	Input 3 Pan	1	0	mixPan_barGraph
		1	00	
	Input 4 Lev	1	100	inc_0_100_barGraph
	Input 4 Pan	1	26	mixPan_barGraph
		1	00	
	Input 5 Lev	1	100	inc_0_100_barGraph
	Input 5 Pan	1	0	mixPan_barGraph
		1	00	
	Input 6 Lev	1	100	inc_0_100_barGraph
	Input 6 Pan	1	26	mixPan_barGraph
		1	00	
	Input 7 Lev	1	100	inc_0_100_barGraph
	Input 7 Pan	1	0	mixPan_barGraph
		1	00	
	Input 8 Lev	1	100	inc_0_100_barGraph
	Input 8 Pan	1	26	mixPan_barGraph
		1	00	
	Input 9 Lev	1	100	inc_0_100_barGraph
	Input 9 Pan	1	0	mixPan_barGraph
		1	00	
	Input 10 Lev	1	100	inc_0_100_barGraph
	Input 10 Pan	1	26	mixPan_barGraph
		1	00	
	OutL	1	100	inc_0_100
	OutR	1	100	inc_0_100
		32 (Total MIDI WORDs)

[ Main Index ] [ Mixers Index ]



12x2 Mixer

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	12x2	0	29	106	12	2	-

SAP command

	12x2 (      ## 26 parameters for SAP
	       100,  # Input 1 Lev (inc_0_100_barGraph)
	       -50,  # Input 1 Pan (mixPan_barGraph)
	       100,  # Input 2 Lev (inc_0_100_barGraph)
	       50 ,  # Input 2 Pan (mixPan_barGraph)
	       100,  # Input 3 Lev (inc_0_100_barGraph)
	       -50,  # Input 3 Pan (mixPan_barGraph)
	       100,  # Input 4 Lev (inc_0_100_barGraph)
	       50 ,  # Input 4 Pan (mixPan_barGraph)
	       100,  # Input 5 Lev (inc_0_100_barGraph)
	       -50,  # Input 5 Pan (mixPan_barGraph)
	       100,  # Input 6 Lev (inc_0_100_barGraph)
	       50 ,  # Input 6 Pan (mixPan_barGraph)
	       100,  # Input 7 Lev (inc_0_100_barGraph)
	       -50,  # Input 7 Pan (mixPan_barGraph)
	       100,  # Input 8 Lev (inc_0_100_barGraph)
	       50 ,  # Input 8 Pan (mixPan_barGraph)
	       100,  # Input 9 Lev (inc_0_100_barGraph)
	       -50,  # Input 9 Pan (mixPan_barGraph)
	       100,  # Input 10 Lev (inc_0_100_barGraph)
	       50 ,  # Input 10 Pan (mixPan_barGraph)
	       100,  # Input 11 Lev (inc_0_100_barGraph)
	       -50,  # Input 11 Pan (mixPan_barGraph)
	       100,  # Input 12 Lev (inc_0_100_barGraph)
	       50 ,  # Input 12 Pan (mixPan_barGraph)
	       100,  # OutL     (inc_0_100)
	       100   # OutR     (inc_0_100)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Input 1 Lev	1	100	inc_0_100_barGraph
	Input 1 Pan	1	0	mixPan_barGraph
		1	00	
	Input 2 Lev	1	100	inc_0_100_barGraph
	Input 2 Pan	1	26	mixPan_barGraph
		1	00	
	Input 3 Lev	1	100	inc_0_100_barGraph
	Input 3 Pan	1	0	mixPan_barGraph
		1	00	
	Input 4 Lev	1	100	inc_0_100_barGraph
	Input 4 Pan	1	26	mixPan_barGraph
		1	00	
	Input 5 Lev	1	100	inc_0_100_barGraph
	Input 5 Pan	1	0	mixPan_barGraph
		1	00	
	Input 6 Lev	1	100	inc_0_100_barGraph
	Input 6 Pan	1	26	mixPan_barGraph
		1	00	
	Input 7 Lev	1	100	inc_0_100_barGraph
	Input 7 Pan	1	0	mixPan_barGraph
		1	00	
	Input 8 Lev	1	100	inc_0_100_barGraph
	Input 8 Pan	1	26	mixPan_barGraph
		1	00	
	Input 9 Lev	1	100	inc_0_100_barGraph
	Input 9 Pan	1	0	mixPan_barGraph
		1	00	
	Input 10 Lev	1	100	inc_0_100_barGraph
	Input 10 Pan	1	26	mixPan_barGraph
		1	00	
	Input 11 Lev	1	100	inc_0_100_barGraph
	Input 11 Pan	1	0	mixPan_barGraph
		1	00	
	Input 12 Lev	1	100	inc_0_100_barGraph
	Input 12 Pan	1	26	mixPan_barGraph
		1	00	
	OutL	1	100	inc_0_100
	OutR	1	100	inc_0_100
		38 (Total MIDI WORDs)

[ Main Index ] [ Mixers Index ]



14x2 Mixer

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	14x2	0	31	115	14	2	-

SAP command

	14x2 (      ## 30 parameters for SAP
	       100,  # Input 1 Lev (inc_0_100_barGraph)
	       -50,  # Input 1 Pan (mixPan_barGraph)
	       100,  # Input 2 Lev (inc_0_100_barGraph)
	       50 ,  # Input 2 Pan (mixPan_barGraph)
	       100,  # Input 3 Lev (inc_0_100_barGraph)
	       -50,  # Input 3 Pan (mixPan_barGraph)
	       100,  # Input 4 Lev (inc_0_100_barGraph)
	       50 ,  # Input 4 Pan (mixPan_barGraph)
	       100,  # Input 5 Lev (inc_0_100_barGraph)
	       -50,  # Input 5 Pan (mixPan_barGraph)
	       100,  # Input 6 Lev (inc_0_100_barGraph)
	       50 ,  # Input 6 Pan (mixPan_barGraph)
	       100,  # Input 7 Lev (inc_0_100_barGraph)
	       -50,  # Input 7 Pan (mixPan_barGraph)
	       100,  # Input 8 Lev (inc_0_100_barGraph)
	       50 ,  # Input 8 Pan (mixPan_barGraph)
	       100,  # Input 9 Lev (inc_0_100_barGraph)
	       -50,  # Input 9 Pan (mixPan_barGraph)
	       100,  # Input 10 Lev (inc_0_100_barGraph)
	       50 ,  # Input 10 Pan (mixPan_barGraph)
	       100,  # Input 11 Lev (inc_0_100_barGraph)
	       -50,  # Input 11 Pan (mixPan_barGraph)
	       100,  # Input 12 Lev (inc_0_100_barGraph)
	       50 ,  # Input 12 Pan (mixPan_barGraph)
	       100,  # Input 13 Lev (inc_0_100_barGraph)
	       -50,  # Input 13 Pan (mixPan_barGraph)
	       100,  # Input 14 Lev (inc_0_100_barGraph)
	       50 ,  # Input 14 Pan (mixPan_barGraph)
	       100,  # OutL     (inc_0_100)
	       100   # OutR     (inc_0_100)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Input 1 Lev	1	100	inc_0_100_barGraph
	Input 1 Pan	1	0	mixPan_barGraph
		1	00	
	Input 2 Lev	1	100	inc_0_100_barGraph
	Input 2 Pan	1	26	mixPan_barGraph
		1	00	
	Input 3 Lev	1	100	inc_0_100_barGraph
	Input 3 Pan	1	0	mixPan_barGraph
		1	00	
	Input 4 Lev	1	100	inc_0_100_barGraph
	Input 4 Pan	1	26	mixPan_barGraph
		1	00	
	Input 5 Lev	1	100	inc_0_100_barGraph
	Input 5 Pan	1	0	mixPan_barGraph
		1	00	
	Input 6 Lev	1	100	inc_0_100_barGraph
	Input 6 Pan	1	26	mixPan_barGraph
		1	00	
	Input 7 Lev	1	100	inc_0_100_barGraph
	Input 7 Pan	1	0	mixPan_barGraph
		1	00	
	Input 8 Lev	1	100	inc_0_100_barGraph
	Input 8 Pan	1	26	mixPan_barGraph
		1	00	
	Input 9 Lev	1	100	inc_0_100_barGraph
	Input 9 Pan	1	0	mixPan_barGraph
		1	00	
	Input 10 Lev	1	100	inc_0_100_barGraph
	Input 10 Pan	1	26	mixPan_barGraph
		1	00	
	Input 11 Lev	1	100	inc_0_100_barGraph
	Input 11 Pan	1	0	mixPan_barGraph
		1	00	
	Input 12 Lev	1	100	inc_0_100_barGraph
	Input 12 Pan	1	26	mixPan_barGraph
		1	00	
	Input 13 Lev	1	100	inc_0_100_barGraph
	Input 13 Pan	1	0	mixPan_barGraph
		1	00	
	Input 14 Lev	1	100	inc_0_100_barGraph
	Input 14 Pan	1	26	mixPan_barGraph
		1	00	
	OutL	1	100	inc_0_100
	OutR	1	100	inc_0_100
		44 (Total MIDI WORDs)

[ Main Index ] [ Mixers Index ]



16x2 Mixer

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	16x2	0	37	107	16	2	-

SAP command

	16x2 (      ## 34 parameters for SAP
	       100,  # Input 1 Lev (inc_0_100_barGraph)
	       -50,  # Input 1 Pan (mixPan_barGraph)
	       100,  # Input 2 Lev (inc_0_100_barGraph)
	       50 ,  # Input 2 Pan (mixPan_barGraph)
	       100,  # Input 3 Lev (inc_0_100_barGraph)
	       -50,  # Input 3 Pan (mixPan_barGraph)
	       100,  # Input 4 Lev (inc_0_100_barGraph)
	       50 ,  # Input 4 Pan (mixPan_barGraph)
	       100,  # Input 5 Lev (inc_0_100_barGraph)
	       -50,  # Input 5 Pan (mixPan_barGraph)
	       100,  # Input 6 Lev (inc_0_100_barGraph)
	       50 ,  # Input 6 Pan (mixPan_barGraph)
	       100,  # Input 7 Lev (inc_0_100_barGraph)
	       -50,  # Input 7 Pan (mixPan_barGraph)
	       100,  # Input 8 Lev (inc_0_100_barGraph)
	       50 ,  # Input 8 Pan (mixPan_barGraph)
	       100,  # Input 9 Lev (inc_0_100_barGraph)
	       -50,  # Input 9 Pan (mixPan_barGraph)
	       100,  # Input 10 Lev (inc_0_100_barGraph)
	       50 ,  # Input 10 Pan (mixPan_barGraph)
	       100,  # Input 11 Lev (inc_0_100_barGraph)
	       -50,  # Input 11 Pan (mixPan_barGraph)
	       100,  # Input 12 Lev (inc_0_100_barGraph)
	       50 ,  # Input 12 Pan (mixPan_barGraph)
	       100,  # Input 13 Lev (inc_0_100_barGraph)
	       -50,  # Input 13 Pan (mixPan_barGraph)
	       100,  # Input 14 Lev (inc_0_100_barGraph)
	       50 ,  # Input 14 Pan (mixPan_barGraph)
	       100,  # Input 15 Lev (inc_0_100_barGraph)
	       -50,  # Input 15 Pan (mixPan_barGraph)
	       100,  # Input 16 Lev (inc_0_100_barGraph)
	       50 ,  # Input 16 Pan (mixPan_barGraph)
	       100,  # OutL     (inc_0_100)
	       100   # OutR     (inc_0_100)
	     )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Input 1 Lev	1	100	inc_0_100_barGraph
	Input 1 Pan	1	0	mixPan_barGraph
		1	00	
	Input 2 Lev	1	100	inc_0_100_barGraph
	Input 2 Pan	1	26	mixPan_barGraph
		1	00	
	Input 3 Lev	1	100	inc_0_100_barGraph
	Input 3 Pan	1	0	mixPan_barGraph
		1	00	
	Input 4 Lev	1	100	inc_0_100_barGraph
	Input 4 Pan	1	26	mixPan_barGraph
		1	00	
	Input 5 Lev	1	100	inc_0_100_barGraph
	Input 5 Pan	1	0	mixPan_barGraph
		1	00	
	Input 6 Lev	1	100	inc_0_100_barGraph
	Input 6 Pan	1	26	mixPan_barGraph
		1	00	
	Input 7 Lev	1	100	inc_0_100_barGraph
	Input 7 Pan	1	0	mixPan_barGraph
		1	00	
	Input 8 Lev	1	100	inc_0_100_barGraph
	Input 8 Pan	1	26	mixPan_barGraph
		1	00	
	Input 9 Lev	1	100	inc_0_100_barGraph
	Input 9 Pan	1	0	mixPan_barGraph
		1	00	
	Input 10 Lev	1	100	inc_0_100_barGraph
	Input 10 Pan	1	26	mixPan_barGraph
		1	00	
	Input 11 Lev	1	100	inc_0_100_barGraph
	Input 11 Pan	1	0	mixPan_barGraph
		1	00	
	Input 12 Lev	1	100	inc_0_100_barGraph
	Input 12 Pan	1	26	mixPan_barGraph
		1	00	
	Input 13 Lev	1	100	inc_0_100_barGraph
	Input 13 Pan	1	0	mixPan_barGraph
		1	00	
	Input 14 Lev	1	100	inc_0_100_barGraph
	Input 14 Pan	1	26	mixPan_barGraph
		1	00	
	Input 15 Lev	1	100	inc_0_100_barGraph
	Input 15 Pan	1	0	mixPan_barGraph
		1	00	
	Input 16 Lev	1	100	inc_0_100_barGraph
	Input 16 Pan	1	26	mixPan_barGraph
		1	00	
	OutL	1	100	inc_0_100
	OutR	1	100	inc_0_100
		50 (Total MIDI WORDs)

[ Main Index ] [ Mixers Index ]



2x3 Mixer

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	2x3	0	6	96	2	3	-

SAP command

	2x3 (      ## 4 parameters for SAP
	      100,  # Input 1 Lev (inc_0_100_barGraph)
	      -50,  # Input 1 Pan (mixPan_barGraph)
	      100,  # Input 2 Lev (inc_0_100_barGraph)
	      50 ,  # Input 2 Pan (mixPan_barGraph)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Input 1 Lev	1	100	inc_0_100_barGraph
	Input 1 Pan	1	0	mixPan_barGraph
		1	00	
	Input 2 Lev	1	100	inc_0_100_barGraph
	Input 2 Pan	1	26	mixPan_barGraph
		1	00	
		6 (Total MIDI WORDs)

[ Main Index ] [ Mixers Index ]



3x3 Mixer

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	3x3	0	8	97	3	3	-

SAP command

	3x3 (      ## 6 parameters for SAP
	      100,  # Input 1 Lev (inc_0_100_barGraph)
	      -50,  # Input 1 Pan (mixPan_barGraph)
	      100,  # Input 2 Lev (inc_0_100_barGraph)
	      50 ,  # Input 2 Pan (mixPan_barGraph)
	      100,  # Input 3 Lev (inc_0_100_barGraph)
	      0  ,  # Input 3 Pan (mixPan_barGraph)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Input 1 Lev	1	100	inc_0_100_barGraph
	Input 1 Pan	1	0	mixPan_barGraph
		1	00	
	Input 2 Lev	1	100	inc_0_100_barGraph
	Input 2 Pan	1	26	mixPan_barGraph
		1	00	
	Input 3 Lev	1	100	inc_0_100_barGraph
	Input 3 Pan	1	0	mixPan_barGraph
		1	00	
		9 (Total MIDI WORDs)

[ Main Index ] [ Mixers Index ]



4x3 Mixer

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	4x3	0	10	98	4	3	-

SAP command

	4x3 (      ## 8 parameters for SAP
	      100,  # Input 1 Lev (inc_0_100_barGraph)
	      -50,  # Input 1 Pan (mixPan_barGraph)
	      100,  # Input 2 Lev (inc_0_100_barGraph)
	      50 ,  # Input 2 Pan (mixPan_barGraph)
	      100,  # Input 3 Lev (inc_0_100_barGraph)
	      -50,  # Input 3 Pan (mixPan_barGraph)
	      100,  # Input 4 Lev (inc_0_100_barGraph)
	      50 ,  # Input 4 Pan (mixPan_barGraph)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Input 1 Lev	1	100	inc_0_100_barGraph
	Input 1 Pan	1	0	mixPan_barGraph
		1	00	
	Input 2 Lev	1	100	inc_0_100_barGraph
	Input 2 Pan	1	26	mixPan_barGraph
		1	00	
	Input 3 Lev	1	100	inc_0_100_barGraph
	Input 3 Pan	1	0	mixPan_barGraph
		1	00	
	Input 4 Lev	1	100	inc_0_100_barGraph
	Input 4 Pan	1	26	mixPan_barGraph
		1	00	
		12 (Total MIDI WORDs)

[ Main Index ] [ Mixers Index ]



5x3 Mixer

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	5x3	0	12	99	5	3	-

SAP command

	5x3 (      ## 10 parameters for SAP
	      100,  # Input 1 Lev (inc_0_100_barGraph)
	      -50,  # Input 1 Pan (mixPan_barGraph)
	      100,  # Input 2 Lev (inc_0_100_barGraph)
	      50 ,  # Input 2 Pan (mixPan_barGraph)
	      100,  # Input 3 Lev (inc_0_100_barGraph)
	      -50,  # Input 3 Pan (mixPan_barGraph)
	      100,  # Input 4 Lev (inc_0_100_barGraph)
	      50 ,  # Input 4 Pan (mixPan_barGraph)
	      100,  # Input 5 Lev (inc_0_100_barGraph)
	      0  ,  # Input 5 Pan (mixPan_barGraph)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Input 1 Lev	1	100	inc_0_100_barGraph
	Input 1 Pan	1	0	mixPan_barGraph
		1	00	
	Input 2 Lev	1	100	inc_0_100_barGraph
	Input 2 Pan	1	26	mixPan_barGraph
		1	00	
	Input 3 Lev	1	100	inc_0_100_barGraph
	Input 3 Pan	1	0	mixPan_barGraph
		1	00	
	Input 4 Lev	1	100	inc_0_100_barGraph
	Input 4 Pan	1	26	mixPan_barGraph
		1	00	
	Input 5 Lev	1	100	inc_0_100_barGraph
	Input 5 Pan	1	13	mixPan_barGraph
		1	00	
		15 (Total MIDI WORDs)

[ Main Index ] [ Mixers Index ]



6x3 Mixer

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	6x3	0	14	120	6	3	-

SAP command

	6x3 (      ## 12 parameters for SAP
	      100,  # Input 1 Lev (inc_0_100_barGraph)
	      -50,  # Input 1 Pan (mixPan_barGraph)
	      100,  # Input 2 Lev (inc_0_100_barGraph)
	      50 ,  # Input 2 Pan (mixPan_barGraph)
	      100,  # Input 3 Lev (inc_0_100_barGraph)
	      -50,  # Input 3 Pan (mixPan_barGraph)
	      100,  # Input 4 Lev (inc_0_100_barGraph)
	      50 ,  # Input 4 Pan (mixPan_barGraph)
	      100,  # Input 5 Lev (inc_0_100_barGraph)
	      -50,  # Input 5 Pan (mixPan_barGraph)
	      100,  # Input 6 Lev (inc_0_100_barGraph)
	      50 ,  # Input 6 Pan (mixPan_barGraph)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Input 1 Lev	1	100	inc_0_100_barGraph
	Input 1 Pan	1	0	mixPan_barGraph
		1	00	
	Input 2 Lev	1	100	inc_0_100_barGraph
	Input 2 Pan	1	26	mixPan_barGraph
		1	00	
	Input 3 Lev	1	100	inc_0_100_barGraph
	Input 3 Pan	1	0	mixPan_barGraph
		1	00	
	Input 4 Lev	1	100	inc_0_100_barGraph
	Input 4 Pan	1	26	mixPan_barGraph
		1	00	
	Input 5 Lev	1	100	inc_0_100_barGraph
	Input 5 Pan	1	0	mixPan_barGraph
		1	00	
	Input 6 Lev	1	100	inc_0_100_barGraph
	Input 6 Pan	1	26	mixPan_barGraph
		1	00	
		18 (Total MIDI WORDs)

[ Main Index ] [ Mixers Index ]



7x3 Mixer

Vital Statistics:

	CMD	RAM	CPU	FX#	INS	OUTS	Artist Only
	7x3	0	16	121	7	3	-

SAP command

	7x3 (      ## 14 parameters for SAP
	      100,  # Input 1 Lev (inc_0_100_barGraph)
	      -50,  # Input 1 Pan (mixPan_barGraph)
	      100,  # Input 2 Lev (inc_0_100_barGraph)
	      50 ,  # Input 2 Pan (mixPan_barGraph)
	      100,  # Input 3 Lev (inc_0_100_barGraph)
	      -50,  # Input 3 Pan (mixPan_barGraph)
	      100,  # Input 4 Lev (inc_0_100_barGraph)
	      50 ,  # Input 4 Pan (mixPan_barGraph)
	      100,  # Input 5 Lev (inc_0_100_barGraph)
	      -50,  # Input 5 Pan (mixPan_barGraph)
	      100,  # Input 6 Lev (inc_0_100_barGraph)
	      50 ,  # Input 6 Pan (mixPan_barGraph)
	      100,  # Input 7 Lev (inc_0_100_barGraph)
	      0  ,  # Input 7 Pan (mixPan_barGraph)
	    )

MIDI Data

		# MIDI	MIDI
	Param	WORDs	Default	Type
	Input 1 Lev	1	100	inc_0_100_barGraph
	Input 1 Pan	1	0	mixPan_barGraph
		1	00	
	Input 2 Lev	1	100	inc_0_100_barGraph
	Input 2 Pan	1	26	mixPan_barGraph
		1	00	
	Input 3 Lev	1	100	inc_0_100_barGraph
	Input 3 Pan	1	0	mixPan_barGraph
		1	00	
	Input 4 Lev	1	100	inc_0_100_barGraph
	Input 4 Pan	1	26	mixPan_barGraph
		1	00	
	Input 5 Lev	1	100	inc_0_100_barGraph
	Input 5 Pan	1	0	mixPan_barGraph
		1	00	
	Input 6 Lev	1	100	inc_0_100_barGraph
	Input 6 Pan	1	26	mixPan_barGraph
		1	00	
	Input 7 Lev	1	100	inc_0_100_barGraph
	Input 7 Pan	1	13	mixPan_barGraph
		1	00	
		21 (Total MIDI WORDs)

[ Main Index ] [ Mixers Index ]

GSP Parameter Data


The SAP spec was designed to mimic what is seen on the screen of the GSP when you work with it. In this document, I refer to SAP when I may also mean "what you see on the screen of the GSP."

Also, bear in mind that this is a document coming from single user point of view. This is is one guy sharing info. It is as correct as I think it is...


Parameter Types (in Tom's own words)

idText

GSP parameters of this type consist of an "array" of text strings that are presented in order as the data wheel is rolled forward and back.

The MIDI value for idText params is an integer value starting at 0. This value is an index into the array of text strings. for example:

		MIDI    SAP
	min	0	SaturatedTube
		1	DistortedTube
		2	Clean Tube
		3	Overdrive
		4	Heavy Sustain
	max	5	Grunge
Most parameters on the GSP are idText.

idTextTied

This parameter type is similar to the idText type but has multiple text "arrays" instead of just one. Which text array to use is determined by a MIDI value provided by a different parameter. Thus an idTextTied parameter is always "tied" to another (usually idWord) parameter.

idWord

This parameter type is something I use to express an indexed parameter list arithmetically. Example:

		MIDI	SAP
	min	0	-100
	max	200	100

or a more complex example:
		MIDI	SAP	Step by
	min	0	0ms	2
	max	250	500ms

doubleWord

The doubleWord type parameters are "larger" than the usual two-bytes-of-midi-data (word) parameters. So they are thus doubleWords.

Anyhow,these 4-byte datahogs are used to express numbers in an x.xxx format, such as:

			SAP
	min		0.000
	max		5.000

Sorry this does not show midi values for these...

doubleWordTied

This parameter is just like a doubleWord but it is also "tied" to a different parameter (which is also doubleWord. The tied doubleWord acts as a minimum or maximum limit to a doubleWordTied parameter. This is used exclusively in the Sampler group of effects. Example:

			SAP
	min		0.000
	max		tiedDoubleWord-0.001


bypassable

Parameter Type: idText


		MIDI	SAP
	min	0	Bypass
	max	1	On
		

compRatio

Parameter Type: idText


		MIDI	SAP
	min	0	1.5:1
		1	2:1
		2	3:1
		3	4:1
		4	5:1
		5	7:1
		6	10:1
	max	7	Inf:1
		

compThresh

Parameter Type: idText


		MIDI	SAP
	min	0	-30dB
		1	-35dB
		2	-40dB
	max	3	-45dB
		

compLevel

Parameter Type: idText


		MIDI	SAP
	min	0	-6 dB
		1	0 dB
	max	2	6 dB
		

distType

Parameter Type: idText


		MIDI	SAP
	min	0	SaturatedTube
		1	DistortedTube
		2	Clean Tube
		3	Overdrive
		4	Heavy Sustain
	max	5	Grunge
		

distGain

Parameter Type: idText


		MIDI	SAP
	min	0	0.6
		1	1.0
		2	1.3
		3	1.6
		4	2.0
		5	2.3
		6	2.6
		7	3.0
		8	3.3
		9	3.6
		10	4.0
		11	4.3
		12	4.6
		13	5.0
		14	5.3
		15	5.6
		16	6.0
		17	6.3
		18	6.6
		19	7.0
		20	7.3
		21	7.6
		22	8.0
		23	8.3
		24	8.6
		25	9.0
		26	9.3
		27	9.6
		28	10.0
		29	10.3
		30	10.6
	max	31	11.0
		

distGain_tiedType

Parameter Type: idTextTied


		MIDI	SAP	TIED MIDI VAL(s)
	min	0	0.6	0, 1
		1	1.0
		2	1.3
		3	1.6
		4	2.0
		5	2.3
		6	2.6
		7	3.0
		8	3.3
		9	3.6
		10	4.0
		11	4.3
		12	4.6
		13	5.0
		14	5.3
		15	5.6
		16	6.0
		17	6.3
		18	6.6
		19	7.0
		20	7.3
		21	7.6
		22	8.0
		23	8.3
		24	8.6
		25	9.0
		26	9.3
		27	9.6
		28	10.0
		29	10.3
		30	10.6
	max	31	11.0
		
		MIDI	SAP	TIED MIDI VAL(s)
	min	


mvolDB

Parameter Type: idText


		MIDI	SAP
	min	0	-16dB
		1	-15dB
		2	-14dB
		3	-13dB
		4	-12dB
		5	-11dB
		6	-10dB
		7	-9dB
		8	-8dB
		9	-7dB
		10	-6dB
		11	-5dB
		12	-4dB
		13	-3dB
		14	-2dB
		15	-1dB
		16	0
		17	+1dB
		18	+2dB
		19	+3dB
		20	+4dB
		21	+5dB
		22	+6dB
		23	+7dB
		24	+8dB
		25	+9dB
		26	+10dB
		27	+11dB
		28	+12dB
		29	+13dB
		30	+14dB
	max	31	+15dB
		

loop

Parameter Type: idText


		MIDI	SAP
	min	0	Bypass
		1	Summed
	max	2	No Sum
		

wetDry

Parameter Type: idWord


		MIDI	SAP
	min	0	0:W
	max	100	100:W


eqLevel

Parameter Type: idText


		MIDI	SAP
	min	0	-12dB
		1	-10dB
		2	-8dB
		3	-6dB
		4	-4dB
		5	-2dB
		6	0dB
		7	+2dB
		8	+4dB
		9	+6dB
		10	+8dB
		11	+10dB
	max	12	+12dB
		

GEQLevel

Parameter Type: idWord


		MIDI	SAP
	min	0	-15dB
	max	30	15dB


eqQ

Parameter Type: idText


		MIDI	SAP
	min	0	.25
		1	.50
		2	.75
		3	1.00
		4	1.25
		5	1.50
		6	2.00
		7	4.00
		8	8.00
	max	9	16.00
		

eqGain

Parameter Type: idWord


		MIDI	SAP
	min	0	-15dB
	max	30	15dB


cabType

Parameter Type: idText


		MIDI	SAP
	min	0	1 Warm Cab
		1	2 Warm Cab
		2	3 Warm Cab
		3	4 Med Cab
		4	5 Med Cab
		5	6 Med Cab
		6	7 Bright Cab
		7	8 Bright Cab
		8	9 Bright Cab
	max	9	10 MaxBndwidt
		

ngtThresh

Parameter Type: idText


		MIDI	SAP
	min	0	-100dB
		1	-99dB
		2	-98dB
		3	-97dB
		4	-96dB
		5	-95dB
		6	-94dB
		7	-93dB
		8	-92dB
		9	-91dB
		10	-90dB
		11	-89dB
		12	-88dB
		13	-87dB
		14	-86dB
		15	-85dB
		16	-84dB
		17	-83dB
		18	-82dB
		19	-81dB
		20	-80dB
		21	-79dB
		22	-78dB
		23	-77dB
		24	-76dB
		25	-75dB
		26	-74dB
		27	-73dB
		28	-72dB
		29	-71dB
		30	-70dB
		31	-69dB
		32	-68dB
		33	-67dB
		34	-66dB
		35	-65dB
		36	-64dB
		37	-63dB
		38	-62dB
		39	-61dB
		40	-60dB
		41	-59dB
		42	-58dB
		43	-57dB
		44	-56dB
		45	-55dB
		46	-54dB
		47	-53dB
		48	-52dB
		49	-51dB
		50	-50dB
		51	-49dB
		52	-48dB
		53	-47dB
		54	-46dB
		55	-45dB
		56	-44dB
		57	-43dB
		58	-42dB
		59	-41dB
		60	-40dB
		61	-39dB
		62	-38dB
		63	-37dB
		64	-36dB
		65	-35dB
		66	-34dB
		67	-33dB
		68	-32dB
		69	-31dB
		70	-30dB
		71	-27dB
		72	-24dB
		73	-21dB
		74	-18dB
		75	-15dB
		76	-12dB
		77	-9dB
		78	-6dB
	max	79	-3dB
		

ngtHyster

Parameter Type: idText


		MIDI	SAP
	min	0	0dB
		1	1dB
		2	2dB
		3	3dB
		4	4dB
		5	5dB
		6	6dB
		7	7dB
		8	8dB
		9	9dB
		10	10dB
		11	11dB
	max	12	12dB
		

ngtHldTim

Parameter Type: idWord


		MIDI	SAP	Step by
	min	0	0ms	2
	max	250	500ms


ngtAttackReleas

Parameter Type: idText


		MIDI	SAP
	min	0	0ms
		1	1ms
		2	2ms
		3	3ms
		4	4ms
		5	5ms
		6	6ms
		7	7ms
		8	8ms
		9	9ms
		10	10ms
		11	11ms
		12	12ms
		13	13ms
		14	14ms
		15	15ms
		16	16ms
		17	17ms
		18	18ms
		19	19ms
		20	20ms
		21	25ms
		22	30ms
		23	35ms
		24	40ms
		25	45ms
		26	50ms
		27	55ms
		28	60ms
		29	65ms
		30	70ms
		31	75ms
		32	80ms
		33	85ms
		34	90ms
		35	95ms
		36	100ms
		37	105ms
		38	110ms
		39	115ms
		40	120ms
		41	125ms
		42	130ms
		43	135ms
		44	140ms
		45	145ms
		46	150ms
		47	155ms
		48	160ms
		49	165ms
		50	170ms
		51	175ms
		52	180ms
		53	185ms
		54	190ms
		55	195ms
		56	200ms
		57	250ms
		58	300ms
		59	350ms
		60	400ms
		61	450ms
		62	500ms
		63	550ms
		64	600ms
		65	650ms
		66	700ms
		67	750ms
		68	800ms
		69	850ms
		70	900ms
		71	950ms
		72	1000ms
		73	1050ms
		74	1100ms
		75	1150ms
		76	1200ms
		77	1250ms
		78	1300ms
		79	1350ms
		80	1400ms
		81	1450ms
		82	1500ms
		83	1550ms
		84	1600ms
		85	1650ms
		86	1700ms
		87	1750ms
		88	1800ms
		89	1850ms
		90	1900ms
		91	1950ms
	max	92	2000ms
		

ngtAttn

Parameter Type: idText


		MIDI	SAP
	min	0	0dB
		1	1dB
		2	2dB
		3	3dB
		4	4dB
		5	5dB
		6	6dB
		7	7dB
		8	8dB
		9	9dB
		10	10dB
		11	11dB
		12	12dB
		13	13dB
		14	14dB
		15	15dB
		16	16dB
		17	17dB
		18	18dB
		19	19dB
		20	20dB
		21	21dB
		22	22dB
		23	23dB
		24	24dB
		25	25dB
		26	26dB
		27	27dB
		28	28dB
		29	29dB
		30	30dB
		31	33dB
		32	36dB
		33	39dB
		34	42dB
		35	45dB
		36	48dB
		37	51dB
		38	54dB
		39	57dB
		40	60dB
		41	63dB
		42	66dB
		43	69dB
		44	72dB
		45	75dB
		46	78dB
		47	81dB
		48	84dB
		49	87dB
		50	90dB
	max	51	100dB
		

trmDepth

Parameter Type: idText


		MIDI	SAP
	min	0	0
		1	1
		2	2
		3	3
		4	4
		5	5
		6	6
		7	7
		8	8
		9	9
		10	10
		11	11
		12	12
		13	13
		14	14
		15	15
		16	16
		17	17
		18	18
		19	19
		20	20
		21	21
		22	22
		23	23
		24	24
		25	25
		26	26
		27	27
		28	28
		29	29
		30	30
		31	33
		32	36
		33	39
		34	42
		35	45
		36	48
		37	51
		38	54
		39	57
		40	60
		41	63
		42	66
		43	69
		44	72
		45	75
		46	78
		47	81
		48	84
		49	87
		50	90
	max	51	100
		

dlyDelay

Parameter Type: doubleWord


			SAP
	min		0.000
	max		0.500


dly1Delay

Parameter Type: doubleWord


			SAP
	min		0.000
	max		1.000


dly2Delay

Parameter Type: doubleWord


			SAP
	min		0.000
	max		2.000


dly5Delay

Parameter Type: doubleWord


			SAP
	min		0.000
	max		5.000


dlyHold

Parameter Type: idText


		MIDI	SAP
	min	0	Off
	max	1	Hold
		

smplTrig

Parameter Type: idText


		MIDI	SAP
	min	0	+Trig
		

smplMode

Parameter Type: idText


		MIDI	SAP
	min	0	Record
	max	1	Playback
		

smplStart_tiedStop

Parameter Type: doubleWordTied


			SAP
	min		0.000
	max		tiedDoubleWord-0.001


smplStop1_0_tiedStart

Parameter Type: doubleWordTied


			SAP
	min		tiedDoubleWord+0.001
	max		1.000


smplStop2_5_tiedStart

Parameter Type: doubleWordTied


			SAP
	min		tiedDoubleWord+0.001
	max		2.500


smplStop5_0_tiedStart

Parameter Type: doubleWordTied


			SAP
	min		tiedDoubleWord+0.001
	max		5.000


smplTrg

Parameter Type: idText


		MIDI	SAP
	min	0	Man Tr
		1	Aud Tr
	max	2	ReTrig
		

smplLoop

Parameter Type: idText


		MIDI	SAP
	min	0	Manual
	max	1	Auto
		

pchPitch

Parameter Type: idText


		MIDI	SAP
	min	0	-24
		1	-23
		2	-22
		3	-21
		4	-20
		5	-19
		6	-18
		7	-17
		8	-16
		9	-15
		10	-14
		11	-13
		12	-12
		13	-11
		14	-10
		15	-9
		16	-8
		17	-7
		18	-6
		19	-5
		20	-4
		21	-3
		22	-2
		23	-1
		24	0Tones
		25	1Tones
		26	2Tones
		27	3Tones
		28	4Tones
		29	5Tones
		30	6Tones
		31	7Tones
		32	8Tones
		33	9Tones
		34	10
		35	11
		36	12
		37	13
		38	14
		39	15
		40	116
		41	17
		42	18
		43	19
		44	20
		45	21
		46	22
		47	23
	max	48	24
		

pchTrack

Parameter Type: idText


		MIDI	SAP
	min	0	0-1
		1	0-2
		2	1-3
		3	1-4
		4	2-4
		5	3-6
		6	4-8
		7	6-10
		8	8-12
	max	9	12-24
		

pchCents

Parameter Type: idWord


		MIDI	SAP
	min	0	-100
	max	200	100


pchDelayFloat

Parameter Type: doubleWord


			SAP
	min		0.000
	max		1.500


pchWhammyFunction

Parameter Type: idText


		MIDI	SAP
	min	0	ShallowDetune
		1	Deep Detune
		2	1 Octave Abov
		3	Up 2 Octaves
		4	Down 2nd
		5	Down 1 Octave
		6	Down2 Octaves
		7	Up2nd-Up3rd
		8	Upfl3rd-Up3rd
		9	Up3rd-Up4th
		10	Up4th-Up5th
		11	Up5th-Up6th
		12	Up5th-Up7th
		13	Dn4th-Dn3rd
		14	Dn5th-Dn4th
	max	15	Dn12-Up12
		

pchWhammyFunc2

Parameter Type: idText


		MIDI	SAP
	min	0	Deep Detune
		1	1 Octave Abov
		2	Up 2 Octaves
		3	Down 2nd
		4	Down 1 Octave
		5	Down2 Octaves
		6	Up2nd-Up3rd
		7	Upfl3rd-Up3rd
		8	Up3rd-Up4th
		9	Up4th-Up5th
		10	Up5th-Up6th
		11	Up5th-Up7th
		12	Dn4th-Dn3rd
		13	Dn5th-Dn4th
	max	14	Dn12-Up12
		

pchKey

Parameter Type: idText


		MIDI	SAP
	min	0	C
		1	C#
		2	D
		3	D#
		4	E
		5	F
		6	F#
		7	G
		8	G#
		9	A
		10	A#
	max	11	B
		

pchScale

Parameter Type: idText


		MIDI	SAP
	min	0	Major
		1	Minor
		2	HrmMin
		3	MelMin
		4	Dorian
		5	MixLyd
		6	Lydian
		7	LydAug
		8	MajPen
		9	MinPen
		10	Blues
		11	WholeT
		12	HlfWho
	max	13	WhoHlf
		

pchIntrvl_tiedScale

Parameter Type: idTextTied


		MIDI	SAP	TIED MIDI VAL(s)
	min	0	NA	0, 1, 2, 3, 4, 5, 6
		1	-Oct
		2	-7th
		3	-6th
		4	-5th
		5	-4th
		6	-3rd
		7	-2nd
		8	+2nd
		9	+3rd
		10	+4th
		11	+5th
		12	+6th
		13	+7th
	max	14	+Oct
		
		MIDI	SAP	TIED MIDI VAL(s)
	min	0	NA	7
		1	-Oct
		2	-b7th
		3	-b6th
		4	-b5th
		5	-3rd
		6	-b3rd
		7	-b2nd
		8	+2nd
		9	+3rd
		10	+#4th
		11	+#5th
		12	+6th
		13	+7th
	max	14	+Oct
		
		MIDI	SAP	TIED MIDI VAL(s)
	min	0	NA	8
		1	-Oct
		2	-b7th
		3	-b6th
		4	-4th
		5	-b3rd
		6	+2nd
		7	+3rd
		8	+5th
		9	+6th
	max	10	+Oct
		
		MIDI	SAP	TIED MIDI VAL(s)
	min	0	NA	9
		1	-Oct
		2	-6th
		3	-5th
		4	-4th
		5	-2nd
		6	+b3rd
		7	+4th
		8	+5th
		9	+b7th
	max	10	+Oct
		
		MIDI	SAP	TIED MIDI VAL(s)
	min	0	NA	10
		1	-Oct
		2	-6th
		3	-5th
		4	-b5th
		5	-4th
		6	-2nd
		7	+b3rd
		8	+4th
		9	+b5th
		10	+5th
		11	+b7th
	max	12	+Oct
		
		MIDI	SAP	TIED MIDI VAL(s)
	min	0	NA	11
		1	-Oct
		2	-b7th
		3	-b6th
		4	-b5th
		5	-3rd
		6	-2nd
		7	+2nd
		8	+3rd
		9	+#4th
		10	+#5th
		11	+b7th
	max	12	+Oct
		
		MIDI	SAP	TIED MIDI VAL(s)
	min	0	NA	12
		1	-Oct
		2	-7th
		3	-6th
		4	-b6th
		5	-b5th
		6	-4th
		7	-b3rd
		8	-2nd
		9	+b2nd
		10	+#2nd
		11	+3rd
		12	+#4th
		13	+5th
		14	+6th
		15	+7th
	max	16	+Oct
		
		MIDI	SAP	TIED MIDI VAL(s)
	min	0	NA	13
		1	-Oct
		2	-7th
		3	-6th
		4	-b6th
		5	-b5th
		6	-4th
		7	-b3rd
		8	-2nd
		9	+b2nd
		10	+#2nd
		11	+3rd
		12	+#4th
		13	+5th
		14	+6th
		15	+b7th
	max	16	+Oct
		


rvrbSpread

Parameter Type: idText


		MIDI	SAP
	min	0	20ms
		1	30ms
		2	40ms
		3	60ms
		4	80ms
		5	100ms
		6	125ms
		7	150ms
		8	175ms
		9	200ms
		10	233ms
		11	266ms
		12	300ms
		13	350ms
		14	400ms
		15	450ms
		16	500ms
	max	17	600ms
		

rvrbSpread1

Parameter Type: idText


		MIDI	SAP
	min	0	10ms
		1	20ms
		2	30ms
		3	40ms
		4	50ms
		5	60ms
		6	70ms
		7	80ms
		8	90ms
	max	9	100ms
		

rvrbSpread2

Parameter Type: idText


		MIDI	SAP
	min	0	20ms
		1	40ms
		2	60ms
		3	80ms
		4	100ms
		5	120ms
		6	140ms
		7	160ms
		8	180ms
	max	9	200ms
		

rvrbSpread3

Parameter Type: idText


		MIDI	SAP
	min	0	20ms
		1	40ms
		2	70ms
		3	100ms
		4	150ms
		5	200ms
		6	250ms
		7	300ms
		8	350ms
	max	9	400ms
		

rvrbDecay

Parameter Type: idText


		MIDI	SAP
	min	0	40ms
		1	50ms
		2	75ms
		3	100ms
		4	125ms
		5	150ms
		6	200ms
		7	250ms
		8	300ms
		9	400ms
		10	500ms
	max	11	600ms
		

rvrbGatedDecay

Parameter Type: idText


		MIDI	SAP
	min	0	20ms
		1	40ms
		2	50ms
		3	60ms
		4	70ms
		5	80ms
		6	90ms
		7	100ms
		8	125ms
		9	150ms
		10	175ms
		11	200ms
		12	250ms
		13	300ms
		14	400ms
		15	500ms
		16	600ms
		17	700ms
		18	800ms
		19	900ms
	max	20	1000ms
		

rvrbGatedShape

Parameter Type: idText


		MIDI	SAP
	min	0	Decay
		1	Flat
	max	2	Build
		

rvrbRamp

Parameter Type: idText


		MIDI	SAP
	min	0	Ramp D
		1	Flat
	max	2	Ramp U
		

rvrbDiffsn

Parameter Type: idText


		MIDI	SAP
	min	0	1 Shor
		1	2 Shor
		2	3 Shor
		3	4 Shor
		4	5 Med
		5	6 Med
		6	7 Med
		7	8 Long
		8	9 Long
	max	9	10 Lon
		

rvrbAccDly

Parameter Type: idWord


		MIDI	SAP
	min	0	-50ms
	max	100	50ms


rvrbQ

Parameter Type: idText


		MIDI	SAP
	min	0	.25
		1	.50
		2	.75
		3	1.00
		4	1.25
		5	1.50
		6	2.00
		7	4.00
		8	8.00
	max	9	16.00
		

rvrbeqGain

Parameter Type: idWord


		MIDI	SAP
	min	0	-15dB
	max	30	15dB


rvrbRT_tiedSize

Parameter Type: idTextTied


		MIDI	SAP	TIED MIDI VAL(s)
	min	0	0.01 S	0
		1	0.02 S
		2	0.03 S
		3	0.04 S
		4	0.05 S
		5	0.06 S
		6	0.07 S
		7	0.08 S
		8	0.09 S
		9	0.10 S
		10	0.12 S
		11	0.14 S
		12	0.16 S
		13	0.18 S
		14	0.20 S
		15	0.25 S
		16	0.30 S
		17	0.35 S
		18	0.40 S
		19	0.45 S
		20	0.50 S
		21	0.60 S
		22	0.70 S
		23	0.80 S
		24	0.90 S
		25	1.00 S
		26	1.25 S
		27	1.50 S
		28	1.75 S
	max	29	2.00 S
		
		MIDI	SAP	TIED MIDI VAL(s)
	min	0	0.02 S	1
		1	0.04 S
		2	0.06 S
		3	0.08 S
		4	0.10 S
		5	0.12 S
		6	0.14 S
		7	0.16 S
		8	0.18 S
		9	0.20 S
		10	0.24 S
		11	0.28 S
		12	0.32 S
		13	0.36 S
		14	0.40 S
		15	0.50 S
		16	0.60 S
		17	0.70 S
		18	0.80 S
		19	0.90 S
		20	1.00 S
		21	1.20 S
		22	1.40 S
		23	1.60 S
		24	1.80 S
		25	2.00 S
		26	2.50 S
		27	3.00 S
		28	3.50 S
	max	29	4.00 S
		
		MIDI	SAP	TIED MIDI VAL(s)
	min	0	0.03 S	2
		1	0.06 S
		2	0.09 S
		3	0.12 S
		4	0.15 S
		5	0.18 S
		6	0.21 S
		7	0.24 S
		8	0.27 S
		9	0.30 S
		10	0.36 S
		11	0.42 S
		12	0.48 S
		13	0.54 S
		14	0.60 S
		15	0.75 S
		16	0.90 S
		17	1.05 S
		18	1.20 S
		19	1.35 S
		20	1.50 S
		21	1.80 S
		22	2.10 S
		23	2.40 S
		24	2.70 S
		25	3.00 S
		26	3.75 S
		27	4.50 S
		28	5.25 S
	max	29	6.00 S
		
		MIDI	SAP	TIED MIDI VAL(s)
	min	0	0.04 S	3
		1	0.08 S
		2	0.12 S
		3	0.16 S
		4	0.20 S
		5	0.24 S
		6	0.28 S
		7	0.32 S
		8	0.36 S
		9	0.40 S
		10	0.48 S
		11	0.56 S
		12	0.64 S
		13	0.72 S
		14	0.80 S
		15	1.00 S
		16	1.20 S
		17	1.40 S
		18	1.60 S
		19	1.80 S
		20	2.00 S
		21	2.40 S
		22	2.80 S
		23	3.20 S
		24	3.60 S
		25	4.00 S
		26	5.00 S
		27	6.00 S
		28	7.00 S
	max	29	8.00 S
		
		MIDI	SAP	TIED MIDI VAL(s)
	min	0	0.05 S	4
		1	0.10 S
		2	0.15 S
		3	0.20 S
		4	0.25 S
		5	0.30 S
		6	0.35 S
		7	0.40 S
		8	0.45 S
		9	0.50 S
		10	0.60 S
		11	0.70 S
		12	0.80 S
		13	0.90 S
		14	1.00 S
		15	1.25 S
		16	1.50 S
		17	1.75 S
		18	2.00 S
		19	2.25 S
		20	2.50 S
		21	3.00 S
		22	3.50 S
		23	4.00 S
		24	4.50 S
		25	5.00 S
		26	6.25 S
		27	7.50 S
		28	8.75 S
	max	29	10.00
		
		MIDI	SAP	TIED MIDI VAL(s)
	min	0	0.06 S	5
		1	0.12 S
		2	0.18 S
		3	0.24 S
		4	0.30 S
		5	0.36 S
		6	0.42 S
		7	0.48 S
		8	0.54 S
		9	0.60 S
		10	0.72 S
		11	0.84 S
		12	0.96 S
		13	1.08 S
		14	1.20 S
		15	1.50 S
		16	1.80 S
		17	2.10 S
		18	2.40 S
		19	2.70 S
		20	3.00 S
		21	3.60 S
		22	4.20 S
		23	4.80 S
		24	5.40 S
		25	6.00 S
		26	7.50 S
		27	9.00 S
		28	10.50 S
	max	29	12.00
		
		MIDI	SAP	TIED MIDI VAL(s)
	min	0	0.07 S	6
		1	0.14 S
		2	0.21 S
		3	0.28 S
		4	0.35 S
		5	0.42 S
		6	0.49 S
		7	0.56 S
		8	0.63 S
		9	0.70 S
		10	0.84 S
		11	0.98 S
		12	1.12 S
		13	1.26 S
		14	1.40 S
		15	1.75 S
		16	2.10 S
		17	2.45 S
		18	2.80 S
		19	3.15 S
		20	3.50 S
		21	4.20 S
		22	4.90 S
		23	5.60 S
		24	6.30 S
		25	7.00 S
		26	8.75 S
		27	10.50 S
		28	12.25 S
	max	29	14.00
		
		MIDI	SAP	TIED MIDI VAL(s)
	min	0	0.08 S	7
		1	0.16 S
		2	0.24 S
		3	0.32 S
		4	0.40 S
		5	0.48 S
		6	0.56 S
		7	0.64 S
		8	0.72 S
		9	0.80 S
		10	0.96 S
		11	1.12 S
		12	1.28 S
		13	1.44 S
		14	1.60 S
		15	2.00 S
		16	2.40 S
		17	2.80 S
		18	3.20 S
		19	3.60 S
		20	4.00 S
		21	4.80 S
		22	5.60 S
		23	6.40 S
		24	7.20 S
		25	8.00 S
		26	10.00 S
		27	12.00 S
		28	14.00 S
	max	29	16.00
		
		MIDI	SAP	TIED MIDI VAL(s)
	min	0	0.09 S	8
		1	0.18 S
		2	0.27 S
		3	0.36 S
		4	0.45 S
		5	0.54 S
		6	0.63 S
		7	0.72 S
		8	0.81 S
		9	0.90 S
		10	1.08 S
		11	1.26 S
		12	1.44 S
		13	1.62 S
		14	1.80 S
		15	2.25 S
		16	2.70 S
		17	3.15 S
		18	3.60 S
		19	4.05 S
		20	4.50 S
		21	5.40 S
		22	6.30 S
		23	7.20 S
		24	8.10 S
		25	9.00 S
		26	11.25 S
		27	13.50 S
		28	15.75 S
	max	29	18.00
		
		MIDI	SAP	TIED MIDI VAL(s)
	min	0	0.10 S	9
		1	0.20 S
		2	0.30 S
		3	0.40 S
		4	0.50 S
		5	0.60 S
		6	0.70 S
		7	0.80 S
		8	0.90 S
		9	1.00 S
		10	1.20 S
		11	1.40 S
		12	1.60 S
		13	1.80 S
		14	2.00 S
		15	2.50 S
		16	3.00 S
		17	3.50 S
		18	4.00 S
		19	4.50 S
		20	5.00 S
		21	6.00 S
		22	7.00 S
		23	8.00 S
		24	9.00 S
		25	10.00 S
		26	12.50 S
		27	15.00 S
		28	17.50 S
	max	29	20.00
		


choDelay

Parameter Type: idText


		MIDI	SAP
	min	0	0.00
		1	0.25
		2	0.50
		3	0.75
		4	1.00
		5	1.25
		6	1.50
		7	1.75
		8	2.00
		9	2.25
		10	2.50
		11	2.75
		12	3.00
		13	3.25
		14	3.50
		15	3.75
		16	4.00
		17	4.25
		18	4.50
		19	4.75
		20	5.00
		21	5.25
		22	5.50
		23	5.75
		24	6.00
		25	6.25
		26	6.50
		27	6.75
		28	7.00
		29	7.25
		30	7.50
		31	7.75
		32	8.00
		33	8.25
		34	8.50
		35	8.75
		36	9.00
		37	9.25
		38	9.50
		39	9.75
		40	10.00
		41	10.25
		42	10.50
		43	10.75
		44	11.00
		45	11.25
		46	11.50
		47	11.75
		48	12.00
		49	12.25
		50	12.50
		51	12.75
		52	13.00
		53	13.25
		54	13.50
		55	13.75
		56	14.00
		57	14.25
		58	14.50
		59	14.75
		60	15.00
		61	15.25
		62	15.50
		63	15.75
		64	16.00
		65	16.25
		66	16.50
		67	16.75
		68	17.00
		69	17.25
		70	17.50
		71	17.75
		72	18.00
		73	18.25
		74	18.50
		75	18.75
		76	19.00
		77	19.25
		78	19.50
		79	19.75
		80	20.00
		81	20.25
		82	20.50
		83	20.75
		84	21.00
		85	21.25
		86	21.50
		87	21.75
		88	22.00
		89	22.25
		90	22.50
		91	22.75
		92	23.00
		93	23.25
		94	23.50
		95	23.75
		96	24.00
		97	24.25
		98	24.50
		99	24.75
		100	25.00
		101	25.25
		102	25.50
		103	25.75
		104	26.00
		105	26.25
		106	26.50
		107	26.75
		108	27.00
		109	27.25
		110	27.50
		111	27.75
		112	28.00
		113	28.25
		114	28.50
		115	28.75
		116	29.00
		117	29.25
		118	29.50
		119	29.75
		120	30.00
		121	30.25
		122	30.50
		123	30.75
		124	31.00
		125	31.25
		126	31.50
		127	31.75
		128	32.00
		129	32.25
		130	32.50
		131	32.75
		132	33.00
		133	33.25
		134	33.50
		135	33.75
		136	34.00
		137	34.25
		138	34.50
		139	34.75
		140	35.00
		141	35.25
		142	35.50
		143	35.75
		144	36.00
		145	36.25
		146	36.50
		147	36.75
		148	37.00
		149	37.25
		150	37.50
		151	37.75
		152	38.00
		153	38.25
		154	38.50
		155	38.75
		156	39.00
		157	39.25
		158	39.50
		159	39.75
		160	40.00
		161	40.25
		162	40.50
		163	40.75
		164	41.00
		165	41.25
		166	41.50
		167	41.75
		168	42.00
		169	42.25
		170	42.50
		171	42.75
		172	43.00
		173	43.25
		174	43.50
		175	43.75
		176	44.00
		177	44.25
		178	44.50
		179	44.75
		180	45.00
		181	45.25
		182	45.50
		183	45.75
		184	46.00
		185	46.25
		186	46.50
		187	46.75
		188	47.00
		189	47.25
		190	47.50
		191	47.75
		192	48.00
		193	48.25
		194	48.50
		195	48.75
		196	49.00
		197	49.25
		198	49.50
		199	49.75
		200	50.00
		201	50.25
		202	50.50
		203	50.75
		204	51.00
		205	51.25
		206	51.50
		207	51.75
		208	52.00
		209	52.25
		210	52.50
		211	52.75
		212	53.00
		213	53.25
		214	53.50
		215	53.75
		216	54.00
		217	54.25
		218	54.50
		219	54.75
		220	55.00
		221	55.25
		222	55.50
		223	55.75
		224	56.00
		225	56.25
		226	56.50
		227	56.75
		228	57.00
		229	57.25
		230	57.50
		231	57.75
		232	58.00
		233	58.25
		234	58.50
		235	58.75
		236	59.00
		237	59.25
		238	59.50
		239	59.75
	max	240	60.00
		

otherPhase

Parameter Type: idText


		MIDI	SAP
	min	0	In Phase
	max	1	Out of Phase
		

duckerThresh

Parameter Type: idWord


		MIDI	SAP
	min	0	-45dB
	max	45	0dB


duckerAttn

Parameter Type: idWord


		MIDI	SAP
	min	0	-100dB
	max	100	0dB


duckerAttackReleas

Parameter Type: idText


		MIDI	SAP
	min	0	0.00
		1	0.01
		2	0.02
		3	0.03
		4	0.04
		5	0.05
		6	0.06
		7	0.07
		8	0.08
		9	0.09
		10	0.10
		11	0.11
		12	0.12
		13	0.13
		14	0.14
		15	0.15
		16	0.16
		17	0.17
		18	0.18
		19	0.19
		20	0.20
		21	0.21
		22	0.22
		23	0.23
		24	0.24
		25	0.25
		26	0.26
		27	0.27
		28	0.28
		29	0.29
		30	0.30
		31	0.31
		32	0.32
		33	0.33
		34	0.34
		35	0.35
		36	0.36
		37	0.37
		38	0.38
		39	0.39
		40	0.40
		41	0.41
		42	0.42
		43	0.43
		44	0.44
		45	0.45
		46	0.46
		47	0.47
		48	0.48
		49	0.49
		50	0.50
		51	0.51
		52	0.52
		53	0.53
		54	0.54
		55	0.55
		56	0.56
		57	0.57
		58	0.58
		59	0.59
		60	0.60
		61	0.61
		62	0.62
		63	0.63
		64	0.64
		65	0.65
		66	0.66
		67	0.67
		68	0.68
		69	0.69
		70	0.70
		71	0.71
		72	0.72
		73	0.73
		74	0.74
		75	0.75
		76	0.76
		77	0.77
		78	0.78
		79	0.79
		80	0.80
		81	0.81
		82	0.82
		83	0.83
		84	0.84
		85	0.85
		86	0.86
		87	0.87
		88	0.88
		89	0.89
		90	0.90
		91	0.91
		92	0.92
		93	0.93
		94	0.94
		95	0.95
		96	0.96
		97	0.97
		98	0.98
		99	0.99
		100	1.00
		101	1.10
		102	1.20
		103	1.30
		104	1.40
		105	1.50
		106	1.60
		107	1.70
		108	1.80
		109	1.90
		110	2.00
		111	2.10
		112	2.20
		113	2.30
		114	2.40
		115	2.50
		116	2.60
		117	2.70
		118	2.80
		119	2.90
		120	3.00
		121	3.10
		122	3.20
		123	3.30
		124	3.40
		125	3.50
		126	3.60
		127	3.70
		128	3.80
		129	3.90
		130	4.00
		131	4.10
		132	4.20
		133	4.30
		134	4.40
		135	4.50
		136	4.60
		137	4.70
		138	4.80
		139	4.90
		140	5.00
		141	5.10
		142	5.20
		143	5.30
		144	5.40
		145	5.50
		146	5.60
		147	5.70
		148	5.80
		149	5.90
		150	6.00
		151	6.10
		152	6.20
		153	6.30
		154	6.40
		155	6.50
		156	6.60
		157	6.70
		158	6.80
		159	6.90
		160	7.00
		161	7.10
		162	7.20
		163	7.30
		164	7.40
		165	7.50
		166	7.60
		167	7.70
		168	7.80
		169	7.90
		170	8.00
		171	8.10
		172	8.20
		173	8.30
		174	8.40
		175	8.50
		176	8.60
		177	8.70
		178	8.80
		179	8.90
		180	9.00
		181	9.10
		182	9.20
		183	9.30
		184	9.40
		185	9.50
		186	9.60
		187	9.70
		188	9.80
		189	9.90
		190	10.00
		191	10.10
		192	10.20
		193	10.30
		194	10.40
		195	10.50
		196	10.60
		197	10.70
		198	10.80
		199	10.90
		200	11.00
		201	11.10
		202	11.20
		203	11.30
		204	11.40
		205	11.50
		206	11.60
		207	11.70
		208	11.80
		209	11.90
		210	12.00
		211	12.10
		212	12.20
		213	12.30
		214	12.40
		215	12.50
		216	12.60
		217	12.70
		218	12.80
		219	12.90
		220	13.00
		221	13.10
		222	13.20
		223	13.30
		224	13.40
		225	13.50
		226	13.60
		227	13.70
		228	13.80
		229	13.90
	max	230	14.00
		

tuneReference

Parameter Type: idText


		MIDI	SAP
	min	0	E2: 82.41 Hz
		1	A2: 110.00 Hz
		2	D3: 146.83 Hz
		3	G3: 106.00 Hz
		4	B3: 246.94 Hz
		5	E4: 329.63 Hz
		6	E3: 164.82 Hz
		7	A3: 220.00 Hz
		8	D4: 293.66 Hz
		9	G4: 392.00 Hz
		10	B4: 493.88 Hz
		11	E5: 659.26 Hz
		12	Eb2: 77.78 Hz
		13	Ab2: 103.83Hz
		14	Db3: 138.59Hz
		15	Gb3: 185.00Hz
		16	Bb3: 233.08Hz
		17	Eb4: 311.13Hz
		18	Eb3: 155.57Hz
		19	Ab3: 207.65Hz
		20	Db4: 277.18Hz
		21	Gb4: 370.00Hz
		22	Bb4: 466.16Hz
		23	Eb5: 622.26Hz
		24	437 Hz
		25	438 Hz
		26	439 Hz
		27	440 Hz
		28	441 Hz
		29	442 Hz
		30	443 Hz
	max	31	1000 Hz
		

moduleBoolean

Parameter Type: idText


		MIDI	SAP
	min	0	Off
	max	1	On
		

inc_0_100

Parameter Type: idWord


		MIDI	SAP
	min	0	0
	max	100	100


inc_0_100ms

Parameter Type: idWord


		MIDI	SAP
	min	0	0ms
	max	100	100ms


inc_0_100_barGraph

Parameter Type: idWord


		MIDI	SAP
	min	0	0
	max	100	100


inc_1_10

Parameter Type: idWord


		MIDI	SAP
	min	0	1
	max	9	10


inc_1_16

Parameter Type: idWord


		MIDI	SAP
	min	0	1
	max	15	16


inc_1_32

Parameter Type: idWord


		MIDI	SAP
	min	0	1
	max	31	32


inc_1_100

Parameter Type: idWord


		MIDI	SAP
	min	0	1
	max	99	100


inc_10_100ms_by10

Parameter Type: idText


		MIDI	SAP
	min	0	10ms
		1	20ms
		2	30ms
		3	40ms
		4	50ms
		5	60ms
		6	70ms
		7	80ms
		8	90ms
	max	9	100ms
		

regenFdback

Parameter Type: idText


		MIDI	SAP
	min	0	Off
		1	1 %
		2	2 %
		3	3 %
		4	4 %
		5	5 %
		6	6 %
		7	7 %
		8	8 %
		9	9 %
		10	10 %
		11	11 %
		12	12 %
		13	13 %
		14	14 %
		15	15 %
		16	16 %
		17	17 %
		18	18 %
		19	19 %
		20	20 %
		21	21 %
		22	22 %
		23	23 %
		24	24 %
		25	25 %
		26	26 %
		27	27 %
		28	28 %
		29	29 %
		30	30 %
		31	31 %
		32	32 %
		33	33 %
		34	34 %
		35	35 %
		36	36 %
		37	37 %
		38	38 %
		39	39 %
		40	40 %
		41	41 %
		42	42 %
		43	43 %
		44	44 %
		45	45 %
		46	46 %
		47	47 %
		48	48 %
		49	49 %
		50	50 %
		51	51 %
		52	52 %
		53	53 %
		54	54 %
		55	55 %
		56	56 %
		57	57 %
		58	58 %
		59	59 %
		60	60 %
		61	61 %
		62	62 %
		63	63 %
		64	64 %
		65	65 %
		66	66 %
		67	67 %
		68	68 %
		69	69 %
		70	70 %
		71	71 %
		72	72 %
		73	73 %
		74	74 %
		75	75 %
		76	76 %
		77	77 %
		78	78 %
		79	79 %
		80	80 %
		81	81 %
		82	82 %
		83	83 %
		84	84 %
		85	85 %
		86	86 %
		87	87 %
		88	88 %
		89	89 %
		90	90 %
		91	91 %
		92	92 %
		93	93 %
		94	94 %
		95	95 %
		96	96 %
		97	97 %
		98	98 %
	max	99	99 %
		

regenFdbackNeg

Parameter Type: idText


		MIDI	SAP
	min	0	-99 %
		1	-98 %
		2	-97 %
		3	-96 %
		4	-95 %
		5	-94 %
		6	-93 %
		7	-92 %
		8	-91 %
		9	-90 %
		10	-89 %
		11	-88 %
		12	-87 %
		13	-86 %
		14	-85 %
		15	-84 %
		16	-83 %
		17	-82 %
		18	-81 %
		19	-80 %
		20	-79 %
		21	-78 %
		22	-77 %
		23	-76 %
		24	-75 %
		25	-74 %
		26	-73 %
		27	-72 %
		28	-71 %
		29	-70 %
		30	-69 %
		31	-68 %
		32	-67 %
		33	-66 %
		34	-65 %
		35	-64 %
		36	-63 %
		37	-62 %
		38	-61 %
		39	-60 %
		40	-59 %
		41	-58 %
		42	-57 %
		43	-56 %
		44	-55 %
		45	-54 %
		46	-53 %
		47	-52 %
		48	-51 %
		49	-50 %
		50	-49 %
		51	-48 %
		52	-47 %
		53	-46 %
		54	-45 %
		55	-44 %
		56	-43 %
		57	-42 %
		58	-41 %
		59	-40 %
		60	-39 %
		61	-38 %
		62	-37 %
		63	-36 %
		64	-35 %
		65	-34 %
		66	-33 %
		67	-32 %
		68	-31 %
		69	-30 %
		70	-29 %
		71	-28 %
		72	-27 %
		73	-26 %
		74	-25 %
		75	-24 %
		76	-23 %
		77	-22 %
		78	-21 %
		79	-20 %
		80	-19 %
		81	-18 %
		82	-17 %
		83	-16 %
		84	-15 %
		85	-14 %
		86	-13 %
		87	-12 %
		88	-11 %
		89	-10 %
		90	-9 %
		91	-8 %
		92	-7 %
		93	-6 %
		94	-5 %
		95	-4 %
		96	-3 %
		97	-2 %
		98	-1 %
		99	Off
		100	1 %
		101	2 %
		102	3 %
		103	4 %
		104	5 %
		105	6 %
		106	7 %
		107	8 %
		108	9 %
		109	10 %
		110	11 %
		111	12 %
		112	13 %
		113	14 %
		114	15 %
		115	16 %
		116	17 %
		117	18 %
		118	19 %
		119	20 %
		120	21 %
		121	22 %
		122	23 %
		123	24 %
		124	25 %
		125	26 %
		126	27 %
		127	28 %
		128	29 %
		129	30 %
		130	31 %
		131	32 %
		132	33 %
		133	34 %
		134	35 %
		135	36 %
		136	37 %
		137	38 %
		138	39 %
		139	40 %
		140	41 %
		141	42 %
		142	43 %
		143	44 %
		144	45 %
		145	46 %
		146	47 %
		147	48 %
		148	49 %
		149	50 %
		150	51 %
		151	52 %
		152	53 %
		153	54 %
		154	55 %
		155	56 %
		156	57 %
		157	58 %
		158	59 %
		159	60 %
		160	61 %
		161	62 %
		162	63 %
		163	64 %
		164	65 %
		165	66 %
		166	67 %
		167	68 %
		168	69 %
		169	70 %
		170	71 %
		171	72 %
		172	73 %
		173	74 %
		174	75 %
		175	76 %
		176	77 %
		177	78 %
		178	79 %
		179	80 %
		180	81 %
		181	82 %
		182	83 %
		183	84 %
		184	85 %
		185	86 %
		186	87 %
		187	88 %
		188	89 %
		189	90 %
		190	91 %
		191	92 %
		192	93 %
		193	94 %
		194	95 %
		195	96 %
		196	97 %
		197	98 %
	max	198	99 %
		

mixPan_barGraph

Parameter Type: idText


		MIDI	SAP
	min	0	-50
		1	-46
		2	-42
		3	-38
		4	-34
		5	-30
		6	-26
		7	-23
		8	-19
		9	-15
		10	-11
		11	-7
		12	-3
		13	0
		14	3
		15	7
		16	11
		17	15
		18	19
		19	23
		20	26
		21	30
		22	34
		23	38
		24	42
		25	46
	max	26	50
		

audibleHzRange

Parameter Type: idText


		MIDI	SAP
	min	0	25Hz
		1	32Hz
		2	40Hz
		3	50Hz
		4	63Hz
		5	80Hz
		6	100Hz
		7	125Hz
		8	160Hz
		9	200Hz
		10	250Hz
		11	315Hz
		12	400Hz
		13	500Hz
		14	630Hz
		15	800Hz
		16	1000Hz
		17	1250Hz
		18	1600Hz
		19	2000Hz
		20	2500Hz
		21	3150Hz
		22	4000Hz
		23	5000Hz
		24	6300Hz
		25	8000Hz
		26	10000
		27	12500
		28	16000
	max	29	20000
		

LFOSpeed

Parameter Type: idText


		MIDI	SAP
	min	0	0.06Hz
		1	0.07Hz
		2	0.08Hz
		3	0.09Hz
		4	0.10Hz
		5	0.11Hz
		6	0.12Hz
		7	0.13Hz
		8	0.14Hz
		9	0.15Hz
		10	0.16Hz
		11	0.17Hz
		12	0.18Hz
		13	0.19Hz
		14	0.20Hz
		15	0.21Hz
		16	0.22Hz
		17	0.23Hz
		18	0.24Hz
		19	0.25Hz
		20	0.26Hz
		21	0.27Hz
		22	0.28Hz
		23	0.29Hz
		24	0.30Hz
		25	0.31Hz
		26	0.32Hz
		27	0.33Hz
		28	0.34Hz
		29	0.35Hz
		30	0.36Hz
		31	0.37Hz
		32	0.38Hz
		33	0.39Hz
		34	0.40Hz
		35	0.41Hz
		36	0.42Hz
		37	0.43Hz
		38	0.44Hz
		39	0.45Hz
		40	0.46Hz
		41	0.47Hz
		42	0.48Hz
		43	0.49Hz
		44	0.50Hz
		45	0.51Hz
		46	0.52Hz
		47	0.53Hz
		48	0.54Hz
		49	0.55Hz
		50	0.56Hz
		51	0.57Hz
		52	0.58Hz
		53	0.59Hz
		54	0.60Hz
		55	0.61Hz
		56	0.62Hz
		57	0.63Hz
		58	0.64Hz
		59	0.65Hz
		60	0.66Hz
		61	0.67Hz
		62	0.68Hz
		63	0.69Hz
		64	0.70Hz
		65	0.71Hz
		66	0.72Hz
		67	0.73Hz
		68	0.74Hz
		69	0.75Hz
		70	0.76Hz
		71	0.77Hz
		72	0.78Hz
		73	0.79Hz
		74	0.80Hz
		75	0.81Hz
		76	0.82Hz
		77	0.83Hz
		78	0.84Hz
		79	0.85Hz
		80	0.86Hz
		81	0.87Hz
		82	0.88Hz
		83	0.89Hz
		84	0.90Hz
		85	0.91Hz
		86	0.92Hz
		87	0.93Hz
		88	0.94Hz
		89	0.95Hz
		90	0.96Hz
		91	0.97Hz
		92	0.98Hz
		93	0.99Hz
		94	1.00Hz
		95	1.10Hz
		96	1.20Hz
		97	1.30Hz
		98	1.40Hz
		99	1.50Hz
		100	1.60Hz
		101	1.70Hz
		102	1.80Hz
		103	1.90Hz
		104	2.00Hz
		105	2.10Hz
		106	2.20Hz
		107	2.30Hz
		108	2.40Hz
		109	2.50Hz
		110	2.60Hz
		111	2.70Hz
		112	2.80Hz
		113	2.90Hz
		114	3.00Hz
		115	3.10Hz
		116	3.20Hz
		117	3.30Hz
		118	3.40Hz
		119	3.50Hz
		120	3.60Hz
		121	3.70Hz
		122	3.80Hz
		123	3.90Hz
		124	4.00Hz
		125	4.10Hz
		126	4.20Hz
		127	4.30Hz
		128	4.40Hz
		129	4.50Hz
		130	4.60Hz
		131	4.70Hz
		132	4.80Hz
		133	4.90Hz
		134	5.00Hz
		135	5.10Hz
		136	5.20Hz
		137	5.30Hz
		138	5.40Hz
		139	5.50Hz
		140	5.60Hz
		141	5.70Hz
		142	5.80Hz
		143	5.90Hz
		144	6.00Hz
		145	6.10Hz
		146	6.20Hz
		147	6.30Hz
		148	6.40Hz
		149	6.50Hz
		150	6.60Hz
		151	6.70Hz
		152	6.80Hz
		153	6.90Hz
		154	7.00Hz
		155	7.10Hz
		156	7.20Hz
		157	7.30Hz
		158	7.40Hz
		159	7.50Hz
		160	7.60Hz
		161	7.70Hz
		162	7.80Hz
		163	7.90Hz
		164	8.00Hz
		165	8.10Hz
		166	8.20Hz
		167	8.30Hz
		168	8.40Hz
		169	8.50Hz
		170	8.60Hz
		171	8.70Hz
		172	8.80Hz
		173	8.90Hz
		174	9.00Hz
		175	9.10Hz
		176	9.20Hz
		177	9.30Hz
		178	9.40Hz
		179	9.50Hz
		180	9.60Hz
		181	9.70Hz
		182	9.80Hz
		183	9.90Hz
		184	10.00
		185	10.10
		186	10.20
		187	10.30
		188	10.40
		189	10.50
		190	10.60
		191	10.70
		192	10.80
		193	10.90
		194	11.00
		195	11.10
		196	11.20
		197	11.30
		198	11.40
		199	11.50
		200	11.60
		201	11.70
		202	11.80
		203	11.90
		204	12.00
		205	12.10
		206	12.20
		207	12.30
		208	12.40
		209	12.50
		210	12.60
		211	12.70
		212	12.80
		213	12.90
		214	13.00
		215	13.10
		216	13.20
		217	13.30
		218	13.40
		219	13.50
		220	13.60
		221	13.70
		222	13.80
		223	13.90
		224	14.00
		225	14.10
		226	14.20
		227	14.30
		228	14.40
		229	14.50
		230	14.60
		231	14.70
		232	14.80
		233	14.90
		234	15.00
		235	15.10
		236	15.20
		237	15.30
		238	15.40
		239	15.50
		240	15.60
		241	15.70
		242	15.80
		243	15.90
	max	244	16.00
		

LFODepth

Parameter Type: idText


		MIDI	SAP
	min	0	0.00
		1	0.25
		2	0.50
		3	0.75
		4	1.00
		5	1.25
		6	1.50
		7	1.75
		8	2.00
		9	2.25
		10	2.50
		11	2.75
		12	3.00
		13	3.25
		14	3.50
		15	3.75
		16	4.00
		17	4.25
		18	4.50
		19	4.75
		20	5.00
		21	5.25
		22	5.50
		23	5.75
		24	6.00
		25	6.25
		26	6.50
		27	6.75
		28	7.00
		29	7.25
		30	7.50
		31	7.75
		32	8.00
		33	8.25
		34	8.50
		35	8.75
		36	9.00
		37	9.25
		38	9.50
		39	9.75
		40	10.00
		41	10.25
		42	10.50
		43	10.75
		44	11.00
		45	11.25
		46	11.50
		47	11.75
		48	12.00
		49	12.25
		50	12.50
		51	12.75
		52	13.00
		53	13.25
		54	13.50
		55	13.75
		56	14.00
		57	14.25
		58	14.50
		59	14.75
		60	15.00
		61	15.25
		62	15.50
		63	15.75
		64	16.00
		65	16.25
		66	16.50
		67	16.75
		68	17.00
		69	17.25
		70	17.50
		71	17.75
		72	18.00
		73	18.25
		74	18.50
		75	18.75
		76	19.00
		77	19.25
		78	19.50
		79	19.75
		80	20.00
		81	20.25
		82	20.50
		83	20.75
		84	21.00
		85	21.25
		86	21.50
		87	21.75
		88	22.00
		89	22.25
		90	22.50
		91	22.75
		92	23.00
		93	23.25
		94	23.50
		95	23.75
		96	24.00
		97	24.25
		98	24.50
		99	24.75
		100	25.00
		101	25.25
		102	25.50
		103	25.75
		104	26.00
		105	26.25
		106	26.50
		107	26.75
		108	27.00
		109	27.25
		110	27.50
		111	27.75
		112	28.00
		113	28.25
		114	28.50
		115	28.75
		116	29.00
		117	29.25
		118	29.50
		119	29.75
		120	30.00
		121	30.25
		122	30.50
		123	30.75
		124	31.00
		125	31.25
		126	31.50
		127	31.75
		128	32.00
		129	32.25
		130	32.50
		131	32.75
		132	33.00
		133	33.25
		134	33.50
		135	33.75
		136	34.00
		137	34.25
		138	34.50
		139	34.75
		140	35.00
		141	35.25
		142	35.50
		143	35.75
		144	36.00
		145	36.25
		146	36.50
		147	36.75
		148	37.00
		149	37.25
		150	37.50
		151	37.75
		152	38.00
		153	38.25
		154	38.50
		155	38.75
		156	39.00
		157	39.25
		158	39.50
		159	39.75
	max	160	40.00
		

floatDelay

Parameter Type: idText


		MIDI	SAP
	min	0	0.0ms
		1	0.1ms
		2	0.2ms
		3	0.3ms
		4	0.4ms
		5	0.5ms
		6	0.6ms
		7	0.7ms
		8	0.8ms
		9	0.9ms
		10	1.0ms
		11	1.1ms
		12	1.2ms
		13	1.3ms
		14	1.4ms
		15	1.5ms
		16	1.6ms
		17	1.7ms
		18	1.8ms
		19	1.9ms
		20	2.0ms
		21	2.1ms
		22	2.2ms
		23	2.3ms
		24	2.4ms
		25	2.5ms
		26	2.6ms
		27	2.7ms
		28	2.8ms
		29	2.9ms
		30	3.0ms
		31	3.1ms
		32	3.2ms
		33	3.3ms
		34	3.4ms
		35	3.5ms
		36	3.6ms
		37	3.7ms
		38	3.8ms
		39	3.9ms
		40	4.0ms
		41	4.1ms
		42	4.2ms
		43	4.3ms
		44	4.4ms
		45	4.5ms
		46	4.6ms
		47	4.7ms
		48	4.8ms
		49	4.9ms
		50	5.0ms
		51	5.1ms
		52	5.2ms
		53	5.3ms
		54	5.4ms
		55	5.5ms
		56	5.6ms
		57	5.7ms
		58	5.8ms
		59	5.9ms
		60	6.0ms
		61	6.1ms
		62	6.2ms
		63	6.3ms
		64	6.4ms
		65	6.5ms
		66	6.6ms
		67	6.7ms
		68	6.8ms
		69	6.9ms
		70	7.0ms
		71	7.1ms
		72	7.2ms
		73	7.3ms
		74	7.4ms
		75	7.5ms
		76	7.6ms
		77	7.7ms
		78	7.8ms
		79	7.9ms
		80	8.0ms
		81	8.1ms
		82	8.2ms
		83	8.3ms
		84	8.4ms
		85	8.5ms
		86	8.6ms
		87	8.7ms
		88	8.8ms
		89	8.9ms
		90	9.0ms
		91	9.1ms
		92	9.2ms
		93	9.3ms
		94	9.4ms
		95	9.5ms
		96	9.6ms
		97	9.7ms
		98	9.8ms
		99	9.9ms
	max	100	10.0ms
		

LFOWvform

Parameter Type: idText


		MIDI	SAP
	min	0	Sine
		1	Tringl
		2	Logthm
	max	3	Expntl