Re: Running SuperColliderAU
| Newsgroups | gmane.comp.audio.supercollider.user |
|---|---|
| Message-ID | <CAL8OTwBYt8zWo6ed7xkr0oy6Lo6g779Zd2YeixpuFXJk-WEWCQ@mail.gmail.com> |
On Mon, Mar 29, 2021 at 6:45 PM <[email protected]> wrote: > I don't think it's a quark/extension issue, because it's a fresh build and >> I haven't even installed any quarks yet. >> > Are you sure there's nothing in ~/Application > Support/SuperCollider/Extensions? > Assuming you mean ~/Library/Application Support/SuperCollider/Extensions, that folder is empty. T > What seems to be happening is that a new instance of ServerOptions is not > created in your case. > > Can you try > u = Server.remote(\scau, NetAddr("127.0.0.1", 9989), ServerOptions()); > That works. It posts the following message upon execution: Requested notification messages from server 'scau' scau: server process has maxLogins 64 - adjusting my options accordingly. scau: keeping clientID (0) as confirmed by server process. I did manage to get a simple synth to play after starting the server using the above commands. > > When I run > u = Server.remote(\scau, NetAddr("127.0.0.1", 9989)); > and then > u.options; > I get > -> a ServerOptions > > Would that for some reason return nil on your system? Or, if the method > fails in the first place, maybe the server object itself is not created at > all? > > Yes, that's returning nil on my system. It does look like it's failing to create a server object. -David >