Mercurial > hg > screen-ui
comparison src/main.cpp @ 9:3dff71c0e7fd
Removed build products, changed default input port to higher number.
author | samer |
---|---|
date | Fri, 27 Jan 2012 08:52:54 +0000 |
parents | 3d9e0db254dc |
children | 460c05dd74d0 |
comparison
equal
deleted
inserted
replaced
8:3d9e0db254dc | 9:3dff71c0e7fd |
---|---|
3 #include "ofAppGlutWindow.h" | 3 #include "ofAppGlutWindow.h" |
4 | 4 |
5 #define HOST "localhost" | 5 #define HOST "localhost" |
6 #define PORT 7770 | 6 #define PORT 7770 |
7 #define NUMVOICES 3 | 7 #define NUMVOICES 3 |
8 #define RECEIVEPORT 1234 | 8 #define RECEIVEPORT 7771 |
9 | 9 |
10 //======================================================================== | 10 //======================================================================== |
11 int main(int argc, const char **argv ){ | 11 int main(int argc, const char **argv ){ |
12 | 12 |
13 ofAppGlutWindow window; | 13 ofAppGlutWindow window; |