// Fuzz Test Code // Copyright 2009 Les Hall // This software is protected by the GNU General Public License // the patch // // automatic gain control adc => Gain div1; adc => FullRect fwr1 => LPF f1 => Gain add1 => div1; Step step1 => add1; 4 => div1.op; 20 => f1.freq; 0.2 => step1.next; 1.0 => adc.gain; // // distortion div1 => Gain div2 => dac; div1 => FullRect fwr2 => Gain add2 => div2; Step step2 => add2; 4 => div2.op; 0.02 => step2.next; // set level of distortion (less is more) // time loop while (true) { second => now; }