From 5b9132d68a789f127c3ae19a92ef4e4b38955f73 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Wed, 17 Sep 2003 20:10:29 +0000 Subject: Updated for PiDiP 0.12.6 svn path=/trunk/externals/pidip/; revision=994 --- modules/pdp_juxta.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/pdp_juxta.c') diff --git a/modules/pdp_juxta.c b/modules/pdp_juxta.c index e0b107a..5f04902 100644 --- a/modules/pdp_juxta.c +++ b/modules/pdp_juxta.c @@ -305,12 +305,13 @@ extern "C" void pdp_juxta_setup(void) { - post( pdp_juxta_version ); + // post( pdp_juxta_version ); pdp_juxta_class = class_new(gensym("pdp_juxta"), (t_newmethod)pdp_juxta_new, (t_method)pdp_juxta_free, sizeof(t_pdp_juxta), CLASS_NOINLET, A_NULL); class_addmethod(pdp_juxta_class, (t_method)pdp_juxta_input_0, gensym("pdp1"), A_SYMBOL, A_DEFFLOAT, A_NULL); class_addmethod(pdp_juxta_class, (t_method)pdp_juxta_input_1, gensym("pdp2"), A_SYMBOL, A_DEFFLOAT, A_NULL); + class_sethelpsymbol( pdp_juxta_class, gensym("pdp_juxta.pd") ); } -- cgit v1.2.1