Hi It seems to me that the modDepth of chorus doesn't work, depth is always very deep, it has some effect on the sound, but very subtle and not at all what I expected. Can anyone confirm this? 5::second => dur play; 2::second => dur pause; SinOsc s => Chorus c => dac; .5 => float gain; <<<"first the default settings - sounds strange">>>; inBetween(); <<<"setting the modDepth to 0">>>; 0 => c.modDepth; inBetween(); <<<"setting the modDepth to 1">>>; 1 => c.modDepth; inBetween(); <<<"setting the modDepth to 1000">>>; 1000 => c.modDepth; inBetween(); <<<"setting the modDepth to .001">>>; .001 => c.modDepth; inBetween(); <<<"something like this is the best that can be achieved IFAICT">>>; .3 => c.mix; .001 => c.modFreq; play => now; fun void inBetween(){ gain => s.gain; play => now; 0 => s.gain; pause => now; gain => s.gain; } -- peace, love & harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk