Mercurial > hg > grouptrack
comparison src/testApp.h @ 8:584ef20184f6
FIX: segv when too many users present - added test on user id;
increased MAX_USERS to 16; changed window title to 'Melody Triangle Tracker';
ADDED: full screen option (key 'F');
ADDED: /randinit message between /birth and /start
author | samer |
---|---|
date | Wed, 15 Feb 2012 10:55:40 +0000 |
parents | 2aa8ba4db20e |
children |
comparison
equal
deleted
inserted
replaced
7:b66834fbe860 | 8:584ef20184f6 |
---|---|
3 | 3 |
4 | 4 |
5 #include <ofxOsc.h> | 5 #include <ofxOsc.h> |
6 #include <XnCppWrapper.h> | 6 #include <XnCppWrapper.h> |
7 | 7 |
8 #define MAX_USERS 8 | 8 #define MAX_USERS 16 |
9 | 9 |
10 using namespace xn; | 10 using namespace xn; |
11 | 11 |
12 class UserStats; | 12 class UserStats; |
13 class testApp : public ofBaseApp{ | 13 class testApp : public ofBaseApp{ |