Open Sound Control (OSC)
JavaOSC library port to J#/.NET2.0
J# OSC (.NET 2.0) project is a port of JavaOSC library (Open Sound Control for Java) to J#/.NET2.0.
...by G.Birbilis
Notes:
-
Needed to do a rename of "enum" to "_enum": "enum" seems to be a reserved keyword in J# and it has some bug where the /x:all or /x:net compiler switch that should disable all (J++ and J#) or just .NET (J#) compiler extensions doesn't disable the treating of "enum" as a special keyword as it should. Most probably this change is also needed if you want to compile/run JavaOSC in Java 1.5+ which I think added "enum" keyword too (with probably not the same semantics as enum has in J# though)
-
At the lib folder exists JUnit.dll (referred by the project), from J by J# project (it's a port of JUnit and other libraries from Java to J#). See "jsharposc\src\test\readme_tests.txt" file for more details on how to execute the unit tests in J#