comparison vamp-sdk/plugguard.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 03c7167e1f30
children dc40fff9f20b
comparison
equal deleted inserted replaced
336:50df48a51c97 337:d5c5a52e6c9f
69 69
70 #ifndef _VAMP_IN_HOSTSDK 70 #ifndef _VAMP_IN_HOSTSDK
71 71
72 #define _VAMP_IN_PLUGINSDK 1 72 #define _VAMP_IN_PLUGINSDK 1
73 73
74 #define VAMP_SDK_VERSION "2.4"
75 #define VAMP_SDK_MAJOR_VERSION 2
76 #define VAMP_SDK_MINOR_VERSION 4
77
74 #ifdef _VAMP_NO_PLUGIN_NAMESPACE 78 #ifdef _VAMP_NO_PLUGIN_NAMESPACE
75 #define _VAMP_SDK_PLUGSPACE_BEGIN(h) 79 #define _VAMP_SDK_PLUGSPACE_BEGIN(h)
76 #define _VAMP_SDK_PLUGSPACE_END(h) 80 #define _VAMP_SDK_PLUGSPACE_END(h)
77 #else 81 #else
78 #ifdef _VAMP_PLUGIN_IN_HOST_NAMESPACE 82 #ifdef _VAMP_PLUGIN_IN_HOST_NAMESPACE