Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

DSSI support library documentation

0.0.0

This is API documentation for two small support libraries for writing DSSI synths and effects. There is one library for the plugin part, consisting of the class DSSIPlugin and the function register_dssi(), and one for the UI part, which consists of the class DSSIUIClient.

To create a new DSSI plugin you simply create a subclass of DSSIPlugin and use the register_dssi() function to register it in your initialisation function. Details and an example can be found in the documentation for DSSIPlugin.

To create a new DSSI UI, just write the GUI program and use an instance of DSSIUIClient to handle the communication with the DSSI host. More details can be found in the documentation for DSSIUIClient.

There is also a small library for writing LADSPA plugins, using the class LADSPAPlugin.

You can get a tarball with the libraries here: http://ll-plugins.sourceforge.net/dsl/dssi-support-libs-0.5.35.tar.gz.


Generated on Wed Mar 1 17:12:44 2006 for DSSI support libraries by  doxygen 1.4.4