comparison testApp.h @ 44:a1e75b94c505

Snap to eval points. Double tap to go to preset (doesn't quite work yet). Coloured locks. Changed Question 2. Fixed some leaks.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Mon, 22 Apr 2013 18:32:34 +0100
parents b91a1859829a
children c2fffc8ea84d
comparison
equal deleted inserted replaced
43:b91a1859829a 44:a1e75b94c505
114 void lostFocus(); 114 void lostFocus();
115 void gotFocus(); 115 void gotFocus();
116 void gotMemoryWarning(); 116 void gotMemoryWarning();
117 void deviceOrientationChanged(int newOrientation); 117 void deviceOrientationChanged(int newOrientation);
118 118
119 bool tapFlag;
119 ofxOscSender sender; 120 ofxOscSender sender;
120 void sendOSCParams(); 121 void sendOSCParams();
121 122
122 void setupNewUser(); 123 void setupNewUser();
123 124