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

Re: [sc-users] OSC Pattern Scheduling



On 9/21/05, Esben Stien <b0ef@xxxxxxxxxxxxxxxx> wrote:
> Esben Stien <b0ef@xxxxxxxxxxxxxxxx> writes:
>
> > Any way to loop the block of OSC commands?.
>
> I'm still struggling with this.

OSCSched is kind of a superfluous class. Why not just do it all
directly in the routine?

(
d = Routine({
   20.do({
           Synth("tutorial-sine",[\gate,1]);
           2.0.wait;
           Synth("tutorial-sine",[\gate,1]);
           2.0.wait;
           Synth("tutorial-sine",[\gate,1]);
           4.0.wait;
   });
});
SystemClock.play(d);
)

hjh

--
James Harkins /// dewdrop world
jamshark70@xxxxxxxxxxxxxxxxx
http://www.dewdrop-world.net

"Come said the Muse,
Sing me a song no poet has yet chanted,
Sing me the universal."  -- Whitman