diff options
Diffstat (limited to 'modules/pdp_cycle.c')
-rw-r--r-- | modules/pdp_cycle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pdp_cycle.c b/modules/pdp_cycle.c index 1a0e93f..0ecf906 100644 --- a/modules/pdp_cycle.c +++ b/modules/pdp_cycle.c @@ -238,7 +238,7 @@ void pdp_cycle_setup(void) class_addmethod(pdp_cycle_class, (t_method)pdp_cycle_cycley, gensym("cycley"), A_DEFFLOAT, A_NULL); class_addmethod(pdp_cycle_class, (t_method)pdp_cycle_cycleu, gensym("cycleu"), A_DEFFLOAT, A_NULL); class_addmethod(pdp_cycle_class, (t_method)pdp_cycle_cyclev, gensym("cyclev"), A_DEFFLOAT, A_NULL); - class_sethelpsymbol( pdp_cycle_class, gensym("pdp_cycle.pd") ); + } |