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, 1 insertions, 1 deletions
diff --git a/src/sendOSC.c b/src/sendOSC.c
index b48d205..679209d 100644
--- a/src/sendOSC.c
+++ b/src/sendOSC.c
@@ -127,7 +127,6 @@ 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}}
@@ -391,6 +390,7 @@ void sendOSC_setup(void)
gensym("]"),
0, 0);
class_sethelpsymbol(sendOSC_class, gensym("sendOSC-help.pd"));
+ error("[sendOSC]: OSCx is deprecated! \n\tConsider switching to mrpeach's [packOSC] and [udpsend]");
}
/* Exit status codes: