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.
– PDF_Export.html : another example for integrating external java libraries. Uses the iText PDF library.
// 05-jul-08 sciss