Mercurial > hg > vamp-plugin-sdk
comparison src/vamp-sdk/PluginAdapter.cpp @ 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 | ef1dc9963638 |
children | dc40fff9f20b |
comparison
equal
deleted
inserted
replaced
336:50df48a51c97 | 337:d5c5a52e6c9f |
---|---|
37 #include <vamp-sdk/PluginAdapter.h> | 37 #include <vamp-sdk/PluginAdapter.h> |
38 | 38 |
39 #include <cstring> | 39 #include <cstring> |
40 #include <cstdlib> | 40 #include <cstdlib> |
41 | 41 |
42 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 3 ) | 42 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 4 ) |
43 #error Unexpected version of Vamp SDK header included | 43 #error Unexpected version of Vamp SDK header included |
44 #endif | 44 #endif |
45 | 45 |
46 | 46 |
47 //#define DEBUG_PLUGIN_ADAPTER 1 | 47 //#define DEBUG_PLUGIN_ADAPTER 1 |