We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › Cocoa Framework for sending OSC messages
Page Index Toggle Pages: 1
Cocoa Framework for sending OSC messages (Read 617 times)
Cocoa Framework for sending OSC messages
Jul 16th, 2008, 2:20am
 
Hi!

I'm looking for a cocoa framework for OSC clients because I want to communicate a Cocoa App with processing via OSC.

I've tried with the ObjCOSC )http://www.mat.ucsb.edu/~c.ramakr/illposed/objcosc.html), but because I'm with a IntelMac seems that there's a bug with it.

Someone could recomend me a good framework for OSC clients???

Thank you
Re: Cocoa Framework for sending OSC messages
Reply #1 - Jul 16th, 2008, 10:49am
 
you could have a look at the openframeworks OSC addon source code. Its not cocoa but C++, but you could most probably adapt it to work in a cocoa app.
Re: Cocoa Framework for sending OSC messages
Reply #2 - Jul 16th, 2008, 12:02pm
 
just in case, the c++ implementation is called oscpack.  i was able to use objCOSC for darwiinosc, you can check the source in the repository. i am still on 10.4 though.
best,
andi
Re: Cocoa Framework for sending OSC messages
Reply #3 - Jul 16th, 2008, 12:48pm
 
Thank you Memo and Sojamo.

I was working a bit with the OSCpack implementation on c++, but I'm a completely beginner on c++ and it was not easy for me. I'll continue try to adapt oscpack to work in cocoa, let's see what I can do.

Thank you guys
Page Index Toggle Pages: 1