Mercurial > hg > vamp-plugin-sdk
comparison vamp-sdk/PluginBase.h @ 28:ca1309b937b6 vamp-plugin-sdk-v0.9rc1
* Update version numbers to 0.9
author | cannam |
---|---|
date | Fri, 12 May 2006 14:46:35 +0000 |
parents | e252b1ab423f |
children | 13eae6cc6bac |
comparison
equal
deleted
inserted
replaced
27:44ec6c633113 | 28:ca1309b937b6 |
---|---|
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.2" | 43 #define VAMP_SDK_VERSION "0.9" |
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, |