FLOSC - OpenSoundControl object
I'm having issue sending out data as OSC, through local host UDP into flash using the FLOSC java server.
When i open my patch the 'OpenSoundControl' object is not found, however when i open a friends patch that also sends out data in the same way, my object is then detected. It can't be a directory issues as his patch is currently in my downloads folder and I can't see anything he has done that I haven't.
Is OSC built into max 5 or should i need to download something? I'm guessing as his patch locates it, so should mine. It is odd.
Here is my code, maybe I am missing something?
Any help much appreciated.
Cheers,
Josh
Hey there.
OpenSoundControl is a CNMAT object, at:
http://opensoundcontrol.org/implementation/opensoundcontrol-maxmsp
(thanks, I hadn't heard of this one yet either--it'll simplify my life)
Also, make sure you don't have duplicates or anything installed on your system. That might do it. CNMAT is a pretty standard chunk of objects, so your friend probably had it downloaded already.
-Andrew