gadgets-OSC/functions/senders.h

14 lines
376 B
C
Raw Normal View History

2019-08-02 14:34:15 +02:00
/*
* 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);
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */