aboutsummaryrefslogtreecommitdiff
path: root/osc
diff options
context:
space:
mode:
authorMartin Peach <mrpeach@users.sourceforge.net>2010-04-21 23:03:42 +0000
committerMartin Peach <mrpeach@users.sourceforge.net>2010-04-21 23:03:42 +0000
commit74c6b45cd9bec9e7217909ea9d11ce33b59e5f1b (patch)
tree47b9d236089c24870b4bf843e873f8490e5432c2 /osc
parentb17dfa888bd3d8fe823611d2378e6e466128471d (diff)
Set help symbol to routeOSC as it's the same help patch.
svn path=/trunk/externals/mrpeach/; revision=13462
Diffstat (limited to 'osc')
-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] */