[chuck-users] CNoise

Kassen signal.automatique at gmail.com
Tue Jul 14 13:16:46 EDT 2009


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cs.princeton.edu/pipermail/chuck-users/attachments/20090714/fb9dbdf7/attachment.htm>


More information about the chuck-users mailing list