importing basic functions
This commit is contained in:
13
functions/senders.h
Normal file
13
functions/senders.h
Normal 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);
|
||||
|
||||
/* ------------------------------------------------------- */
|
||||
/* ------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user