Files
csoundbox/udpserver.h

4 lines
135 B
C

void die(char *s); //For debugging
void udpserver(void); //start the server by calling this function
int processUDPInput(char *input);