Re: Running SuperColliderAU
| Newsgroups | gmane.comp.audio.supercollider.user |
|---|---|
| Message-ID | <CAEBNZeDp+4WyQqpLRLND-q99yXEWbW2bJSvVgMP4nwEB9qSh4A@mail.gmail.com> |
>
> u = Server(\scau, NetAddr("127.0.0.1", 9989));
> u.startAliveThread;
>
> now seems to work! I can run a test synth in SC and hear it in Ableton
> Live!
>
Great!
The .remote method still doesn't work for some reason:
> u = Server.remote(\scau, NetAddr("127.0.0.1", 9989));
>
> still throws the ERROR: Message 'protocol' not understood.
> error, but does that matter? I'm not as up on the workings of
> server communication as I maybe should be.
>
Can you post the full error message?
I'm guessing this might come from some quark/extension, as I said this
error doesn't occur for me in SC 3.11.2.
Marcin