summaryrefslogtreecommitdiff
path: root/liveengineUnmapped/src/testApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'liveengineUnmapped/src/testApp.h')
-rwxr-xr-xliveengineUnmapped/src/testApp.h5
1 files changed, 5 insertions, 0 deletions
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<int> fadeScale;
+ ofxIntSlider fB;
+ ofxParameter<int> fadeBackground;
ofxFloatSlider dT;
ofxParameter<float> 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{