Mercurial > hg > tweakathon2ios
diff globalVariables.h @ 9:d5e928887f51
More refactoring.
Mode for Synth value changes only sent to PD on triggering sound.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Fri, 17 Oct 2014 17:50:41 +0100 |
parents | 60b54ba87f6a |
children | 91c3fba6e5b9 |
line wrap: on
line diff
--- a/globalVariables.h Fri Oct 17 16:35:22 2014 +0100 +++ b/globalVariables.h Fri Oct 17 17:50:41 2014 +0100 @@ -33,6 +33,8 @@ 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; +typedef enum {FAMILIARISATION, EXPRESS, TRAINING, SEARCH} testStages; + typedef enum {SLIDER, XYPAD, BUTTON, LEAP3D} controllerType; typedef enum {SEQUENTIAL, REVISITABLE, SIMULTANEOUS, MULTI_SIMPLE, MULTI_COMPLEX} controlPanelType;