importing basic functions

This commit is contained in:
2019-08-02 14:34:15 +02:00
parent 36d38c2a00
commit a817966104
11 changed files with 289 additions and 2 deletions

13
functions/senders.h Normal file
View File

@@ -0,0 +1,13 @@
/*
* 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);
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */