#=======================================================================
#=======================================================================
#	Program:	Don't Tell Me...
#	Author:		Thomas F. Hespos, Jr.
#	
#	Description:    Emulates Eddie Van Halen's tone on "Don't Tell
#			Me (What Love Can Do)" off of the Van Halen album
#			"Balance."  Drop your low E-string to D and play the
#			opening riff.  Sounds pretty close, no?
#
#	Rig Notes:	Patch was created with '93 Les Paul Studio Lite, with
#			Hot Ceramic Humbuckers, using the bridge pickup.
#			Guitar -> GSP -> Mackie 1202VLZ -> Crown 
#			Powerbase-1 -> Peavey T-300 speakers.
#
#=======================================================================
#=======================================================================

GSP-2101		# Device ID
2.02.1		        # Software version
Don't Tell Me...	# Program Name
U			# Algorithm Number

#=======================================================================
#	Module Parameter Settings Section	
#=======================================================================

Comp (On, 2:1, -30, -6)						# Compressor
Dist (On, SaturatedTube, 4.0, 8.0)				# Distortion
EQ (+6, +2, 0, 0, 0, +2, +4)					# EQ
Mvol (0)							# Master Vol
FxL (No Sum)							# FX Loop
NGt (On, -65, 8, 20, 0, 90, 48, 5.0) 				# Noise Gate

2x1 (100, 100, 100)						# 2x1 Mixer
Swah (Bypass)							# Smooth Wah
4PCho (On, 100, 10.00, 30.00, 20.00, 40.00, 0.25, 6.75) 	# 4 Phase Ch
5x2 (85,-50, 85, 50, 75, -50, 75, 50, 100, 0, 100, 100)	        # 5x2 Mixer
Dly1 (On, 0.500, 9, 100, Off)					# Dly 1.0
3x2 (25, 0, 100, 50, 100, 0, 100, 100)				# 3x2 Mixer
Mmix (Wet 100%)							# Wet 2 Dry

#=======================================================================
#User Algorithm Input Linkage
#=======================================================================

2x1	<- ( Left Input, Right Input )
SWah	<- ( 2x1 Out 1)
4PCho	<- ( SWah Out 1)
5x2	<- ( 4PCho Out 1, 4PCho Out 2, 4PCho Out 3, 4PCho Out 4, SWah Out 1 )
Dly1	<- ( 5x2 Out 1)
3x2	<- ( Dly1 Out 1, 5x2 Out 1, 5x2 Out 2 )
MMix	<- ( 3x2 Out 1, 3x2 Out 2 )

#=======================================================================
#	End of Program
#=======================================================================

#=======================================================================
#	Please send all feedback to hespos@hespos.com
#=======================================================================