Mercurial > hg > silvet
view data/include/templates.h @ 49:9b17bbd16a5f
Use supplied pitch ranges, plus subrepo update
author | Chris Cannam |
---|---|
date | Mon, 07 Apr 2014 16:21:57 +0100 |
parents | b49597c93132 |
children | eec530c4300d |
line wrap: on
line source
/* Do not edit this file: it was automatically generated */ #ifndef SILVET_DATA_TEMPLATES_H #define SILVET_DATA_TEMPLATES_H /* note: intended to parse as both C and C++ */ #define SILVET_TEMPLATE_NOTE_COUNT 88 #define SILVET_TEMPLATE_HEIGHT 545 #define SILVET_TEMPLATE_COUNT 13 typedef struct { const char *name; int lowest; int highest; float data[SILVET_TEMPLATE_NOTE_COUNT][SILVET_TEMPLATE_HEIGHT]; } silvet_template_t; static int silvet_templates_lowest_note = 15; static int silvet_templates_highest_note = 72; static silvet_template_t silvet_templates[SILVET_TEMPLATE_COUNT] = { #include "bassoon.h" #include "cello.h" #include "clarinet.h" #include "flute.h" #include "guitar.h" #include "horn.h" #include "oboe.h" #include "tenorsax.h" #include "violin.h" #include "piano-maps-SptkBGCl.h" #include "piano1.h" #include "piano2.h" #include "piano3.h" }; #endif