// normal effect. Sounds a bit like a chorus // Adding a reverb could be nice :-) adc => Gain gin; Gain gout => dac; gin => PitShift ps1 => Echo ea => gout; gin => Echo eb => gout; gin => PitShift ps2 => Echo ec => gout; 0.3 => gin.gain; 0.7 => gout.gain; 20::ms => ea.delay; 100::ms => eb.delay; 50::ms => ec.delay; -0.5 => ps1.shift; 0.5 => ps2.shift; 0.9 => ps1.mix => ps2. mix; while(true) { 1::second => now; }