diff options
| author | Comment <tim@gray.(none)> | 2013-06-13 00:10:35 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-06-13 00:10:35 +0100 |
| commit | 71582d96b78a52747c65c1aaf89d00e0a7d408a0 (patch) | |
| tree | a48713749cf26f476f343b69641d187aebd3ad67 /03_play/src/testApp.h | |
| parent | 08bd1788cc640f4f6595152cd27f1922bea7d76c (diff) | |
investigating sound sync
Diffstat (limited to '03_play/src/testApp.h')
| -rw-r--r-- | 03_play/src/testApp.h | 4 |
1 files changed, 4 insertions, 0 deletions
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<pair<string,string> > filenames; + + ofSoundPlayer soundplayer; }; |
