summaryrefslogtreecommitdiff
path: root/liveengine/src/testApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'liveengine/src/testApp.h')
-rwxr-xr-xliveengine/src/testApp.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/liveengine/src/testApp.h b/liveengine/src/testApp.h
index af99c6a..4d769da 100755
--- a/liveengine/src/testApp.h
+++ b/liveengine/src/testApp.h
@@ -71,8 +71,9 @@ non random colours
#include "ofxMidi.h"
-#define BLOCKS 0
-#define LIST 1
+#define NOTHING 0
+#define BLOCKS 1
+#define LIST 2
#include "playlist.h"
@@ -110,6 +111,10 @@ class testApp : public ofBaseApp, public ofxMidiListener{
float lastnoteTime;
float decayTime;
+ int fadetime;
+ int rotate;
+ float scale;
+
int xshift,yshift;
ofColor* controller_colours;