Mercurial > hg > silvet
diff data/include/templates.h @ 88:97b77e7cb94c timing
Store templates as doubles instead of floats
author | Chris Cannam |
---|---|
date | Tue, 06 May 2014 12:49:49 +0100 |
parents | eec530c4300d |
children | 840c0d703bbb e3373d367bda |
line wrap: on
line diff
--- a/data/include/templates.h Tue May 06 12:45:09 2014 +0100 +++ b/data/include/templates.h Tue May 06 12:49:49 2014 +0100 @@ -15,7 +15,7 @@ const char *name; int lowest; int highest; - float data[SILVET_TEMPLATE_NOTE_COUNT][SILVET_TEMPLATE_SIZE]; + double data[SILVET_TEMPLATE_NOTE_COUNT][SILVET_TEMPLATE_SIZE]; } silvet_template_t; static int silvet_templates_lowest_note = 15;