From 5879bc9332a97d74274f79a1b9207928b3f2c11b Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 29 Sep 2007 21:36:48 +0000 Subject: renamed help files to standard name and removed class_sethelpsymbol since it is unnecessary and gets in the way svn path=/trunk/externals/ekext/; revision=8774 --- polymap/polymap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'polymap/polymap.c') diff --git a/polymap/polymap.c b/polymap/polymap.c index 7ad7c23..f2e2523 100755 --- a/polymap/polymap.c +++ b/polymap/polymap.c @@ -198,7 +198,7 @@ void polymap_setup(void) post("|. . . . . . . . .polymap. . . . . . . . .|"); post("|_- polyphonic chain reaction regulator -_|"); post("| . . . . . .Edward Kelly 2006. . . . . . |"); - class_sethelpsymbol(polymap_class, gensym("help-polymap")); + class_addmethod(polymap_class, (t_method)polymap_note, gensym("note"), A_DEFFLOAT, A_DEFFLOAT, A_DEFFLOAT, 0); class_addmethod(polymap_class, (t_method)polymap_clear, gensym("clear"), A_DEFFLOAT, 0); class_addmethod(polymap_class, (t_method)polymap_print, gensym("print"), A_DEFFLOAT, 0); -- cgit v1.2.1