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

Re: [sc-users] BBC lib question



um, sorry, just got this post xmas.

put the line 

tspawn.source.trigger

into the function

{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