diff testApp.h @ 7:4e00f92567d9

separated GUI setup stuff
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Fri, 17 Oct 2014 15:13:35 +0100
parents 92850a2b099c
children d59de9fd3496
line wrap: on
line diff
--- a/testApp.h	Fri Oct 17 14:50:50 2014 +0100
+++ b/testApp.h	Fri Oct 17 15:13:35 2014 +0100
@@ -47,6 +47,7 @@
 
 	
 public:
+
     ofTrueTypeFont verdBig;
     bool sendMIDIAndOSC;
     bool paused;
@@ -63,7 +64,7 @@
     void setupExpressViewPanels();
     void setupTrainingViewPanels();
     void setupSearchViewPanels();
-    
+    void setupSliderPanel();
     void setup();
     void update();
     void draw();
@@ -80,7 +81,7 @@
     //TimeController timeController;
     interfaceType whichInterfaceShowing, previousInterface;
     
-    // pannels buttrons and slidertrons
+    // various views
     vector<UIElement *> UIElements;
     
     void touchToUIElements(int x, int y, touchType ttype, int tid);