diff src/OnsetDetectionFunction.h @ 24:deb49a2590f3 develop

Updated README, commented more code, added a Vamp plug-in
author Adam <adamstark.uk@gmail.com>
date Mon, 27 Jan 2014 23:11:31 +0000
parents 92ee4ace9d46
children 98f7a54faa0c
line wrap: on
line diff
--- a/src/OnsetDetectionFunction.h	Sat Jan 25 18:17:51 2014 +0000
+++ b/src/OnsetDetectionFunction.h	Mon Jan 27 23:11:31 2014 +0000
@@ -51,6 +51,8 @@
     TukeyWindow
 };
 
+//=======================================================================
+/** A class for calculating onset detection functions. */
 class OnsetDetectionFunction
 {
 public: