diff data/include/templates.h @ 342:ad45b18427e0

Merge from branch livemode
author Chris Cannam
date Mon, 06 Jul 2015 09:15:21 +0100
parents d8468176339d
children
line wrap: on
line diff
--- a/data/include/templates.h	Tue Apr 28 11:09:31 2015 +0100
+++ b/data/include/templates.h	Mon Jul 06 09:15:21 2015 +0100
@@ -6,7 +6,7 @@
 /* note: intended to parse as both C and C++ */
 
 #define SILVET_TEMPLATE_COUNT      14   /* Number of instruments */
-#define SILVET_TEMPLATE_NOTE_COUNT 88   /* Number of notes per instrument */ 
+#define SILVET_TEMPLATE_NOTE_COUNT 88   /* Number of notes per instrument */
 #define SILVET_TEMPLATE_HEIGHT     545  /* Frequency bins per template */
 #define SILVET_TEMPLATE_MAX_SHIFT  2    /* Zeros at either end of template */ 
 #define SILVET_TEMPLATE_SIZE       549  /* Height + 2 * max shift space */