diff plugin/api/svp.h @ 60:3086ff194ea0

* More structural work on feature extraction plugin C <-> C++ adapter * Allow use of LADSPA/DSSI plugins with control outputs as feature extraction plugins (DSSI with MIDI output still to come) * Reorder labels on spectrogram status box * Minor tweaks in doc etc.
author Chris Cannam
date Mon, 27 Mar 2006 15:03:02 +0000
parents 0a34d529f8e0
children
line wrap: on
line diff
--- a/plugin/api/svp.h	Fri Mar 24 18:15:50 2006 +0000
+++ b/plugin/api/svp.h	Mon Mar 27 15:03:02 2006 +0000
@@ -113,8 +113,8 @@
     unsigned int (*getPreferredBlockSize)(SVPPluginHandle);
     unsigned int (*getMinChannelCount)(SVPPluginHandle);
     unsigned int (*getMaxChannelCount)(SVPPluginHandle);
+
     unsigned int (*getOutputCount)(SVPPluginHandle);
-
     SVPOutputDescriptor *(*getOutputDescriptor)(SVPPluginHandle,
                                                 unsigned int);
     void (*releaseOutputDescriptor)(SVPOutputDescriptor *);