diff data/include/templates.h @ 151:fc06b6f33021

double -> float in EM (to test)
author Chris Cannam
date Wed, 14 May 2014 19:38:36 +0100
parents e3373d367bda
children 6003a9af43af
line wrap: on
line diff
--- a/data/include/templates.h	Wed May 14 18:09:06 2014 +0100
+++ b/data/include/templates.h	Wed May 14 19:38:36 2014 +0100
@@ -15,7 +15,7 @@
     const char *name;
     int lowest;
     int highest;
-    double data[SILVET_TEMPLATE_NOTE_COUNT][SILVET_TEMPLATE_SIZE];
+    float data[SILVET_TEMPLATE_NOTE_COUNT][SILVET_TEMPLATE_SIZE];
 } silvet_template_t;
 
 static int silvet_templates_lowest_note = 15;