aboutsummaryrefslogtreecommitdiff
path: root/pmpd.c
diff options
context:
space:
mode:
authorCyrille Henry <nusmuk@users.sourceforge.net>2014-08-30 14:01:56 +0000
committerCyrille Henry <nusmuk@users.sourceforge.net>2014-08-30 14:01:56 +0000
commitd8736fef3f30c718aa04d3578a190c47602ef93a (patch)
treecce4c0c683c91423eabbf578600b1eca4caa6aca /pmpd.c
parent74ce9abb76a5fd0a658451902eeedefc73874b77 (diff)
new addL message to increase / decrease link length
svn path=/trunk/externals/pmpd/; revision=17344
Diffstat (limited to 'pmpd.c')
-rw-r--r--pmpd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pmpd.c b/pmpd.c
index 5fc12f8..9e3edc0 100644
--- a/pmpd.c
+++ b/pmpd.c
@@ -72,6 +72,7 @@ void pmpd_setup(void)
class_addmethod(pmpd_class, (t_method)pmpd_setPow, gensym("setPow"), A_GIMME, 0);
class_addmethod(pmpd_class, (t_method)pmpd_setD2, gensym("setDEnv"), A_GIMME, 0);
class_addmethod(pmpd_class, (t_method)pmpd_setL, gensym("setL"), A_GIMME, 0);
+ class_addmethod(pmpd_class, (t_method)pmpd_addL, gensym("addL"), A_GIMME, 0);
class_addmethod(pmpd_class, (t_method)pmpd_setLCurrent, gensym("setLCurrent"), A_GIMME, 0);
class_addmethod(pmpd_class, (t_method)pmpd_setLKTab, gensym("setLKTab"), A_GIMME, 0);
class_addmethod(pmpd_class, (t_method)pmpd_setLDTab, gensym("setLDTab"), A_GIMME, 0);