« Return to Thread: OSC tutorial?

Re: OSC tutorial?

by James Harkins-2 :: Rate this Message:

Reply to Author | View in Thread

On Oct 14, 2007, at 7:46 PM, mr.proxxxy wrote:

I'm about halfway through the music examples with supercollider, and as I'm
on unix, I don't have the option of making guis with sc itself.


Actually, you do. http://www.sciss.de/swingOSC/


1) Does the scserver print to the std out when it has recieved a connection
request?

Not to my knowledge, but you can send it some message that will cause an error (like ['/n_free', 900]) and it should print "n_free node not found."

2) Does it barf and tell you there's an error when you send a malformed
request?

Not really... but any errors that happen as it's trying to process the malformed command will be reported.

3) What is the proper format to send messages in?


See "Binary format of messages" in the ServerArchitecture help file.


hjh



: H. James Harkins

: jamshark70@...

: http://www.dewdrop-world.net

.::!:.:.......:.::........:..!.::.::...:..:...:.:.:.:..:


"Come said the Muse,

Sing me a song no poet has yet chanted,

Sing me the universal."  -- Whitman



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

 « Return to Thread: OSC tutorial?