Mercurial > hg > silvet
comparison 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 |
comparison
equal
deleted
inserted
replaced
150:d2bc51cc7f57 | 151:fc06b6f33021 |
---|---|
13 | 13 |
14 typedef struct { | 14 typedef struct { |
15 const char *name; | 15 const char *name; |
16 int lowest; | 16 int lowest; |
17 int highest; | 17 int highest; |
18 double data[SILVET_TEMPLATE_NOTE_COUNT][SILVET_TEMPLATE_SIZE]; | 18 float data[SILVET_TEMPLATE_NOTE_COUNT][SILVET_TEMPLATE_SIZE]; |
19 } silvet_template_t; | 19 } silvet_template_t; |
20 | 20 |
21 static int silvet_templates_lowest_note = 15; | 21 static int silvet_templates_lowest_note = 15; |
22 static int silvet_templates_highest_note = 72; | 22 static int silvet_templates_highest_note = 72; |
23 | 23 |