summaryrefslogtreecommitdiff
path: root/gui/src/ofApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src/ofApp.h')
-rw-r--r--gui/src/ofApp.h2
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;