comparison src/vamp-hostsdk/PluginHostAdapter.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 079209375f07
comparison
equal deleted inserted replaced
336:50df48a51c97 337:d5c5a52e6c9f
35 */ 35 */
36 36
37 #include <vamp-hostsdk/PluginHostAdapter.h> 37 #include <vamp-hostsdk/PluginHostAdapter.h>
38 #include <cstdlib> 38 #include <cstdlib>
39 39
40 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 3 ) 40 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 4 )
41 #error Unexpected version of Vamp SDK header included 41 #error Unexpected version of Vamp SDK header included
42 #endif 42 #endif
43 43
44 _VAMP_SDK_HOSTSPACE_BEGIN(PluginHostAdapter.cpp) 44 _VAMP_SDK_HOSTSPACE_BEGIN(PluginHostAdapter.cpp)
45 45