hsc3-graphs-0.15: gr/noise-modulated-sawtooths.scd
// noise modulated sawtooths (jmcc) #6
"/home/rohan/sw/hsc3-graphs/gr/overlap-texture.scd".load;
~overlap_texture.({
var f = (60 + 40.rand).midicps;
LFSaw.ar([f, f + 0.2], 0, LFNoise2.kr(f * [0.15, 0.16], 0.1));
}, 4, 4, 4, postProcess: {arg z; CombN.ar(z, 0.5, 0.5, 4, 1, z.reverse)});