gadgets-OSC/functions/senders.h

15 lines
424 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);
2024-03-31 21:12:40 +02:00
int send_data_zw(lo_address dst, int w, int z);
2019-08-02 14:34:15 +02:00
int send_data_button(lo_address dst, int n, int v);
int send_data_id(lo_address dst, char *s);
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */