comparison testApp.h @ 42:3d627dce8bf0

Tidied up startup logic.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Wed, 17 Apr 2013 13:44:05 +0100
parents df7c08faf541
children b91a1859829a
comparison
equal deleted inserted replaced
41:79c129e500e1 42:3d627dce8bf0
90 void setup(); 90 void setup();
91 void update(); 91 void update();
92 void draw(); 92 void draw();
93 void exit(); 93 void exit();
94 94
95 void initialiseVariables();
96 void initialiseGUIs();
97 void initialiseMIDI();
98
99
95 float getWidth(); 100 float getWidth();
96 float getHeight(); 101 float getHeight();
97 102
98 void touchDown(ofTouchEventArgs &touch); 103 void touchDown(ofTouchEventArgs &touch);
99 void touchMoved(ofTouchEventArgs &touch); 104 void touchMoved(ofTouchEventArgs &touch);
127 void freeUseMode(); 132 void freeUseMode();
128 133
129 void seqStartStop(bool go); 134 void seqStartStop(bool go);
130 void showHelp(); 135 void showHelp();
131 void helpHidden(); 136 void helpHidden();
137 void startTimedSession();
132 // shortcut function for testing 138 // shortcut function for testing
133 void justStart(); 139 void justStart();
134 void loadSequences(); 140 void loadSequences();
135 void nextSequence(); 141 void nextSequence();
136 142