aboutsummaryrefslogtreecommitdiff
path: root/src/sendOSC.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sendOSC.c')
-rw-r--r--src/sendOSC.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sendOSC.c b/src/sendOSC.c
index 59e9335..b48d205 100644
--- a/src/sendOSC.c
+++ b/src/sendOSC.c
@@ -127,6 +127,8 @@ void SendData(void *htmsocket, int size, char *data);
static void *sendOSC_new(t_floatarg udpflag)
{
t_sendOSC *x = (t_sendOSC *)pd_new(sendOSC_class);
+ error("[sendOSC]: OSCx is deprecated! consider switching to mrpeach's [packOSC] and [udpsend]");
+
outlet_new(&x->x_obj, &s_float);
x->x_htmsocket = 0; // {{raf}}
// set udp