aboutsummaryrefslogtreecommitdiff
path: root/mp3cast~
diff options
context:
space:
mode:
Diffstat (limited to 'mp3cast~')
-rw-r--r--mp3cast~/mp3cast~-help.pd (renamed from mp3cast~/help-mp3cast~.pd)0
-rw-r--r--mp3cast~/mp3cast~.c1
2 files changed, 0 insertions, 1 deletions
diff --git a/mp3cast~/help-mp3cast~.pd b/mp3cast~/mp3cast~-help.pd
index c7d8e72..c7d8e72 100644
--- a/mp3cast~/help-mp3cast~.pd
+++ b/mp3cast~/mp3cast~-help.pd
diff --git a/mp3cast~/mp3cast~.c b/mp3cast~/mp3cast~.c
index 2f01fc3..c5a4b81 100644
--- a/mp3cast~/mp3cast~.c
+++ b/mp3cast~/mp3cast~.c
@@ -903,7 +903,6 @@ void mp3cast_tilde_setup(void)
mp3cast_class = class_new(gensym("mp3cast~"), (t_newmethod)mp3cast_new, (t_method)mp3cast_free,
sizeof(t_mp3cast), 0, 0);
CLASS_MAINSIGNALIN(mp3cast_class, t_mp3cast, x_f );
- class_sethelpsymbol(mp3cast_class, gensym("help-mp3cast~.pd"));
class_addmethod(mp3cast_class, (t_method)mp3cast_dsp, gensym("dsp"), 0);
class_addmethod(mp3cast_class, (t_method)mp3cast_connect, gensym("connect"), A_SYMBOL, A_FLOAT, 0);
class_addmethod(mp3cast_class, (t_method)mp3cast_disconnect, gensym("disconnect"), 0);