Mercurial > hg > tweakathon2ios
comparison SequenceController.h @ 39:96ff7b41923a
tweaking
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Thu, 04 Dec 2014 18:32:32 +0000 |
parents | fea11c3d1d94 |
children | ba426cc4e6e1 |
comparison
equal
deleted
inserted
replaced
38:fea11c3d1d94 | 39:96ff7b41923a |
---|---|
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 | 16 |
17 #define MIN_TARGETS_IN_SEQUENCE 1 | 17 #define MIN_TARGETS_IN_SEQUENCE 1 |
18 #define NUM_REPETITIONS_AT_LEVEL 1 | 18 #define NUM_REPETITIONS_AT_LEVEL 2 |
19 #define MAX_TARGETS_IN_SEQUENCE 4 | 19 #define MAX_TARGETS_IN_SEQUENCE 3 |
20 #define MIN_TEMPO 70 | 20 #define MIN_TEMPO 70 |
21 #define MAX_TEMPO 500 | 21 #define MAX_TEMPO 500 |
22 #define TEMPO_RANDOM_AMOUNT | 22 #define TEMPO_RANDOM_AMOUNT |
23 #define MAX_TIME 2800 | 23 #define MAX_TIME 2800 |
24 #define MIN_TIME 200 | 24 #define MIN_TIME 200 |