summaryrefslogtreecommitdiff
path: root/liveengine/src/testApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-09-15 17:38:00 +0100
committerTim Redfern <tim@eclectronics.org>2012-09-15 17:38:00 +0100
commit530bf6501e6f13ed3e91d4d0e2763613146774a2 (patch)
tree3bf4f0ba78842c4e6cb74dc0a62b154b64b890cf /liveengine/src/testApp.h
parent4fda3af17e55c0afff35b3f3ebbe5b4fd1ffad7e (diff)
performance 2.0
Diffstat (limited to 'liveengine/src/testApp.h')
-rwxr-xr-xliveengine/src/testApp.h15
1 files changed, 5 insertions, 10 deletions
diff --git a/liveengine/src/testApp.h b/liveengine/src/testApp.h
index 5e050da..27380af 100755
--- a/liveengine/src/testApp.h
+++ b/liveengine/src/testApp.h
@@ -69,19 +69,12 @@ option to randomise colours on each note
#define OF_ADDON_USING_OFXMIDIIN
-#define NUM_NOTES 64
-#define START_NOTE 36
-#define NUM_CONTROLLERS 6
-#define START_CONTROLLER 102
#include "ofxMidi.h"
#include "ofxFensterManager.h"
-#define NOTHING 0
-#define BLOCKS 1
-#define LIST 2
-#include "playlist.h"
+#include "viewport.h"
class previewWindow: public ofxFensterListener{
public:
@@ -132,6 +125,8 @@ class testApp : public ofxFensterListener, public ofxMidiListener{
bool noteRandomiseColours;
bool transparentBlack;
+ bool reversemain;
+
bool fullscreenoutput;
float lastnoteTime;
@@ -139,13 +134,13 @@ class testApp : public ofxFensterListener, public ofxMidiListener{
int fadetime;
int rotate;
- float scale;
+ float scale,fscale;
int xshift,yshift;
ofColor* controller_colours;
- ofFbo rb1,rb2,rb3,rb4; //2 buffers * 2 outputs
+ viewport vp1,vp2;
previewWindow prevWin;