ofxOsc
ofxOsc is an addon for openFrameworks, allowing OpenSoundControl communication. It is built on top of Ross Bencina’s oscpack library. ofxOsc is copyright 2007, 2008, 2009 Damian Stewart, and distributed under the terms of the GNU Lesser General Public License v3 or later.
The latest version of ofxOsc is always available using anonymous subversion:
svn co http://damian.dreamhosters.com/svn/public/ofxOsc/latest
Alternatively, you can download v0.4 here as a .tgz archive.
Discuss ofxOsc in the openFrameworks forums here.
Changelog
0.4
- changed license to BSD
- added proper cleanup code – to change the port just call setup() again with a new port number.
0.3
- Made error handling a lot nicer: no longer throws an assertion on mismatched argument type requests, but rather prints an error to stderr and attempts to coerce the input type to the requested type.
- Now possible to get the remote IP address and port by calling getRemoteIp() and getRemotePort().
0.2
- Added support for OSC Bundles
0.1
- Initial public release.
![damian [at] frey [dot] co [dot] nz](http://frey.co.nz/old/wp-content/themes/freynew/email.jpg)
