comparison 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
comparison
equal deleted inserted replaced
59:9705a1978ecc 60:3086ff194ea0
52 FeatureSet process(float **inputBuffers, RealTime timestamp); 52 FeatureSet process(float **inputBuffers, RealTime timestamp);
53 53
54 FeatureSet getRemainingFeatures(); 54 FeatureSet getRemainingFeatures();
55 55
56 protected: 56 protected:
57 void convertFeatures(SVPFeatureList **, FeatureSet &);
58
57 const SVPPluginDescriptor *m_descriptor; 59 const SVPPluginDescriptor *m_descriptor;
58 SVPPluginHandle m_handle; 60 SVPPluginHandle m_handle;
59 }; 61 };
60 62
61 #endif 63 #endif