diff plugins/Types.cpp @ 145:4e37f52e78df

plugins/Onset.cpp: add default mode
author Paul Brossier <piem@piem.org>
date Fri, 22 Jul 2016 15:41:19 +0200
parents f80b207ccd15
children
line wrap: on
line diff
--- a/plugins/Types.cpp	Fri Jul 22 15:33:16 2016 +0200
+++ b/plugins/Types.cpp	Fri Jul 22 15:41:19 2016 +0200
@@ -29,7 +29,7 @@
 {
     // 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];
 }