Home
Overview
Open Sound Control libraries for integrating Flash / Actionscript 3 with Max/MSP, !SuperColliderSuperCollider and any other OSC capable system (Reaktor, Plogue Bidule etc..)
Because AS3 doesnt support UDP sockets this library also contains a Java OSC client and server which can be used for providing a bridge between UDP and TCP connections. e.g.
Flash (via TCP) -> Java -> Reaktor (via UDP)
The Java client and server are based on the Apache Mina framework and can easily be used seperately for other purposes.
Projects in SVN
Each top level folder in SVN trunk corresponds to a single project (i.e an eclipse or flexbuilder project although you dont have to use those to work with the code)
- AS3
- AS3 Tests
- Java
- Max
- OSCBox
!SuperColliderSuperCollider!SuperColliderSuperCollider Tests
Low level OSC handling for Actionscript 3.
Unit tests for the AS3 library
Java client and server.
A HTTP based OSC handler for max, built using the Java library
A set of applications which combine the AS3 OSC libraries with the GoBox project to allow the creation of OSC generating graphical control systems.
AS3 library for working with the !SuperColliderSuperCollider server
Unit tests for the !SuperColliderSuper Collider library