aboutsummaryrefslogtreecommitdiff
path: root/beatify~
diff options
context:
space:
mode:
Diffstat (limited to 'beatify~')
-rw-r--r--beatify~/beatify~-help.pd (renamed from beatify~/help-beatify~.pd)0
-rw-r--r--beatify~/beatify~.c1
2 files changed, 0 insertions, 1 deletions
diff --git a/beatify~/help-beatify~.pd b/beatify~/beatify~-help.pd
index 16577a0..16577a0 100644
--- a/beatify~/help-beatify~.pd
+++ b/beatify~/beatify~-help.pd
diff --git a/beatify~/beatify~.c b/beatify~/beatify~.c
index 3b5d4a3..69c2dd0 100644
--- a/beatify~/beatify~.c
+++ b/beatify~/beatify~.c
@@ -168,7 +168,6 @@ void beatify_tilde_setup(void)
beatify_class = class_new(gensym("beatify~"), (t_newmethod)beatify_new, 0,
sizeof(t_beatify), 0, 0);
CLASS_MAINSIGNALIN( beatify_class, t_beatify, x_f );
- class_sethelpsymbol( beatify_class, gensym("help-beatify~.pd") );
class_addmethod(beatify_class, (t_method)beatify_dsp, gensym("dsp"), 0);
class_addmethod(beatify_class, (t_method)beatify_attack, gensym("attack"), A_FLOAT, 0);
class_addmethod(beatify_class, (t_method)beatify_sustain, gensym("sustain"), A_FLOAT, 0);