From dc5ab92b54497cf6dd4da80cc908085a72bf0968 Mon Sep 17 00:00:00 2001 From: Cyrille Henry Date: Sat, 25 Jan 2014 12:55:10 +0000 Subject: add delMass and delLink messages ((they are a bit slow for real time use if to much things to destroy, but can still be usefull) svn path=/trunk/externals/pmpd/; revision=17252 --- pmpd2d.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pmpd2d.c') diff --git a/pmpd2d.c b/pmpd2d.c index eb9abf9..a5be220 100644 --- a/pmpd2d.c +++ b/pmpd2d.c @@ -61,6 +61,8 @@ void pmpd2d_setup(void) class_addmethod(pmpd2d_class, (t_method)pmpd2d_link, gensym("link"), A_GIMME, 0); class_addmethod(pmpd2d_class, (t_method)pmpd2d_tLink, gensym("tLink"), A_GIMME, 0); class_addmethod(pmpd2d_class, (t_method)pmpd2d_tabLink, gensym("tabLink"), A_GIMME, 0); + class_addmethod(pmpd2d_class, (t_method)pmpd2d_delLink, gensym("delLink"), A_GIMME, 0); + class_addmethod(pmpd2d_class, (t_method)pmpd2d_delMass, gensym("delMass"), A_GIMME, 0); /* pmpd2d_set -- cgit v1.2.1