aboutsummaryrefslogtreecommitdiff
path: root/hssc~
diff options
context:
space:
mode:
Diffstat (limited to 'hssc~')
-rw-r--r--hssc~/hssc~-help.pd (renamed from hssc~/help-hssc~.pd)0
-rw-r--r--hssc~/hssc~.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/hssc~/help-hssc~.pd b/hssc~/hssc~-help.pd
index 2f59ba4..2f59ba4 100644
--- a/hssc~/help-hssc~.pd
+++ b/hssc~/hssc~-help.pd
diff --git a/hssc~/hssc~.c b/hssc~/hssc~.c
index f62ad9d..9efebfa 100644
--- a/hssc~/hssc~.c
+++ b/hssc~/hssc~.c
@@ -93,6 +93,6 @@ void hssc_tilde_setup(void)
class_addmethod(hssc_tilde_class, (t_method)hssc_tilde_dsp,
gensym("dsp"), 0);
- class_sethelpsymbol(hssc_tilde_class, gensym("help-hssc~"));
+
CLASS_MAINSIGNALIN(hssc_tilde_class, t_hssc_tilde, f);
}