共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > OSCLib |
OSCLib
|
1 | 0 | 61 |
贡献者 | 讨论 | 代码提交 |
Open Sound Control libraries for integrating Flash / Actionscript 3 with Max/MSP, SuperCollider 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.