summaryrefslogtreecommitdiff
path: root/TRSS_02_rec/src/testApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'TRSS_02_rec/src/testApp.h')
-rw-r--r--TRSS_02_rec/src/testApp.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/TRSS_02_rec/src/testApp.h b/TRSS_02_rec/src/testApp.h
index 715e406..16bba9a 100644
--- a/TRSS_02_rec/src/testApp.h
+++ b/TRSS_02_rec/src/testApp.h
@@ -21,11 +21,19 @@ public:
void mousePressed(int x, int y, int button);
void mouseReleased(int x, int y, int button);
void windowResized(int w, int h);
+ string generateFileName(int cam);
int numDevices;
- ofxOpenNI openNIDevices[MAX_DEVICES];
+ ofxOpenNI openNIRecorders[MAX_DEVICES];
+ ofxOpenNI openNIPlayers[MAX_DEVICES];
+ string filenames[MAX_DEVICES];
+
+ bool isLive, isRecording;
ofTrueTypeFont verdana;
+
+ ofSoundPlayer startSound;
+ ofSoundPlayer stopSound;
};