diff vamp-sdk/PluginHostAdapter.h @ 32:13eae6cc6bac

* Add a function to look up the Vamp plugin path for the current platform. * Add make install stage and pkgconfig files. (This bit is rather Linux-specific.)
author cannam
date Mon, 31 Jul 2006 16:12:37 +0000
parents c29eccb892f1
children be8fdfe25693
line wrap: on
line diff
--- a/vamp-sdk/PluginHostAdapter.h	Wed May 17 16:41:37 2006 +0000
+++ b/vamp-sdk/PluginHostAdapter.h	Mon Jul 31 16:12:37 2006 +0000
@@ -41,6 +41,8 @@
 
 #include "Plugin.h"
 
+#include <vector>
+
 namespace Vamp {
 
 class PluginHostAdapter : public Plugin
@@ -49,6 +51,8 @@
     PluginHostAdapter(const VampPluginDescriptor *descriptor,
                       float inputSampleRate);
     virtual ~PluginHostAdapter();
+    
+    static std::vector<std::string> getPluginPath();
 
     bool initialise(size_t channels, size_t stepSize, size_t blockSize);
     void reset();