aboutsummaryrefslogtreecommitdiff
path: root/pmpd.c
diff options
context:
space:
mode:
authorCyrille Henry <nusmuk@users.sourceforge.net>2014-06-10 13:30:44 +0000
committerCyrille Henry <nusmuk@users.sourceforge.net>2014-06-10 13:30:44 +0000
commit398be306c1080d20b2399ccaa0f5ad6d15073a6c (patch)
tree5f5c30d322fc971971989eccffd6d4ad2100e21c /pmpd.c
parent2ee9935535a98c91c1123eac0da9dc0414c71a08 (diff)
add setPow function
svn path=/trunk/externals/pmpd/; revision=17319
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 459dec4..f70bdce 100644
--- a/pmpd.c
+++ b/pmpd.c
@@ -69,6 +69,7 @@ void pmpd_setup(void)
*/
class_addmethod(pmpd_class, (t_method)pmpd_setK, gensym("setK"), A_GIMME, 0);
class_addmethod(pmpd_class, (t_method)pmpd_setD, gensym("setD"), A_GIMME, 0);
+ 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_setLCurrent, gensym("setLCurrent"), A_GIMME, 0);