From 398be306c1080d20b2399ccaa0f5ad6d15073a6c Mon Sep 17 00:00:00 2001 From: Cyrille Henry Date: Tue, 10 Jun 2014 13:30:44 +0000 Subject: add setPow function svn path=/trunk/externals/pmpd/; revision=17319 --- pmpd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'pmpd.c') 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); -- cgit v1.2.1