aboutsummaryrefslogtreecommitdiff
path: root/mp3cast~
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-09-25 20:58:55 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-09-25 20:58:55 +0000
commitd27d9e33f19264c405979b49441f1d63b5b0e0ad (patch)
tree0c59da1bd898a38245d2df9a1ff8e1001a7cd224 /mp3cast~
parent6c948ccdc4c48eb7d478509642800a82e11758b7 (diff)
updated externals so that the help files work in 0.37. Unfortunately this breaks <=0.36 support :(
svn path=/trunk/externals/unauthorized/; revision=1034
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);