diff options
Diffstat (limited to 'liveengine/src/testApp.h')
| -rwxr-xr-x | liveengine/src/testApp.h | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/liveengine/src/testApp.h b/liveengine/src/testApp.h index e0a00cc..2f4b4e1 100755 --- a/liveengine/src/testApp.h +++ b/liveengine/src/testApp.h @@ -84,6 +84,7 @@ option to randomise colours on each note #include "viewport.h" + /* enum PropertyAttribute { None = 0, @@ -119,6 +120,8 @@ class testApp : public ofxFensterListener, public ofxMidiListener{ void dragEvent(ofDragInfo dragInfo); void dragEvent(ofDragInfo dragInfo,ofxFenster* win); + void saveSettings(string filename); + void mousePressedEvent(ofMouseEventArgs &args); void keyPressedEvent(ofKeyEventArgs &args); void windowEvent(ofResizeEventArgs &args); @@ -154,6 +157,7 @@ class testApp : public ofxFensterListener, public ofxMidiListener{ viewport vp1,vp2; vector<viewport*> viewports; + int activeView; previewWindow *prevWin; guiWindow *guiWin; @@ -168,7 +172,7 @@ class testApp : public ofxFensterListener, public ofxMidiListener{ void newMidiMessage(ofxMidiEventArgs& eventArgs); playlist list; - + ofxPanel gui; ofxToggle reversemain; @@ -180,18 +184,18 @@ class testApp : public ofxFensterListener, public ofxMidiListener{ void resetDrawscalePressed(bool & pressed); void resetFBscalePressed(bool & pressed); - + //kinect stuff - + bool useKinect; - + bool isLive, isTracking, isMasking, isFiltering, isCloud; - + ofxOpenNIContext recordContext; ofxDepthGenerator recordDepth; ofxImageGenerator recordImage; ofxUserGenerator recordUser; - + int nearThreshold, farThreshold; float filterFactor; |
