Re: SupercolliderAU
[email protected] Thu, 29 Apr 2021 21:19:28 -0400
| Newsgroups | gmane.comp.audio.supercollider.user |
|---|---|
| Message-ID | <CAL8OTwCOOOvkr1NciKOGNodehXLST-Q84ULuF1sU1L4sqdM9bg@mail.gmail.com> |
Stephen,
This is the code I used to get the server running in SCAU:
u = Server.remote(\scau, NetAddr("127.0.0.1", 9989));
On Thu, Apr 29, 2021 at 7:59 PM David Matthews <[email protected]> wrote:
> I do remember that the instructions in the documentation for connecting to
> the server from SCAU are incorrect. I don’t know if they’ve been updated.
> Correct instructions are in the thread from a few weeks back that I started
> on this list. I’ll try to find and post when I get the chance.
>
> > On Apr 29, 2021, at 5:21 PM, [email protected] wrote:
> >
> >
> > Dear List,
> >
> > Just wondering if there's any official word on the state of
> SupercolliderAU and the AudioUnitBuilder quark? Googling seems to suggest
> that it hasn't been properly maintained for some time, but with the odd
> tantalising suggestion that someone has got it working.
> > I've managed to build the au component, and get it to at least claim it
> has booted, but plugging it into Reaper doesn't seem to do anything other
> than indicate the port, and pinging doesn't do anything. Which all supports
> the almost-but-not-quite tone I've been finding in other's posts. So before
> I crack my head open on this, does anyone have a definitive answer as to
> whether SupercolliderAU and the AudioUnitBuilder are actually workable?
> Thanks!
>