Mercurial > hg > tweakathon2ios
comparison SequenceController.h @ 33:93317878abef
more event logging
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Tue, 25 Nov 2014 18:37:54 +0000 |
parents | 75202498bee9 |
children | 3af380769779 |
comparison
equal
deleted
inserted
replaced
32:75202498bee9 | 33:93317878abef |
---|---|
11 | 11 |
12 #include <iostream> | 12 #include <iostream> |
13 #include "ofMain.h" | 13 #include "ofMain.h" |
14 #include "presetManager.h" | 14 #include "presetManager.h" |
15 #include "TrainingScoreManager.h" | 15 #include "TrainingScoreManager.h" |
16 #define MIN_TARGETS_IN_SEQUENCE 3 | 16 #define MIN_TARGETS_IN_SEQUENCE 1 |
17 #define MAX_TARGETS_IN_SEQUENCE 5 | 17 #define MAX_TARGETS_IN_SEQUENCE 2 |
18 #define MIN_TEMPO 80 | 18 #define MIN_TEMPO 80 |
19 #define MAX_TEMPO 400 | 19 #define MAX_TEMPO 400 |
20 #define NUM_TEMPO_STEPS 12 | 20 #define NUM_TEMPO_STEPS 12 |
21 #define NUM_PRESETS 8 | 21 #define NUM_PRESETS 8 |
22 #define SPACER_BARS false | 22 #define SPACER_BARS false |