Running SuperColliderAU
| Newsgroups | gmane.comp.audio.supercollider.user |
|---|---|
| Message-ID | <CAL8OTwAWtNTt-jURMN9_WhzbZ9d0MBpzWWUcg7GdvEUHfkH8NQ@mail.gmail.com> |
Hello all,
I've now gotten SuperColliderAU built successfully, and I can load the
plugin in Ableton Live. But I'm running into some errors on the SC side
while trying to run it.
As I understand it, the process is:
1. Load scau as a plugin in the host.
2. Startup scide and execute the code to communicate with the server in the
plugin.
Is that correct? When I run u = Server(\scau, NetAddr("127.0.0.1", 9989));
the post window in SC returns -> scau as expected.
Executing u.serverRunning = true; throws the following error message:
ERROR: Message 'serverRunning_' not understood.
If I just run u.serverRunning, it returns false.
I also tried executing u.boot, but that just returns the message below
continuously:
'/quit' message sent to server 'scau'.
I did confirm that the plugin is listening on port 9989.