Mercurial > hg > vamp-plugin-sdk
comparison vamp-sdk/PluginBase.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 | ca1309b937b6 |
children | 3bbe244611bb |
comparison
equal
deleted
inserted
replaced
31:0e7aa8fabd76 | 32:13eae6cc6bac |
---|---|
38 #define _VAMP_PLUGIN_BASE_H_ | 38 #define _VAMP_PLUGIN_BASE_H_ |
39 | 39 |
40 #include <string> | 40 #include <string> |
41 #include <vector> | 41 #include <vector> |
42 | 42 |
43 #define VAMP_SDK_VERSION "0.9" | 43 #define VAMP_SDK_VERSION "0.9.5" |
44 | 44 |
45 namespace Vamp { | 45 namespace Vamp { |
46 | 46 |
47 /** | 47 /** |
48 * A base class for plugins with optional configurable parameters, | 48 * A base class for plugins with optional configurable parameters, |