more work on osc

This commit is contained in:
tth
2021-10-04 23:28:19 +02:00
parent 2d3bd8ed8b
commit f19fefe41d
2 changed files with 25 additions and 3 deletions

View File

@@ -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;
}