summaryrefslogtreecommitdiff
path: root/src/testApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testApp.h')
-rwxr-xr-xsrc/testApp.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/testApp.h b/src/testApp.h
index 3148eb2..780bdc2 100755
--- a/src/testApp.h
+++ b/src/testApp.h
@@ -63,16 +63,23 @@ class testApp : public ofxFensterListener {
ofxIntSlider bS;
ofxParameter<int> brightSlider;
+ ofxIntSlider fS;
+ ofxParameter<int> fadeSlider;
+
ofxToggle fill;
ofxFloatSlider sF;
ofxParameter<float> slidFreq;
ofxToggle wave;
+ ofxToggle fillwave;
ofxFloatSlider sT;
ofxParameter<float> slidThickness;
+ ofxFloatSlider sW;
+ ofxParameter<float> slidWave;
+
void create1port(bool & pressed);
void create2port(bool & pressed);
@@ -82,7 +89,7 @@ class testApp : public ofxFensterListener {
vector<viewport> viewports;
vpcontrol control;
- int windowsize,previewscale;
+ int previewscale;
//