Chris@30: /* Do not edit this file: it was automatically generated */ Chris@30: Chris@30: #ifndef SILVET_DATA_TEMPLATES_H Chris@30: #define SILVET_DATA_TEMPLATES_H Chris@30: Chris@30: /* note: intended to parse as both C and C++ */ Chris@30: Chris@30: #define SILVET_TEMPLATE_NOTE_COUNT 88 Chris@30: #define SILVET_TEMPLATE_HEIGHT 545 Chris@30: Chris@30: typedef struct { Chris@30: const char *name; Chris@30: int lowest; Chris@30: int highest; Chris@30: float data[SILVET_TEMPLATE_NOTE_COUNT][SILVET_TEMPLATE_HEIGHT]; Chris@30: } silvet_template_t; Chris@30: Chris@30: static silvet_template_t silvet_templates[13] = { Chris@30: #include "bassoon.h" Chris@30: #include "cello.h" Chris@30: #include "clarinet.h" Chris@30: #include "flute.h" Chris@30: #include "guitar.h" Chris@30: #include "horn.h" Chris@30: #include "oboe.h" Chris@30: #include "tenorsax.h" Chris@30: #include "violin.h" Chris@30: #include "piano-maps-SptkBGCl.h" Chris@30: #include "piano1.h" Chris@30: #include "piano2.h" Chris@30: #include "piano3.h" Chris@30: }; Chris@30: Chris@30: #endif