diff options
Diffstat (limited to 'modules/pdp_warhol.c')
-rw-r--r-- | modules/pdp_warhol.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/pdp_warhol.c b/modules/pdp_warhol.c index 8d12f2b..508f659 100644 --- a/modules/pdp_warhol.c +++ b/modules/pdp_warhol.c @@ -277,6 +277,7 @@ void pdp_warhol_setup(void) class_addmethod(pdp_warhol_class, (t_method)pdp_warhol_y, gensym("Y"), A_FLOAT, A_NULL); class_addmethod(pdp_warhol_class, (t_method)pdp_warhol_u, gensym("U"), A_FLOAT, A_NULL); class_addmethod(pdp_warhol_class, (t_method)pdp_warhol_v, gensym("V"), A_FLOAT, A_NULL); + class_sethelpsymbol( pdp_warhol_class, gensym("pdp_warhol.pd") ); } |