aboutsummaryrefslogtreecommitdiff
path: root/lpc~/lpc_filter/lpreson~.c
diff options
context:
space:
mode:
Diffstat (limited to 'lpc~/lpc_filter/lpreson~.c')
-rw-r--r--lpc~/lpc_filter/lpreson~.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lpc~/lpc_filter/lpreson~.c b/lpc~/lpc_filter/lpreson~.c
index c89a8e5..f9d9260 100644
--- a/lpc~/lpc_filter/lpreson~.c
+++ b/lpc~/lpc_filter/lpreson~.c
@@ -124,8 +124,8 @@ void lpreson_tilde_setup(void)
post(". & Edward Kelly <morph_2016@yahoo.co.uk> .");
class_addmethod(lpreson_tilde_class, (t_method)lpreson_tilde_dsp, gensym("dsp"), 0);
-// class_sethelpsymbol(lpreson_tilde_class, gensym("help-lpc~"));
+
class_addlist(lpreson_tilde_class, lpreson_tilde_list);
- class_sethelpsymbol(lpreson_tilde_class, gensym("lpc-cross-synthesis.pd"));
+
CLASS_MAINSIGNALIN(lpreson_tilde_class, t_lpreson_tilde, f_dummy);
}