wscript: check for 64bit using sys.maxsize (closes #3)
[vamp-aubio-plugins.git] / plugins / Types.cpp
index 1af71f9..13bddf6 100644 (file)
@@ -29,7 +29,7 @@ const char *getAubioNameForOnsetType(OnsetType t)
 {
     // In the same order as the enum elements in the header
     static const char *const names[] = {
-        "energy", "specdiff", "hfc", "complex", "phase", "kl", "mkl", "specflux"
+        "energy", "specdiff", "hfc", "complex", "phase", "kl", "mkl", "specflux", "default"
     };
     return names[(int)t];
 }