[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] Two Ctk related questions



Hi Josh,

many thanks,

yes, you answered to my questions...

I only don't know about thes syntax shortcuts about the following
section of code:

       while({
               // create a note... add it to the CtkScore
               note = orch[\test].new(starttime + now, 0.1, target: thisgroup)
                       // the CtkProtoNotes (and the CtkNoteObjects it
creates) makes methods to
                       // get and set all arguments in the synthdef
                       .freq_(lowfreq.rrand(hifreq))
                       .amp_(ampenv[now])
                       .dur_(0.1)
                       .outbus_(bfbus)
                       .loc_(0.5pi.rrand(-0.5pi))
                       .addTo(score);
               now = now + 0.02;
               now < duration;
               });

All the best


-- 
Alessandro Fogar

http://www.fogar.it

2007/12/18, Josh Parmenter <josh@xxxxxxxxxxxxxxxxx>:
> Hi Alessandro. I hope the following answers your questions... let me
> know if there is anything else.
>
> best,
>
> Josh