comparison testApp.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 92850a2b099c
comparison
equal deleted inserted replaced
1:7e0a19a538d4 2:851833072cf1
102 void showQuestionnaire(); 102 void showQuestionnaire();
103 void questionnaireHidden(vector<int> answers, const char* userComments); 103 void questionnaireHidden(vector<int> answers, const char* userComments);
104 104
105 void showIntro(); 105 void showIntro();
106 void introHidden(); 106 void introHidden();
107 void usernameEntered();
107 void startTheTests(); 108 void startTheTests();
108 void showHelp(); 109 void showHelp();
109 void helpHidden(); 110 void helpHidden();
110 void setupNewUser(); 111 void setupNewUser();
111 void appModeChange(interfaceType mode); 112 void appModeChange(interfaceType mode);