Hi list,
I think the following code in the NameControl help file:
a = { q.filterInput(q.chooseNoise) }.play;
a.set(\freq, 1000); // set filter frequency
a.set(\gate, -3); // release in 3 seconds
Should be:
a = { q.filterInput(q.chooseNoise * q.makeEnv(Env.asr, 2)) }.play;
a.set(\freq, 1000); // set filter frequency
a.set(\gate, -3); // release in 3 seconds
The current version works, but due to a different reason than the one
explained in that series of examples.
Cheers!,
Sergio
--
Sergio Luque
www.sergioluque.com
_______________________________________________
sc-users mailing list
info (subscription, etc.):
http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtmlarchive:
http://www.listarc.bham.ac.uk/marchives/sc-users/search:
http://www.listarc.bham.ac.uk/lists/sc-users/search/