On Jan 30, 2008, at 8:28 AM, Andrea Valle wrote:
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 |