14 lines
376 B
C
14 lines
376 B
C
/*
|
|
* senders.h * part of poc-osc
|
|
*/
|
|
|
|
/* ------------------------------------------------------- */
|
|
|
|
int send_data_xy(lo_address dst, int x, int y);
|
|
int send_data_button(lo_address dst, int n, int v);
|
|
int send_data_id(lo_address dst, char *s);
|
|
|
|
/* ------------------------------------------------------- */
|
|
/* ------------------------------------------------------- */
|
|
|