From 1abc1e4b559fc86f1bd783a887b9da0c9b963842 Mon Sep 17 00:00:00 2001 From: Cyrille Henry Date: Mon, 25 Aug 2014 13:09:20 +0000 Subject: linkLength new message svn path=/trunk/externals/pmpd/; revision=17342 --- pmpd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'pmpd.c') diff --git a/pmpd.c b/pmpd.c index f70bdce..5fc12f8 100644 --- a/pmpd.c +++ b/pmpd.c @@ -104,6 +104,7 @@ void pmpd_setup(void) class_addmethod(pmpd_class, (t_method)pmpd_massForce, gensym("massForce"), A_GIMME, 0); class_addmethod(pmpd_class, (t_method)pmpd_linkPos, gensym("linkPos"), A_GIMME, 0); class_addmethod(pmpd_class, (t_method)pmpd_linkEnd, gensym("linkEnd"), A_GIMME, 0); + class_addmethod(pmpd_class, (t_method)pmpd_linkLength, gensym("linkLength"), A_GIMME, 0); /* pmpd_list -- cgit v1.2.1