diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-12-01 18:38:19 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-12-01 18:38:19 +0000 |
| commit | 80863dd23b2c3e2ae1b26a366e1adc956911c747 (patch) | |
| tree | 62afc3dac76b14ee3c0111dcbd6b6e59ba0fef05 /gui/src/ofApp.h | |
| parent | ccf1034333ce0ac2ac5c9f927a57e7df142261de (diff) | |
colour clipped output
Diffstat (limited to 'gui/src/ofApp.h')
| -rw-r--r-- | gui/src/ofApp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/src/ofApp.h b/gui/src/ofApp.h index 9098bef..838b7f8 100644 --- a/gui/src/ofApp.h +++ b/gui/src/ofApp.h @@ -181,7 +181,9 @@ class ofApp: public ofBaseApp, public ofxMidiListener { ofxPanel drawgui; + ofxToggle contour_adaptive; ofxIntSlider contour_threshold; + ofxFloatSlider contour_adaptive_window; ofxFloatSlider contour_simplify; ofxToggle contour_useColour; ofxIntSlider laser_R; |
