more work on osc
This commit is contained in:
@@ -5,10 +5,11 @@
|
||||
|
||||
#define LOCAL_PORT "9000"
|
||||
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
lo_server_thread st;
|
||||
|
||||
st = lo_server_thread_new(LOCAL_PORT, NULL);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user