diff plugin/FeatureExtractionPluginFactory.cpp @ 79:9e027aa5b5c3

* Avoid instantiating a plugin twice when configuring it (the min/max channel count call was instantiating the plugin again) * Add static library credits to the About box for static builds
author Chris Cannam
date Mon, 24 Apr 2006 15:52:20 +0000
parents c983dda79f72
children bf42d8d63885
line wrap: on
line diff
--- a/plugin/FeatureExtractionPluginFactory.cpp	Thu Apr 13 18:29:10 2006 +0000
+++ b/plugin/FeatureExtractionPluginFactory.cpp	Mon Apr 24 15:52:20 2006 +0000
@@ -263,6 +263,8 @@
 
     rv = new Vamp::PluginHostAdapter(descriptor, inputSampleRate);
 
+    std::cerr << "FeatureExtractionPluginFactory::instantiatePlugin: Constructed Vamp plugin, rv is " << rv << std::endl;
+
     //!!! need to dlclose() when plugins from a given library are unloaded
 
 done: