diff plugin/FeatureExtractionPluginHostAdapter.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 9705a1978ecc
children
line wrap: on
line diff
--- a/plugin/FeatureExtractionPluginHostAdapter.h	Fri Mar 24 18:15:50 2006 +0000
+++ b/plugin/FeatureExtractionPluginHostAdapter.h	Mon Mar 27 15:03:02 2006 +0000
@@ -54,6 +54,8 @@
     FeatureSet getRemainingFeatures();
 
 protected:
+    void convertFeatures(SVPFeatureList **, FeatureSet &);
+
     const SVPPluginDescriptor *m_descriptor;
     SVPPluginHandle m_handle;
 };