From 5b9132d68a789f127c3ae19a92ef4e4b38955f73 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Wed, 17 Sep 2003 20:10:29 +0000 Subject: Updated for PiDiP 0.12.6 svn path=/trunk/externals/pidip/; revision=994 --- modules/pdp_rev.c | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/pdp_rev.c') diff --git a/modules/pdp_rev.c b/modules/pdp_rev.c index 58f5753..1834447 100644 --- a/modules/pdp_rev.c +++ b/modules/pdp_rev.c @@ -253,6 +253,7 @@ void pdp_rev_setup(void) class_addmethod(pdp_rev_class, (t_method)pdp_rev_linespace, gensym("linespace"), A_FLOAT, A_NULL); class_addmethod(pdp_rev_class, (t_method)pdp_rev_vscale, gensym("vscale"), A_FLOAT, A_NULL); class_addmethod(pdp_rev_class, (t_method)pdp_rev_color, gensym("color"), A_FLOAT, A_NULL); + class_sethelpsymbol( pdp_rev_class, gensym("pdp_rev.pd") ); } -- cgit v1.2.1