All examples are meant to be executed from within SuperCollider-Language!


SwingOSCTutorial-DenHaag.html : an overview and introductory tutorial to SwingOSC


AppletTest.html : this is a good starting point because it uses OSC-messaging style and is not specific to SuperCollider. Also it has some explanatory notes attached which are helpful to get started with the SwingOSC syntax.


SuperColliderDirect.html : shows how SwingOSC can be used to control SuperCollider synthesizers, using plain OSC messaging. To learn about wrapper classes for GUI objects, see the [CocoaVsJava] help file.


GenericJava.html : shows how you can access any java objects and methods, say for scripting purposes. Illustrates the new /methodr command.


DynamicClasses.html : shows how to add new classes at runtime.


Speech-Synthesis.html : shows how you can utilize extra java libraries to extend the functionality of SuperCollider. We use the freetts text-to-speech library here.


JGraph.html : another example for integrating external java libraries. Uses the JGraph graph visualization swing component.



// 25-sep-07 sciss