On Mar 2, 2009, at 6:09 PM, James Harkins wrote:
r = Routine { loop { thisThread.clock.beats.postln; 1.0.wait; }; }; SystemClock.schedAbs(SystemClock.beats.roundUp(1), { r.reset.play(SystemClock) }); r.stop; AppClock.sched(AppClock.beats.roundUp(1) - AppClock.beats, { r.reset.play(AppClock) }); r.stop; hjh : H. James Harkins .::!:.:.......:.::........:..!.::.::...:..:...:.:.:.:..: "Come said the Muse, Sing me a song no poet has yet chanted, Sing me the universal." -- Whitman |