diff native/vampyhost.cpp @ 120:7c0c11577819

Add setup.py and Vamp SDK subrepo
author Chris Cannam
date Mon, 22 Jun 2015 16:31:44 +0100
parents 2370b942cd32
children 1f23d18883a1
line wrap: on
line diff
--- a/native/vampyhost.cpp	Wed Jun 17 18:35:37 2015 +0100
+++ b/native/vampyhost.cpp	Mon Jun 22 16:31:44 2015 +0100
@@ -60,6 +60,10 @@
 
 #include <cmath>
 
+#if (VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION < 6)
+#error "Vamp plugin SDK v2, version 2.6 or newer required"
+#endif
+
 using namespace std;
 using namespace Vamp;
 using namespace Vamp::HostExt;