Mercurial > hg > tweakathon2ios
comparison SequenceController.h @ 42:2bd658b44c2d
buttons dont lite up
back to menu shows in more appropriate times
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Mon, 08 Dec 2014 18:29:10 +0000 |
parents | ba426cc4e6e1 |
children | 4ad0d218f890 |
comparison
equal
deleted
inserted
replaced
41:ba426cc4e6e1 | 42:2bd658b44c2d |
---|---|
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 | 16 |
17 #define MIN_TARGETS_IN_SEQUENCE 3 | 17 #define MIN_TARGETS_IN_SEQUENCE 1 |
18 #define NUM_REPETITIONS_AT_LEVEL 2 | 18 #define NUM_REPETITIONS_AT_LEVEL 2 |
19 #define MAX_TARGETS_IN_SEQUENCE 3 | 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 |