diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-02-03 18:31:07 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-02-03 18:31:07 +0000 |
| commit | 8549014760e1ac10faafa9d9335ff8e63c01bb06 (patch) | |
| tree | 09d41223b8aed0b071d5d1a4236d4823cdb0a2f7 /gui/src/ofApp.h | |
| parent | 888a1b0e7a0b2aa64bcd78d248442ba2c9c0232c (diff) | |
video playback speed
Diffstat (limited to 'gui/src/ofApp.h')
| -rw-r--r-- | gui/src/ofApp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/src/ofApp.h b/gui/src/ofApp.h index 14d9934..5f26ad1 100644 --- a/gui/src/ofApp.h +++ b/gui/src/ofApp.h @@ -93,6 +93,10 @@ class ofApp: public ofBaseApp { ofxIntSlider laser_intensity; ofxIntSlider laser_points; + //====== video + + ofxFloatSlider video_speed; + //svg gui ofxToggle shapes_randomise; ofxFloatSlider shapes_amount; |
