[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Sc-devel] [Bug?] TempoClock queueSize problem?
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