comparison data/include/templates.h @ 342:ad45b18427e0

Merge from branch livemode
author Chris Cannam
date Mon, 06 Jul 2015 09:15:21 +0100
parents d8468176339d
children
comparison
equal deleted inserted replaced
313:fa2ffbb786df 342:ad45b18427e0
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 14 /* 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
14 typedef struct { 14 typedef struct {