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 /list_sum | |
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 'list_sum')
-rw-r--r-- | list_sum/list_sum-help.pd (renamed from list_sum/help-list_sum.pd) | 0 | ||||
-rw-r--r-- | list_sum/list_sum.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/list_sum/help-list_sum.pd b/list_sum/list_sum-help.pd index 7259add..7259add 100644 --- a/list_sum/help-list_sum.pd +++ b/list_sum/list_sum-help.pd diff --git a/list_sum/list_sum.c b/list_sum/list_sum.c index 6a2cee9..fd0d21d 100644 --- a/list_sum/list_sum.c +++ b/list_sum/list_sum.c @@ -170,7 +170,7 @@ void list_sum_setup(void) { post("|<<<<<<<<<<<<<<<<<<<<list_sum>>>>>>>>>>>>>>>>>>>>|"); post("|<<<calculate the sum of a list, with wrapping>>>|"); post("|<<<<<<<<<edward-------kelly-------2007>>>>>>>>>>|"); - class_sethelpsymbol(list_sum_class, gensym("help-list_sum")); + // class_addmethod(list_sum_class, (t_method)list_sum_follow, gensym("follow"), A_DEFFLOAT, A_DEFFLOAT, 0); class_addmethod(list_sum_class, (t_method)list_sum_all, gensym("all"), A_GIMME, 0); class_addmethod(list_sum_class, (t_method)list_sum_clear, gensym("clear"), A_DEFFLOAT, 0); |