aboutsummaryrefslogtreecommitdiff
path: root/mp3write~
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 /mp3write~
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 'mp3write~')
-rw-r--r--mp3write~/mp3write~-help.pd (renamed from mp3write~/help-mp3write~.pd)0
-rw-r--r--mp3write~/mp3write~.c1
2 files changed, 0 insertions, 1 deletions
diff --git a/mp3write~/help-mp3write~.pd b/mp3write~/mp3write~-help.pd
index 0e575ba..0e575ba 100644
--- a/mp3write~/help-mp3write~.pd
+++ b/mp3write~/mp3write~-help.pd
diff --git a/mp3write~/mp3write~.c b/mp3write~/mp3write~.c
index 8374703..e3afe7c 100644
--- a/mp3write~/mp3write~.c
+++ b/mp3write~/mp3write~.c
@@ -711,7 +711,6 @@ void mp3write_tilde_setup(void)
mp3write_class = class_new(gensym("mp3write~"), (t_newmethod)mp3write_new, (t_method)mp3write_free,
sizeof(t_mp3write), 0, 0);
CLASS_MAINSIGNALIN(mp3write_class, t_mp3write, x_f );
- class_sethelpsymbol(mp3write_class, gensym("help-mp3write~.pd"));
class_addmethod(mp3write_class, (t_method)mp3write_dsp, gensym("dsp"), 0);
class_addmethod(mp3write_class, (t_method)mp3write_open, gensym("open"), A_SYMBOL, 0);
class_addmethod(mp3write_class, (t_method)mp3write_mpeg, gensym("mpeg"), A_FLOAT, A_FLOAT, A_FLOAT, A_FLOAT, 0);