Mercurial > hg > vamp-plugin-sdk
comparison vamp-sdk/PluginBase.h @ 43:3bbe244611bb
* Update version number to 1.0, some textual tweaks
author | cannam |
---|---|
date | Tue, 31 Oct 2006 19:55:47 +0000 |
parents | 13eae6cc6bac |
children | be8fdfe25693 |
comparison
equal
deleted
inserted
replaced
42:1eb2419fc326 | 43:3bbe244611bb |
---|---|
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.5" | 43 #define VAMP_SDK_VERSION "1.0" |
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, |