[slightly OT] OSC conventions?
I want to write OSC capability into my max patch. I'm wondering what the conventions are because I've never used anyone else's OSC enabled stuff. (I'm writing the receiving app too)
Is it just a free for all?
/myapp/what/ever/I/Want 34?
If not, where do I learn?
Also, does the format of the sending messages usually stay constant and the receiver tunes into them? Or do the receiver messages stay constant and the sender is configurable?
If you download the CNMAT OSC externals then it should help you understand how the protocol works, and help you build OSC into your patch.
Thanks, I checked that out. I've got the syntax. I was just wondering if there were any conventions that people would expect regardless of the spec. I guess I'll operate in free for all mode till I run into trouble.
Did you check out the rest of the stuff at CNMAT? THe research ares has more info.
Read OSC Best Practices, and check out everything at opensoundcontrol.org . . .
This article seems relevant: http://opensoundcontrol.org/files/osc-best-practices-final.pdf
WORD!