Satriani, Joe: Joe Satriani Title Fxx, S/D Description Author Link You're My... Uxx, S Satriani's clean sound for "You're my world" . David Nason SAP #================================================================= # # PROGRAM: You're My ... # AUTHOR: David Nason # ... or ... # # DATE: 5/24/96 # # DESCRIPTION: # # Just a little patch I threw together # to emulate the clean sound in Satch's # "You're My World". Perhaps I'll also # write up the distored/wah sound, which # I've aptly titled "... World". # # NOTES: # # I primarily use a Strat Plus, through # an Ampeg Stereo cabinet. # # If you want to actually try "You're # My World" out with this dude, tune # yer geetar to E,A,D,F#,A,E. I have no # idea what tuning he uses, but this works # out perfect (Guitar had a transcription # which claimed he used some guitar I've # never heard of - tuned doen a complete # 5th). E-mail me if you want some help # learning it. # #================================================================= # # Header Section # GSP-2101 # Device ID 2.01.01 # Software Version You're My ... # Program Name User 4 # Algroithm Number/Name # # Module Parameter Section # Comp (On, 3:1, -40db, -6db) Dist (On, Clean Tube, 10.0) EQ (+4, 0, -2, -6, 4, 8, 10) MVol (-3) FxL (No Sum) NGt (On, -65db, 5db, 20ms, 0ms, 50ms, 10db, 6.0ms) SCho (On, 100, 40.00, 0.50hz, 6.00ms, Tringl) 4x2A (100, -50, 100, 50, 100, -50, 100, 50, 100, 100) SDly (On, 0.300, 20%, 70, Off) 4x2B (40, -50, 40, 50, 70, -50, 70, 50, 100, 100) SPha (On, 75, 25%, 0.20hz, 85, Tringl) 4x2C (100, -50, 100, 50, 100, -50, 100, 50, 100, 100) MMix (25, 75) # # User Algorithm Section # SCho <- (Left Input, Right Input) 4x2A <- (SCho Out 1, SCho Out 2, Left Input, Right Input) SDly <- (4x2A Out 1, 4x2 Out 2) 4x2B <- (SDly Out 1, SDly Out 2, 4x2A Out 1, 4x2A Out 2) SPha <- (4x2B Out 1, 4x2B Out 2) 4x2C <- (SPha Out 1, SPha Out 2, 4x2B Out 1, 4x2B Out 2) Left Out <- (4x2C Out 1) Right Out <- (4x2C Out 2) #=================================================================