aboutsummaryrefslogtreecommitdiff
path: root/src/OSCroute.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/OSCroute.c')
-rw-r--r--src/OSCroute.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/OSCroute.c b/src/OSCroute.c
index 898aa44..5143934 100644
--- a/src/OSCroute.c
+++ b/src/OSCroute.c
@@ -170,7 +170,8 @@ void *OSCroute_new(t_symbol *s, int argc, t_atom *argv)
int i; //{{raf}} n not used
// EnterCallback();
-
+ error("[OSCroute]: OSCx is deprecated! consider switching to mrpeach's [routeOSC]");
+
if (argc > MAX_NUM) {
post("* OSC-route: too many arguments: %ld (max %ld)", argc, MAX_NUM);
// ExitCallback();