diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-05-31 11:47:00 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-05-31 11:47:00 +0100 |
| commit | 321d21f48146f972ec8c566306f05b7f1608ed8d (patch) | |
| tree | 880cffed72ba553c1dc939e5adb8f82801471789 /gistanalysis/src/ofApp.h | |
| parent | d7dafb27a12ed3168fbf910e8efc90367cbd19d9 (diff) | |
adding warp interface
Diffstat (limited to 'gistanalysis/src/ofApp.h')
| -rw-r--r-- | gistanalysis/src/ofApp.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gistanalysis/src/ofApp.h b/gistanalysis/src/ofApp.h index 961fcc4..11ddbb6 100644 --- a/gistanalysis/src/ofApp.h +++ b/gistanalysis/src/ofApp.h @@ -19,6 +19,8 @@ #include "ofxHistoryPlot.h" #include "ofxGist.h" +//audioplot draws from 0 to ofGetWidth +//change to -ofGetWidth/2 to ofGetWidth/2 class Audioplotter{ //store and draw a numbr of audio samples @@ -242,5 +244,22 @@ class ofApp : public ofBaseApp, public ofxMidiListener{ ofParameter<ofVec2f> scale; ofxPanel chaosgui; + + ofxPanel lasergui; + ofParameter<int> intensity; + ofParameter<int> subdivide; + ofParameter<int> blank_num; + ofParameter<float> max_angle; + + //======================================= //positioning interface + + ofParameter<bool> drawWarpFrame; + + glm::vec2 warpframe[4]; + int select_warpframe; + + float outputScale; + + }; |
