From a720f370fdb8a79a70a218c1d7bcb9069f50ff9d Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 29 May 2013 15:38:54 +0100 Subject: activate vamp --- src/viewport.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/viewport.h') diff --git a/src/viewport.h b/src/viewport.h index 88e9835..b7b8910 100755 --- a/src/viewport.h +++ b/src/viewport.h @@ -4,8 +4,8 @@ #include "ofMain.h" #include "ofxXmlSettings.h" -static int bufferSize = 2048; -static int oversample = 8; +static int bufferSize = 1024; +static int oversample = 4; static int windowsize = 32; static int previewscale = 5; @@ -131,7 +131,7 @@ class viewport void drawport(vpcontrol &control); void draw(uint8_t brightness,float scale=1.0f); ofFbo rb1,rb2; - palette Palette; + palette Palette; int w,h; protected: private: -- cgit v1.2.3