Steve Schow
From:	Michiel Klaarwater [M.P.C.Klaarwater@el.utwente.nl]
Sent:	Thursday, January 30, 1997 4:40 AM
To:	StefanBuko@aol.com
Cc:	GSP-USERS@portal.com
Subject:	Re: Recent Patch posts clarification

Categories:	SAP
#===================================================================
#===================================================================
#       Program:        High&Low
#       Author:         Michiel Klaarwater
#	email:		klaarwat@nt.el.utwente.nl
#
#       Description:    Patch to alter the pitch of your
#                       stereo (e.g. CD).
#                       Also a comb filter is implemented
#                       in this algorithm. I have it 
#                       switched on and off by changing
#			the inputs of the 2x1 Mixer with 
#			a link to a footcontroller switch.
#			You could also leave the comb filter
#			(consisting of delay+inverter+mixer)
#			out of the algorithm. For more info
#			on comb filters see the article of
#			Jim Wintermyre <wintermy@rl.af.mil>.
#			I have the pitch linked to the pedal
#			of my footcontroller. 
#
#       Rig Notes:      None
#                       
#
#===================================================================
#===================================================================

GSP-2101                      # Device ID
3.00.00                       # Software version
High&Low		      # Program Name
U                             # Algorithm Number
Comp+pitch                    # Algorithm name (suggestion)

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

Comp (bypass)                   		# Compressor
Dist (bypass)        				# Distortion
EQ (0, 0, 0, 0, 0, 0, 0)              		# EQ
MasterV (-5)					# Master Volume
FxL (No Sum)                           		# Effects Loop
SNGt (bypass)      				# Noise Gate

Dly0.5_A (On, 0.079, off, 100, Off)		# Mono Delay 0.5
Phase_A (In_phase)				# Phase Inverter
2x1_A (cc[100,50], cc[0,50], 100) 		# 2x1 Mixer
Pshift_A (On, 100, 0, cc[-18,17], 0, 12-24, off)# Mono Pitch Shifter
Dly0.5_B (On, 0.065, off, 100, Off)		# Mono Delay 0.5
Phase_B (In_phase)				# Phase Inverter
2x1_B (cc[100,50], cc[0,50], 100) 		# 2x1 Mixer
Pshift_B (On, 100, 0, cc[-18,17], 0, 12-24, off)# Mono Pitch Shifter
Mmix (Wet 100%)                                 #Master Mixer

#===================================================================
#User Algorithm Input Linkage
#===================================================================
Dly0.5_A <- (Left Input)
Inv_A    <- (Dly0.5_A)
2x1_A    <- (Left Input, Inv_A)
Pshift_A <- (2x1_A Out 1)
Dly0.5_B <- (Right Input)
Inv_B    <- (Dly0.5_B)
2x1_B    <- (Right Input, Inv_B)
Pch_B <- (2x1_B Out 1)
MMix     <- (Pch_A, Pch_B )


#===================================================================
#       End of Program
#===================================================================
#  Please send all feedback to klaarwat@nt.el.utwente.nl
#===================================================================

