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

Re: [Sc-devel] [sc-users] PsyCollider 3.2b1



Christoph --

I'm not sure if this has already been fixed on your end, but this line
in startup.sc is bad:

{ s.makeWindow(); }.defer(3);

You can't assume that SwingOSC will always start within 3 seconds. The
proper way to do it is this:

g.waitForBoot({ s.makeWindow(); });

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