Mercurial > hg > tweakathon2ios
comparison 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 |
comparison
equal
deleted
inserted
replaced
8:d59de9fd3496 | 9:d5e928887f51 |
---|---|
31 #define TOTAL_NUM_PARAMS 8 | 31 #define TOTAL_NUM_PARAMS 8 |
32 #define TARGET_SCORE_CC_BAND 6 // number of cc vals per target band in dartboard | 32 #define TARGET_SCORE_CC_BAND 6 // number of cc vals per target band in dartboard |
33 typedef enum {TOUCH_DOWN, TOUCH_MOVED, TOUCH_UP} touchType; | 33 typedef enum {TOUCH_DOWN, TOUCH_MOVED, TOUCH_UP} touchType; |
34 typedef enum {INTRO,QUESTIONNAIRE, HELP, TEST_IN_PROGRESS, SCORE_AND_HINT, COUNT_DOWN, READY_FOR_NEXT} interfaceType; | 34 typedef enum {INTRO,QUESTIONNAIRE, HELP, TEST_IN_PROGRESS, SCORE_AND_HINT, COUNT_DOWN, READY_FOR_NEXT} interfaceType; |
35 | 35 |
36 typedef enum {FAMILIARISATION, EXPRESS, TRAINING, SEARCH} testStages; | |
37 | |
36 typedef enum {SLIDER, XYPAD, BUTTON, LEAP3D} controllerType; | 38 typedef enum {SLIDER, XYPAD, BUTTON, LEAP3D} controllerType; |
37 typedef enum {SEQUENTIAL, REVISITABLE, SIMULTANEOUS, MULTI_SIMPLE, MULTI_COMPLEX} controlPanelType; | 39 typedef enum {SEQUENTIAL, REVISITABLE, SIMULTANEOUS, MULTI_SIMPLE, MULTI_COMPLEX} controlPanelType; |
38 | 40 |
39 typedef enum {FILL,LINE, BLOB} SliderType; | 41 typedef enum {FILL,LINE, BLOB} SliderType; |
40 | 42 |