From d27d9e33f19264c405979b49441f1d63b5b0e0ad Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 25 Sep 2003 20:58:55 +0000 Subject: updated externals so that the help files work in 0.37. Unfortunately this breaks <=0.36 support :( svn path=/trunk/externals/unauthorized/; revision=1034 --- mp3write~/mp3write~.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mp3write~/mp3write~.c') 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); -- cgit v1.2.1