#=======================================================================
#=======================================================================
#	Program:	Pycho Tube Lead
#	Author:	Thomas F. Hespos, Jr.
#	
#	Description:This patch can be noisy as hell, but I've been able to
#			control it thus far.  On my Les Paul, I can get this
#			patch to sound close to "Evenflow" on Pearl Jam's
#			"Ten" album.  This uses the same algorithm as
#			"Don't Tell Me...," so don't program it twice!!!
#
#	Rig Notes:	Patch was created with '93 Les Paul Studio Lite, with
#			Hot Ceramic Humbuckers, using the bridge pickup.
#			Guitar -> GSP -> Marshall 9000 Tube Power Amp ->
#			ADA 2X12" (70W Celestions).
#
#=======================================================================
#=======================================================================

GSP-2101		# Device ID
2.02.1		        # Software version
Psycho Tube Lead	# Program Name
U			# Algorithm Number

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

Comp (On, 2:1, -30, 6)					# Compressor
Dist (On, SaturatedTube, 8.6, 11.0)			# Distortion
EQ (0, +10, +6, +2, +10, +6, +4)			# EQ
Mvol (0 cc[-8, 0])					# Master Vol
FxL (No Sum)						# FX Loop
NGt (On, -54, 8, 150, 0, 90, 72, 0.0) 			# Noise Gate

2x1 (100, 100, 100)					# 2x1 Mixer
Swah (Bypass)						# Smooth Wah
4PCho (Off)					 	# 4 Ph Chor.
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
#=======================================================================