25 Sep
2012
25 Sep
'12
3:48 p.m.
Try this: SinOsc s => dac; while(true) { .2 => s.gain; 220 => s.freq; 2::second => now; 0 =>s.gain; 2::second => now; } --Jeff Albert Assistant Professor (Extraordinary) of Music Industry Studies Loyola University New Orleans Office: Communications/Music Complex 428P Office Phone: (504) 865-2606 Google Voice: (504) 315-5167 jvalbert@loyno.edu (mailto:jvalbert@loyno.edu) http://www.loyno.edu/~jvalbert On Tuesday, September 25, 2012 at 2:36 PM, Alberto Alassio wrote:
SinOsc s => dac; .2 => s.gain; 220 => s.freq; while ( 2::second => now) 0 =>s.gain