[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-dev] sc3 current binary dist



the synth class isn't dependant on anything in the application itself.
it just encapsulates the messages that you might want to send to a server
to create synths.
but it does assume that the server is booted.

so if you haven't booted the server, or booted the wrong one, then
your sending messages up where the sun don't shine.

s is set to be Server.local in i think Main-startUp
look at the code there.



On Tuesday, January 7, 2003, at 01:27 PM, Jem Finer wrote:


hmmm . . . i'm still getting the same problems . . . Server.local won't boot
and Synth class - which I've put in default library - not working.

Jem

on 7/1/03 15:43, mego@xxxxxx at mego@xxxxxx wrote:


hi,

i've installed the dec. dev tools, rebuilt and did a short test(!) of
the binary. all went well. get a current binary at the usual place:

http://www.mego.at/sc3

andi

_______________________________________________
sc-dev mailing list
sc-dev@xxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-dev

_______________________________________________
sc-dev mailing list
sc-dev@xxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-dev



-felix