diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-05-24 23:15:50 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-05-24 23:15:50 +0100 |
| commit | 6a552a24799918101cf040542a6a48caed18a9d9 (patch) | |
| tree | 920681f98bfed65cc0d2c6f34a6454142657e8f4 /gistanalysis/src/ofApp.h | |
| parent | 404ae5da503cb6856b73b2638abb8785f6c47f6d (diff) | |
more controls
Diffstat (limited to 'gistanalysis/src/ofApp.h')
| -rw-r--r-- | gistanalysis/src/ofApp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gistanalysis/src/ofApp.h b/gistanalysis/src/ofApp.h index 59bbfe6..52d67cd 100644 --- a/gistanalysis/src/ofApp.h +++ b/gistanalysis/src/ofApp.h @@ -172,10 +172,14 @@ class ofApp : public ofBaseApp, public ofxMidiListener{ ofxPanel gui; + ofParameter<bool> fft; ofParameter<bool> joined; + ofParameter<int> numPoints; ofParameter<int> numPlots; ofParameter<float> scalePlot; ofParameter<float> decayPlot; ofParameter<ofVec2f> xform; + ofParameter<float> rotate; + ofParameter<ofVec2f> scale; }; |
