comparison SequenceController.h @ 44:d810aa9ca03a

times. cosmetic stuff
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Mon, 15 Dec 2014 17:33:41 +0000
parents 4ad0d218f890
children 80112c9349c4
comparison
equal deleted inserted replaced
43:4ad0d218f890 44:d810aa9ca03a
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 2 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 90 20 #define MIN_TEMPO 90
21 #define MAX_TEMPO 520 21 #define MAX_TEMPO 520
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
25 #define NUM_TEMPO_STEPS 20 25 #define NUM_TEMPO_STEPS 15
26 #define END_NEUTRAL_MATCH 0 26 #define END_NEUTRAL_MATCH 0
27 27
28 #define NUM_PRESETS 8 28 #define NUM_PRESETS 8
29 #define SLIDER_SLOW_FACTOR 1.4
29 #define SPACER_BARS false 30 #define SPACER_BARS false
30 #define NO_GUIDES_LEVEL false 31 #define NO_GUIDES_LEVEL false
31 32
32 class AnimStep{ 33 class AnimStep{
33 34