15 lines
139 B
C
15 lines
139 B
C
/* LISTEN OSC */
|
|
|
|
#include <stdio.h>
|
|
#include <lo/lo.h>
|
|
|
|
#define LOCAL_PORT "9000"
|
|
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
|
|
|
|
return 0;
|
|
}
|