Mercurial > hg > tweakathon2ios
diff globalVariables.h @ 2:851833072cf1
panel has 8 sliders if needed.
sliders should get set by midi input.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Fri, 10 Oct 2014 18:13:24 +0100 |
parents | a223551fdc1f |
children | 60b54ba87f6a |
line wrap: on
line diff
--- a/globalVariables.h Fri Oct 10 13:20:55 2014 +0100 +++ b/globalVariables.h Fri Oct 10 18:13:24 2014 +0100 @@ -26,7 +26,7 @@ #define ALTERNATION_SPEED 180 // ms that target / candidate sounds play // globles -#define TOTAL_NUM_PARAMS 6 +#define TOTAL_NUM_PARAMS 8 #define TARGET_SCORE_CC_BAND 6 // number of cc vals per target band in dartboard typedef enum {TOUCH_DOWN, TOUCH_MOVED, TOUCH_UP} touchType; typedef enum {INTRO,QUESTIONNAIRE, HELP, TEST_IN_PROGRESS, SCORE_AND_HINT, COUNT_DOWN, READY_FOR_NEXT} interfaceType;