diff options
| author | Comment <tim@gray.(none)> | 2013-05-29 09:52:49 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-05-29 09:52:49 +0100 |
| commit | 69e9ed62bbc899117550d7b9c888e71dd9ede0e2 (patch) | |
| tree | 95ad9a1051e4700f8ba1014c07ebae5d2c2033cb /src/testApp.h | |
| parent | 152679db6f61e79a2bd5434935ee36c49f936664 (diff) | |
nearly done
Diffstat (limited to 'src/testApp.h')
| -rwxr-xr-x | src/testApp.h | 9 |
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; // |
