diff options
| author | Tim Redfern <tim@gray.(none)> | 2012-11-11 00:07:35 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@gray.(none)> | 2012-11-11 00:07:35 +0000 |
| commit | 61fc4a4da64b82fad53f7080ee47181ab2272221 (patch) | |
| tree | bdf373109ddb090987217c25cfa70370d482c73b /liveengine/src/testApp.h | |
| parent | caace54e8adb8f0ad13303f6f387f3f62e429579 (diff) | |
adding kinect 3d cameras
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; |
