Mercurial > hg > tweakathon2ios
comparison SequenceController.h @ 38:fea11c3d1d94
tweaking endlessly
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Thu, 04 Dec 2014 17:03:01 +0000 |
parents | 52dbd5b4cfa9 |
children | 96ff7b41923a |
comparison
equal
deleted
inserted
replaced
37:52dbd5b4cfa9 | 38:fea11c3d1d94 |
---|---|
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 1 |
19 #define MAX_TARGETS_IN_SEQUENCE 4 | 19 #define MAX_TARGETS_IN_SEQUENCE 4 |
20 #define MIN_TEMPO 70 | 20 #define MIN_TEMPO 70 |
21 #define MAX_TEMPO 480 | 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 |
25 #define NUM_TEMPO_STEPS 17 | 25 #define NUM_TEMPO_STEPS 20 |
26 | 26 |
27 #define NUM_PRESETS 8 | 27 #define NUM_PRESETS 8 |
28 #define SPACER_BARS false | 28 #define SPACER_BARS false |
29 #define NO_GUIDES_LEVEL false | 29 #define NO_GUIDES_LEVEL false |
30 | 30 |