diff testApp.h @ 36:a42903c61558

Added sliderview (not operational though)
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Tue, 09 Apr 2013 13:22:28 +0100
parents 92dba082d957
children 0dfe9e0c01aa
line wrap: on
line diff
--- a/testApp.h	Mon Apr 08 17:23:13 2013 +0100
+++ b/testApp.h	Tue Apr 09 13:22:28 2013 +0100
@@ -69,6 +69,8 @@
     
     vector<int> sliderVals;
     vector<int> freqIndexes;
+    vector<vector <int> > sequences;
+    int currentSequence;
     
     int numActiveTouches;
     bool preventingMovePostScroll;
@@ -118,6 +120,8 @@
     void helpHidden();
     // shortcut function for testing
     void justStart();
+    void loadSequences();
+    void nextSequence();
     
     void setupBottomGui();
     void bottomGuiEvent();