From 02dbff4e82603279a0b0c5062d20067b2614a15e Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 5 Sep 2012 13:37:00 +0100 Subject: first show --- liveengine/src/testApp.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'liveengine/src/testApp.h') 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; -- cgit v1.2.3