comparison vamp-sdk/PluginBase.h @ 337:d5c5a52e6c9f

Make the simple base-fft implementation accessible for use by plugins as well. Bump version to 2.4
author Chris Cannam
date Thu, 12 Jul 2012 11:37:31 +0100
parents f9e13bc35b3e
children e43186ff8854
comparison
equal deleted inserted replaced
336:50df48a51c97 337:d5c5a52e6c9f
37 #ifndef _VAMP_SDK_PLUGIN_BASE_H_ 37 #ifndef _VAMP_SDK_PLUGIN_BASE_H_
38 #define _VAMP_SDK_PLUGIN_BASE_H_ 38 #define _VAMP_SDK_PLUGIN_BASE_H_
39 39
40 #include <string> 40 #include <string>
41 #include <vector> 41 #include <vector>
42
43 #define VAMP_SDK_VERSION "2.3.1"
44 #define VAMP_SDK_MAJOR_VERSION 2
45 #define VAMP_SDK_MINOR_VERSION 3
46 42
47 #include "plugguard.h" 43 #include "plugguard.h"
48 _VAMP_SDK_PLUGSPACE_BEGIN(PluginBase.h) 44 _VAMP_SDK_PLUGSPACE_BEGIN(PluginBase.h)
49 45
50 namespace Vamp { 46 namespace Vamp {