summaryrefslogtreecommitdiff
path: root/liveengine/src/viewport.h
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-01-24 18:07:04 +0000
committerComment <tim@gray.(none)>2013-01-24 18:07:04 +0000
commit3bf0663e94b6335cb748a50a8b95e8a98d2a0630 (patch)
treea82627776c3bdeedbc99e2b6dcf97b78328a5047 /liveengine/src/viewport.h
parente54790009e0d7b6ae5cc4d3e54880ff0bdc63f86 (diff)
folded kinect into main branch
Diffstat (limited to 'liveengine/src/viewport.h')
-rwxr-xr-xliveengine/src/viewport.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/liveengine/src/viewport.h b/liveengine/src/viewport.h
index 4e439b1..c401c17 100755
--- a/liveengine/src/viewport.h
+++ b/liveengine/src/viewport.h
@@ -7,19 +7,19 @@
#define NUM_NOTES 64
#define START_NOTE 36
-#define NUM_CONTROLLERS 6
+#define NUM_CONTROLLERS 26
#define START_CONTROLLER 102
#define NOTHING 0
#define BLOCKS 1
-#define LIST 2
+#define LIST 2
#define SOLID 3
void bindTexture(ofBaseHasTexture &t);
void unbindTexture(ofBaseHasTexture &t);
void bindTex(ofTexture &tex);
void unbindTex(ofTexture &tex);
-
+
#include "keyVar.h"
class viewport
@@ -63,7 +63,7 @@ class mappedviewport: public viewport {
void mapdraw(float a,unsigned char* controllers,int xshift,int yshift,playlist &list,bool transparentBlack,int note,int mode,ofColor* controller_colours,bool controlColours,float scale,float fscale,float colShift);
ofxUserGenerator *rUser;
private:
-
+
};
#endif // VIEWPORT_H