Hello List
TempoClock's default queueSize is 256.
*new { arg tempo, beats, seconds, queueSize=256;
^super.new.init(tempo, beats, seconds, queueSize)
}
But the error msg "scheduler queue is full." occurs when the
queueSize exceeds 128.
t = TempoClock(1, 10, Main.elapsedTime.ceil);
129.do({|i| t.schedAbs(t.beats.ceil + i, {[t.beats, t.bar].pl})})
Can anyone duplicate this? Current svn OSX Mac PPC
Regards
Tom
_______________________________________________
Sc-devel mailing list
Sc-devel@xxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-devel