diff options
| author | Comment <tim@gray.(none)> | 2013-01-24 18:07:04 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-01-24 18:07:04 +0000 |
| commit | 3bf0663e94b6335cb748a50a8b95e8a98d2a0630 (patch) | |
| tree | a82627776c3bdeedbc99e2b6dcf97b78328a5047 /liveengineUnmapped/src/testApp.h | |
| parent | e54790009e0d7b6ae5cc4d3e54880ff0bdc63f86 (diff) | |
folded kinect into main branch
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; |
