diff 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
line wrap: on
line diff
--- a/src/testApp.h	Fri Feb 10 19:35:17 2012 +0000
+++ b/src/testApp.h	Wed Feb 15 10:55:40 2012 +0000
@@ -5,7 +5,7 @@
 #include <ofxOsc.h>
 #include <XnCppWrapper.h>
 
-#define MAX_USERS 8
+#define MAX_USERS 16
 
 using namespace xn;