aboutsummaryrefslogtreecommitdiff
path: root/send13~.c
diff options
context:
space:
mode:
Diffstat (limited to 'send13~.c')
-rw-r--r--send13~.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/send13~.c b/send13~.c
index 3cfb204..9575e0f 100644
--- a/send13~.c
+++ b/send13~.c
@@ -67,8 +67,8 @@ void sigsend13_setup(void)
sigsend13_class = class_new(gensym("send13~"), (t_newmethod)sigsend13_new,
(t_method)sigsend13_free, sizeof(t_sigsend13), 0, A_DEFSYM, 0);
class_addmethod(sigsend13_class, (t_method)sigsend13_set, gensym("set"),A_SYMBOL, 0);
- class_sethelpsymbol(sigsend13_class, gensym("netio13~"));
- class_sethelpsymbol(sigsend13_class, gensym("ext13"));
+
+
class_addcreator((t_newmethod)sigsend13_new, gensym("s13~"), A_DEFSYM, 0);
class_addmethod(sigsend13_class, nullfn, gensym("signal"), 0);
class_addmethod(sigsend13_class, (t_method)sigsend13_dsp, gensym("dsp"), 0);