aboutsummaryrefslogtreecommitdiff
path: root/speex~
diff options
context:
space:
mode:
Diffstat (limited to 'speex~')
-rw-r--r--speex~/speexin~.c1
-rw-r--r--speex~/speexout~.c1
-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