diff options
| author | Comment <tim@gray.(none)> | 2013-08-08 22:09:59 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-08-08 22:09:59 +0100 |
| commit | e632e908a973a87c82e061f36167ea162d1e390f (patch) | |
| tree | 4b08aad9b18c7aff721806b6f6fb0a8e4799a59f /liveengineUnmapped/src/testApp.h | |
| parent | 3bf0663e94b6335cb748a50a8b95e8a98d2a0630 (diff) | |
a few playlist changes + whole screen fade
Diffstat (limited to 'liveengineUnmapped/src/testApp.h')
| -rwxr-xr-x | liveengineUnmapped/src/testApp.h | 5 |
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{ |
