aboutsummaryrefslogtreecommitdiff
path: root/src/sendOSC.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-04-21 08:55:42 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-04-21 08:55:42 +0000
commite02c532c1dc25cd73f032fb42f05efa6cd0b0b39 (patch)
tree846d7dce0324799d713246df3bb25ce2af3a7d29 /src/sendOSC.c
parentada01549aef839cc80e580fc05055d7fb6ae4e6d (diff)
added loads of "deprecated" notices
svn path=/trunk/externals/OSCx/; revision=13459
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