NoahNoise


NoahNose.ar(mul, add)


//not installed yet


(

SynthDef("help-NoahNoise", { arg out=0;

Out.ar(out, 

NoahNoise.ar(0.25)

)

}).play;

)