Mercurial > hg > soniczoomios
comparison testApp.h @ 33:92dba082d957
Added trail and EVALUATION_POINT event type.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Tue, 26 Mar 2013 18:41:42 +0000 |
parents | ab7c86d0f3d8 |
children | a42903c61558 |
comparison
equal
deleted
inserted
replaced
32:ab7c86d0f3d8 | 33:92dba082d957 |
---|---|
15 #include "eventLogger.h" | 15 #include "eventLogger.h" |
16 #include "ofxPd.h" | 16 #include "ofxPd.h" |
17 #include "frequencer.h" | 17 #include "frequencer.h" |
18 | 18 |
19 #include "json.h" | 19 #include "json.h" |
20 | |
21 | 20 |
22 #import "QuestionnaireViewController.h" | 21 #import "QuestionnaireViewController.h" |
23 #import "BottomTabViewController.h" | 22 #import "BottomTabViewController.h" |
24 #import "IntroViewController.h" | 23 #import "IntroViewController.h" |
25 #import "HelpViewController.h" | 24 #import "HelpViewController.h" |
115 void introHidden(bool OK); | 114 void introHidden(bool OK); |
116 void interfaceSelected(int which); | 115 void interfaceSelected(int which); |
117 void seqStartStop(bool go); | 116 void seqStartStop(bool go); |
118 void showHelp(); | 117 void showHelp(); |
119 void helpHidden(); | 118 void helpHidden(); |
119 // shortcut function for testing | |
120 void justStart(); | |
120 | 121 |
121 void setupBottomGui(); | 122 void setupBottomGui(); |
122 void bottomGuiEvent(); | 123 void bottomGuiEvent(); |
123 void setupTopGui(); | 124 void setupTopGui(); |
124 void topGuiEvent(); | 125 void topGuiEvent(); |