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

Re: [Sc-devel] 3.2: OSX server GUI stuff



On Jan 30, 2008, at 8:28 AM, Andrea Valle wrote:

You mean the "3.wait"? See the discussions over the past two or three
days about the Windows port, there was some discussion about exactly
this and IIRC there was a more elegant way to do it, but I can't
remember what right now.

Hmm, I  haven't notice it. I'll take a look.

The interface is the same as scsynth for this. On scsynth, you wouldn't do

s.boot;
SynthDef(...).send(s);

Better is

s.waitForBoot({
SynthDef(...).send(s);
});

So it is with SwingOSC.

SwingOSC.default.waitForBoot({
s.makeWindow;
});

Not so exotic, really.
hjh


: H. James Harkins

: 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