<GUI>
	<COMMENT>
	These constants come from the VSTGUI library. Do not modify them.
	If you would like to add some other constants, please create your
	own "constants" tag.
	
	Please note that the only operators allowed are: 
	
		+ plus 
		- minus/negation
		* multiply
		/ divide
		$ shift left (here mainly for compatibility with C*
		| logical or		
		( open parenthesis
		) closed parenthesis

	There is almost no syntax or error checking, so be very careful when you 
	enter  expressions. This behavior is by design, trying to achieve the 
	lowest possible overhead.
	</COMMENT>
	<CONSTANTS>
		kHorizontal = 1 $ 0
		kVertical   = 1 $ 1
		kShadowText = 1 $ 2
		kLeft       = 1 $ 3
		kRight      = 1 $ 4
		kTop        = 1 $ 5
		kBottom     = 1 $ 6
		k3DIn       = 1 $ 7
		k3DOut      = 1 $ 8
		kPopupStyle = 1 $ 9
		kCheckStyle = 1 $ 10
		kMultipleCheckStyle = kCheckStyle+1
		kNoTextStyle = 1 $ 11
		kNoDrawStyle = 1 $ 12
		kDoubleClickStyle = 1 $ 13

		kSystemFont = 0
		kNormalFontVeryBig = 1
		kNormalFontBig
		kNormalFont
		kNormalFontSmall
		kNormalFontSmaller
		kNormalFontVerySmall
		kSymbolFont
		kNumStandardFonts

		kNormalFace = 0
		kBoldFace = 1
		kItalicFace = 2
		kUnderlineFace = 4
		
		BASE_WIZARD_CONTROL = 1000
		BASE_ABOUT_CONTROL = 1008
		BASE_ABOUT_POP = 1016
		BASE_USER = 1024
		
	</CONSTANTS>
	<COMMENT>
	This tag contains the C parameter enumerator in the plug-in.
	By creating a control with a value less than the number of parameters of
	the plug-in the skin system will associate it to the effect parameter.
	Automation is fully supported.
	
	Constants in range from 1000 to 1023 are reserved. Do not use these values
	for control identifiers.
	</COMMENT>
	<CONSTANTS>
			kNumPrograms = 128,
			kNumOutputs = 2,

	kParamCompThreshold = 0,
	kParamCompRatio,
	kParamCompGain,
	kParamCompAttack,
	kParamCompRelease,
	kParamPresence,
	kParamTone,
	kParamDistort,
	kParamBoost,

	kParamSize,
	kParamColor,
			
			kNumParams,
		</CONSTANTS>

	<BACKGROUND filename="background.bmp" />
	<COMMENT>
	-----------------------------------------------------------------------------------------------------------------------------
	LAYER 1
	-----------------------------------------------------------------------------------------------------------------------------	
	</COMMENT>
	
	<KNOB x="23" y="59" w="30" h="30" id="kParamCompAttack" bitmap_handle="green30.bmp" stackbmp="1" transparent="1" />
	<KNOB x="23" y="93" w="30" h="30" id="kParamCompRelease" bitmap_handle="green30.bmp" stackbmp="1" transparent="1" />
	
	<KNOB x="232" y="61" w="30" h="30" id="kParamCompThreshold" bitmap_handle="cyan30.bmp" stackbmp="1" transparent="1" />
	<KNOB x="232" y="93" w="30" h="30" id="kParamCompRatio" bitmap_handle="cyan30.bmp" stackbmp="1" transparent="1" />	
	<KNOB x="232" y="125" w="30" h="30" id="kParamCompGain" bitmap_handle="red30.bmp" stackbmp="1" transparent="1" />

	<KNOB x="23" y="204" w="30" h="30" id="kParamPresence" bitmap_handle="green30.bmp" stackbmp="1" transparent="1" />
	<KNOB x="151" y="204" w="30" h="30" id="kParamTone" bitmap_handle="green30.bmp" stackbmp="1" transparent="1" />
	<KNOB x="151" y="238" w="30" h="30" id="kParamBoost" bitmap_handle="red30.bmp" stackbmp="1" transparent="1" />

	<KNOB x="136" y="350" w="30" h="30" id="kParamColor" bitmap_handle="green30.bmp" stackbmp="1" transparent="1" />
	<KNOB x="136" y="382" w="30" h="30" id="kParamSize" bitmap_handle="cyan30.bmp" stackbmp="1" transparent="1" />
	
	<HSWITCH x="4" y="241" id="kParamDistort" bitmap_handle="yesno.bmp" entries="2" />
	
	<ANYDISP x="219" y="19" w="127" h="15" transparent="1" fontcolor="f47800" font="kNormalFont"/>
	<SPEAKER x="11" y="323" w="111" h="111" id="4000" />
	
	<update src="kParamColor" dst="4000" />
	<update src="kParamSize" dst="4000" />
	
	<COMPDISP x="107" y="51" w="111" h="111" id="4001" />
	<update src="kParamCompThreshold" dst="4001" />
	<update src="kParamCompRatio" dst="4001" />

</GUI>
