-
Notifications
You must be signed in to change notification settings - Fork 8
/
README.txt
44 lines (26 loc) · 1.44 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
OSCLib
OSC Library for Java and others using Apache Mina
By Martin Wood-Mitrovski, 2008 http://relivethefuture.com/
Modified by Tyler Freeman, 2011-2012 http://odbol.com
Original repository at http://www.assembla.com/wiki/show/osclib
*Overview*
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.
*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
Low level OSC handling for Actionscript 3.
AS3 Tests
Unit tests for the AS3 library
Java
Java client and server.
Max
A HTTP based OSC handler for max, built using the Java library
OSCBox
A set of applications which combine the AS3 OSC libraries with the GoBox project to allow the creation of OSC generating graphical control systems.
SuperCollider
AS3 library for working with the SuperCollider server
SuperCollider Tests
Unit tests for the Super Collider library