Mercurial > hg > silvet
diff data/include/templates.h @ 218:a175b693b3ae
Add viola, RWC piano headers
author | Chris Cannam |
---|---|
date | Tue, 15 Jul 2014 16:39:30 +0100 |
parents | 6003a9af43af |
children | d8468176339d |
line wrap: on
line diff
--- a/data/include/templates.h Tue Jul 15 16:34:49 2014 +0100 +++ b/data/include/templates.h Tue Jul 15 16:39:30 2014 +0100 @@ -5,7 +5,7 @@ /* note: intended to parse as both C and C++ */ -#define SILVET_TEMPLATE_COUNT 12 /* Number of instruments */ +#define SILVET_TEMPLATE_COUNT 14 /* Number of instruments */ #define SILVET_TEMPLATE_NOTE_COUNT 88 /* Number of notes per instrument */ #define SILVET_TEMPLATE_HEIGHT 545 /* Frequency bins per template */ #define SILVET_TEMPLATE_MAX_SHIFT 2 /* Zeros at either end of template */ @@ -31,9 +31,11 @@ #include "oboe.h" #include "tenorsax.h" #include "violin.h" +#include "viola.h" #include "piano1.h" #include "piano2.h" #include "piano3.h" +#include "pianorwc.h" }; #endif