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

Re: [sc-users] BBC lib question



thank you very much for answering my bigginer question...


best wish to all are lot of happyness and enjoyment in coming year!

peace!           
masa.

> {ec=ec+1; tspawn.source.trigger;
> [0,1,0,1].wrapAt(ec).postln;}
> 
> where tspawn= TSpawn.ar({SinOsc.ar(50)*Line.kr(1,0,0.5)});
> 
> That's off the top of my head, hope it's enough to tell you what to do.
> O/w 
> 
> Synth.repeat(4.0, 8.0, {tspawn.source.trigger})
> 
> would also work in this case though for a more complex index function in
> MultiProc it won't.
> Cheers
> Nick