14 Jul
2009
14 Jul
'09
1:16 p.m.
Fellow ChucKists. CNoise is under-documented, the only official reference to it seems to be that "cnoise" is depreciated, with "CNoise" being prefered since 1.2.0.7. Still it's there in the source and can be used without errors. However, it doesn't seem to work like I expect it to. Based on the source I'd say correct usage should be something like this; CNoise n => dac; "white" => n.mode; second => now; "pink" => n.mode; second => now; "flip" => n.mode; second => now; "xor" => n.mode; second => now; "brown" => n.mode; second => now; "fbm" => n.mode; second => now; This does indeed compile but all I get is one type of noise only. Could somebody kindly help or explain? Yours, Kas.