See also
You can find more information about OSC implementations by checking out the following links.
OSC in Flash
To support receiving and sending OSC messages in your ActionScript 3.0 code you can use the following library: http://bubblebird.at/tuioflash/
OSC in Processing
To support OSC protocol in your Processing sketch you can use following library: http://www.sojamo.de/libraries/oscP5/
OSC in openFrameworks
To support receiving and sending OSC messages in your openFrameworks
project, you can use the ofxOsc
add-on: http://ofxaddons.com/repos/112
OpenSoundControl Protocol
You can find more information about OSC protocol and related tools at its official site: http://opensoundcontrol.org/.