diff testApp.h @ 38:0dfe9e0c01aa

Evnt trails fit with uploads. Smooth button.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Wed, 10 Apr 2013 18:57:05 +0100
parents a42903c61558
children df7c08faf541
line wrap: on
line diff
--- a/testApp.h	Tue Apr 09 17:14:31 2013 +0100
+++ b/testApp.h	Wed Apr 10 18:57:05 2013 +0100
@@ -29,6 +29,10 @@
 #define OSC_HOST "169.254.1.1"
 #define OSC_PORT 12345
 
+#define SLIDER_GUI_WIDTH 720
+#define SLIDER_HEIGHT 256
+#define NUM_PARAMS 10
+
 typedef enum {SLIDERS,ZOOMER,BOTH,INTRO,QUESTIONNAIRE, HELP}interfaceType;
 
 class testApp : public ofxiPhoneApp , public ofxiPhoneExternalDisplay{
@@ -74,7 +78,7 @@
     
     int numActiveTouches;
     bool preventingMovePostScroll;
-
+    void setInterp(int state);
 
     //