diff plugins/Types.h @ 145:4e37f52e78df

plugins/Onset.cpp: add default mode
author Paul Brossier <piem@piem.org>
date Fri, 22 Jul 2016 15:41:19 +0200
parents 767ead1cee18
children
line wrap: on
line diff
--- a/plugins/Types.h	Fri Jul 22 15:33:16 2016 +0200
+++ b/plugins/Types.h	Fri Jul 22 15:41:19 2016 +0200
@@ -5,7 +5,7 @@
 
     Centre for Digital Music, Queen Mary, University of London.
     This file copyright 2012 Queen Mary, University of London.
-    
+
     This file is part of vamp-aubio-plugins.
 
     vamp-aubio is free software: you can redistribute it and/or modify
@@ -47,7 +47,8 @@
     OnsetPhase,
     OnsetKL,
     OnsetMKL,
-    OnsetSpecFlux // new in 0.4!
+    OnsetSpecFlux, // new in 0.4!
+    OnsetDefault   // new in 0.5
 };
 
 extern const char *getAubioNameForOnsetType(OnsetType t);
@@ -74,8 +75,6 @@
 };
 
 extern const char *getAubioNameForPitchType(PitchType t);
-    
 
 #endif
 
-