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

Re: [sc-users] spinning wheel




I'm not seeing that.
But I wonder if you are accumulating some kind of task.


// need to add an accessor for 'all' to do the following:
TempoClock : Clock {
	classvar <all, <>default;
              ^
--

thisProcess.instVarAt(\schedulerQueue).postln;

TempoClock.all.do {|clock|
	clock.instVarAt(\queue).postln;
};

CmdPeriod.objects.do {|obj|
	obj.postln;
};

NodeWatcher.all.do {|nw|
	nw.postln;
};

--

On Dec 26, 2004, at 5:28 PM, thor wrote:


Hi list (and developers)

I have noticed recently that opening a new document just after
starting Supercollider or the localhost server results in 10 seconds
of the apple beach ball spinning before one can write anything.

This also happens if I put the computer to sleep (with SC open)
and wake it up... Supercollider is busy for 10 seconds.

I think this has been happening since the last 2 snapshots.