diff options
Diffstat (limited to 'liveengineUnmapped/src/testApp.h')
| -rwxr-xr-x | liveengineUnmapped/src/testApp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/liveengineUnmapped/src/testApp.h b/liveengineUnmapped/src/testApp.h index e3ca574..3c9dfc1 100755 --- a/liveengineUnmapped/src/testApp.h +++ b/liveengineUnmapped/src/testApp.h @@ -140,7 +140,6 @@ class testApp : public ofxFensterListener, public ofxMidiListener{ bool fullscreenoutput; float lastnoteTime; - float decayTime; int fadetime; int rotate; @@ -178,6 +177,8 @@ class testApp : public ofxFensterListener, public ofxMidiListener{ ofxButton resetFBscale; ofxIntSlider fS; ofxParameter<int> fadeScale; + ofxFloatSlider dT; + ofxParameter<float> decayTime; ofxToggle oscScale; ofxToggle breakOsc; ofxToggle randomOsc; |
