OpenSound Control in SuperCollider

The OpenSound Control protocol has been implemented in James McCartney's SuperCollider environment.

This is a reference to all the OSC messages that SuperCollider understands by default. Users may redefine many of these and implement their own:
http://www.audiosynth.com/schtmldocs/Documentation/Open_Sound_Control/default_OSC_address_space.html
Docs for the SuperCollider classes that support OSC :
http://www.audiosynth.com/schtmldocs/Help/Other_Classes/OpenSoundControl
Brief example:
http://www.audiosynth.com/schtmldocs/Documentation/Open_Sound_Control/Open_Sound_Control.html
Description of the tag string that SuperCollider adds to messages so that variable format data may be sent:
http://www.audiosynth.com/schtmldocs/Documentation/Open_Sound_Control/OSC_message_binary_format.html

More info about the OSC implementation in SuperCollider 2.2.11: