aboutsummaryrefslogtreecommitdiff
path: root/modules/pdp_radioactiv.c
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2003-09-17 20:10:29 +0000
committerN.N. <sevyves@users.sourceforge.net>2003-09-17 20:10:29 +0000
commit5b9132d68a789f127c3ae19a92ef4e4b38955f73 (patch)
tree731a932f3e8a261e0ca27c6705446d73c15b5a22 /modules/pdp_radioactiv.c
parentd45a65e66ed9fd7f90ab621e00efe07989a7fa0b (diff)
Updated for PiDiP 0.12.6
svn path=/trunk/externals/pidip/; revision=994
Diffstat (limited to 'modules/pdp_radioactiv.c')
-rw-r--r--modules/pdp_radioactiv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/pdp_radioactiv.c b/modules/pdp_radioactiv.c
index c39dd4b..cab733a 100644
--- a/modules/pdp_radioactiv.c
+++ b/modules/pdp_radioactiv.c
@@ -508,6 +508,7 @@ void pdp_radioactiv_setup(void)
class_addmethod(pdp_radioactiv_class, (t_method)pdp_radioactiv_mode, gensym("mode"), A_FLOAT, A_NULL);
class_addmethod(pdp_radioactiv_class, (t_method)pdp_radioactiv_snap_time, gensym("snaptime"), A_FLOAT, A_NULL);
class_addmethod(pdp_radioactiv_class, (t_method)pdp_radioactiv_snap_interval, gensym("snapinterval"), A_FLOAT, A_NULL);
+ class_sethelpsymbol( pdp_radioactiv_class, gensym("pdp_radioactiv.pd") );
}