Re: Running SuperColliderAU
| Newsgroups | gmane.comp.audio.supercollider.user |
|---|---|
| Message-ID | <CAEBNZeCBsFVqGVjQBE+sXYATBkw-qPSKCqvWFobyynJ3cpbjgg@mail.gmail.com> |
Hi David,
Assuming you mean ~/Library/Application Support/SuperCollider/Extensions,
> that folder is empty. T
>
Ah yes, that's the location I meant. Well, that's weird then. I'm still not
getting that error even when I disable all my extensions.
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.
>
Yes, this looks the same on my system.
I did manage to get a simple synth to play after starting the server using
> the above commands.
>
Great!
> 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.
>
It's weird that ServerOptions are not created.
In any case, I'm glad it's working now!
Marcin
>