comparison 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
comparison
equal deleted inserted replaced
217:9f0e5c592e0e 218:a175b693b3ae
3 #ifndef SILVET_DATA_TEMPLATES_H 3 #ifndef SILVET_DATA_TEMPLATES_H
4 #define SILVET_DATA_TEMPLATES_H 4 #define SILVET_DATA_TEMPLATES_H
5 5
6 /* note: intended to parse as both C and C++ */ 6 /* note: intended to parse as both C and C++ */
7 7
8 #define SILVET_TEMPLATE_COUNT 12 /* Number of instruments */ 8 #define SILVET_TEMPLATE_COUNT 14 /* Number of instruments */
9 #define SILVET_TEMPLATE_NOTE_COUNT 88 /* Number of notes per instrument */ 9 #define SILVET_TEMPLATE_NOTE_COUNT 88 /* Number of notes per instrument */
10 #define SILVET_TEMPLATE_HEIGHT 545 /* Frequency bins per template */ 10 #define SILVET_TEMPLATE_HEIGHT 545 /* Frequency bins per template */
11 #define SILVET_TEMPLATE_MAX_SHIFT 2 /* Zeros at either end of template */ 11 #define SILVET_TEMPLATE_MAX_SHIFT 2 /* Zeros at either end of template */
12 #define SILVET_TEMPLATE_SIZE 549 /* Height + 2 * max shift space */ 12 #define SILVET_TEMPLATE_SIZE 549 /* Height + 2 * max shift space */
13 13
29 #include "guitar.h" 29 #include "guitar.h"
30 #include "horn.h" 30 #include "horn.h"
31 #include "oboe.h" 31 #include "oboe.h"
32 #include "tenorsax.h" 32 #include "tenorsax.h"
33 #include "violin.h" 33 #include "violin.h"
34 #include "viola.h"
34 #include "piano1.h" 35 #include "piano1.h"
35 #include "piano2.h" 36 #include "piano2.h"
36 #include "piano3.h" 37 #include "piano3.h"
38 #include "pianorwc.h"
37 }; 39 };
38 40
39 #endif 41 #endif