TetaTricks/code/listen-osc.c

15 lines
139 B
C
Raw Normal View History

2020-12-22 22:53:57 +01:00
/* LISTEN OSC */
2021-10-04 22:24:01 +02:00
#include <stdio.h>
#include <lo/lo.h>
#define LOCAL_PORT "9000"
int main(int argc, char *argv[])
{
return 0;
}