From 71582d96b78a52747c65c1aaf89d00e0a7d408a0 Mon Sep 17 00:00:00 2001 From: Comment Date: Thu, 13 Jun 2013 00:10:35 +0100 Subject: investigating sound sync --- 03_play/src/testApp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to '03_play/src/testApp.h') diff --git a/03_play/src/testApp.h b/03_play/src/testApp.h index db29f0c..a276a59 100644 --- a/03_play/src/testApp.h +++ b/03_play/src/testApp.h @@ -23,6 +23,8 @@ public: void mouseReleased(int x, int y, int button); void windowResized(int w, int h); + void startPlayers(); + int numDevices; ofxOpenNI openNIPlayers[MAX_DEVICES]; @@ -35,6 +37,8 @@ public: ofxXmlSettings XML; vector > filenames; + + ofSoundPlayer soundplayer; }; -- cgit v1.2.3