diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-09-29 21:36:48 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-09-29 21:36:48 +0000 |
commit | 5879bc9332a97d74274f79a1b9207928b3f2c11b (patch) | |
tree | 6a6df9c3ff563becc02d53e4c8e31d6fce7b91f4 /polymap | |
parent | ad2fa00781022a50a7e3ceab91b7e641dc12a165 (diff) |
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
Diffstat (limited to 'polymap')
-rwxr-xr-x | polymap/polymap-help.pd (renamed from polymap/help-polymap.pd) | 0 | ||||
-rwxr-xr-x | polymap/polymap.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/polymap/help-polymap.pd b/polymap/polymap-help.pd index 292f95e..292f95e 100755 --- a/polymap/help-polymap.pd +++ b/polymap/polymap-help.pd 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); |