diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-09-25 20:58:55 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-09-25 20:58:55 +0000 |
commit | d27d9e33f19264c405979b49441f1d63b5b0e0ad (patch) | |
tree | 0c59da1bd898a38245d2df9a1ff8e1001a7cd224 /speex~ | |
parent | 6c948ccdc4c48eb7d478509642800a82e11758b7 (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 'speex~')
-rw-r--r-- | speex~/speexin~.c | 1 | ||||
-rw-r--r-- | speex~/speexout~.c | 1 | ||||
-rw-r--r-- | speex~/speex~-help.pd (renamed from speex~/help-speex~.pd) | 0 |
3 files changed, 0 insertions, 2 deletions
diff --git a/speex~/speexin~.c b/speex~/speexin~.c index 161c9de..9f6d477 100644 --- a/speex~/speexin~.c +++ b/speex~/speexin~.c @@ -603,5 +603,4 @@ void speexin_tilde_setup(void) class_addmethod(speexin_class, nullfn, gensym("signal"), 0); class_addmethod(speexin_class, (t_method) speexin_dsp, gensym("dsp"), 0); - class_sethelpsymbol(speexin_class, gensym("help-speex~.pd")); } diff --git a/speex~/speexout~.c b/speex~/speexout~.c index cab3746..5be7c50 100644 --- a/speex~/speexout~.c +++ b/speex~/speexout~.c @@ -443,7 +443,6 @@ void speexout_tilde_setup(void) speexout_class = class_new(gensym("speexout~"), (t_newmethod)speexout_new, (t_method)speexout_free, sizeof(t_speexout), 0, A_GIMME, 0); CLASS_MAINSIGNALIN(speexout_class, t_speexout, x_f ); - class_sethelpsymbol(speexout_class, gensym("help-speex~.pd")); class_addmethod(speexout_class, (t_method)speexout_dsp, gensym("dsp"), 0); class_addmethod(speexout_class, (t_method)speexout_connect, gensym("connect"), A_SYMBOL, A_FLOAT, 0); class_addmethod(speexout_class, (t_method)speexout_disconnect, gensym("disconnect"), 0); diff --git a/speex~/help-speex~.pd b/speex~/speex~-help.pd index d1c40d4..d1c40d4 100644 --- a/speex~/help-speex~.pd +++ b/speex~/speex~-help.pd |