From e632e908a973a87c82e061f36167ea162d1e390f Mon Sep 17 00:00:00 2001 From: Comment Date: Thu, 8 Aug 2013 22:09:59 +0100 Subject: a few playlist changes + whole screen fade --- liveengineUnmapped/src/testApp.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'liveengineUnmapped/src/testApp.h') diff --git a/liveengineUnmapped/src/testApp.h b/liveengineUnmapped/src/testApp.h index 3c9dfc1..4f75656 100755 --- a/liveengineUnmapped/src/testApp.h +++ b/liveengineUnmapped/src/testApp.h @@ -177,6 +177,8 @@ class testApp : public ofxFensterListener, public ofxMidiListener{ ofxButton resetFBscale; ofxIntSlider fS; ofxParameter fadeScale; + ofxIntSlider fB; + ofxParameter fadeBackground; ofxFloatSlider dT; ofxParameter decayTime; ofxToggle oscScale; @@ -200,9 +202,12 @@ class previewWindow: public ofxFensterListener{ public: ~previewWindow(); ofFbo *rb; + testApp *parent; + void setParent(testApp *p); void setup(); void setBuffer(ofFbo *buffer); void draw(); + void keyPressed(int key, ofxFenster* win); }; class guiWindow: public ofxFensterListener{ -- cgit v1.2.3