/* ---------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------- */


Symposium.SuperColliderAU

SuperColliderAU is an AudioUnit wrapper for the SuperCollider server. It has two modes of operation: Only Server. Simply manages the scsynth process. Needs to be controlled via OSC. Custom Plugin. If a proper plist file and a corresponding synth definition file are included in the plugin bundle, SuperColliderAU will load the synth definition and exopse its parameters to the AudioUnits Host. The syntax of the plist file (pluginSpec.plist) is based on the ControlSpec class from the SuperCollider class library. SuperColliderAU is implemented as an AudioUnit effect. No Clock or MIDI information is passed to the server, only OSC messages corresponding to the configured parameters.

supercolliderau.sourceforge.net





/* ---------------------------------------------------------------------------------- */

//Page last modified on September 05, 2007, at 08:35 PM

/* ---------------------------------------------------------------------------------- */