aboutsummaryrefslogtreecommitdiff
path: root/osc/unpackOSC.c
diff options
context:
space:
mode:
Diffstat (limited to 'osc/unpackOSC.c')
-rw-r--r--osc/unpackOSC.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/osc/unpackOSC.c b/osc/unpackOSC.c
index 9e70b12..a045002 100644
--- a/osc/unpackOSC.c
+++ b/osc/unpackOSC.c
@@ -162,6 +162,7 @@ void unpackOSC_setup(void)
(t_newmethod)unpackOSC_new, (t_method)unpackOSC_free,
sizeof(t_unpackOSC), 0, 0);
class_addlist(unpackOSC_class, (t_method)unpackOSC_list);
+ class_sethelpsymbol(unpackOSC_class, gensym("routeOSC")); /* same help patch as routeOSC*/
}
/* unpackOSC_list expects an OSC packet in the form of a list of floats on [0..255] */