Mercurial > hg > tweakathon2ios
comparison SequenceController.h @ 49:a62e033117fa
sequence controller now generated new. but doesn't fix the bug. bad access cropping up...
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Mon, 12 Jan 2015 18:40:00 +0000 |
parents | 2396eb9dcddd |
children | d0f6c5293d6a |
comparison
equal
deleted
inserted
replaced
48:2396eb9dcddd | 49:a62e033117fa |
---|---|
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 3 | 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 |