Update of /cvsroot/pure-data/externals/ekext/list_sum In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11713/list_sum
Modified Files: list_sum.c Added Files: list_sum-help.pd Removed Files: help-list_sum.pd Log Message: renamed help files to standard name and removed class_sethelpsymbol since it is unnecessary and gets in the way
Index: list_sum.c =================================================================== RCS file: /cvsroot/pure-data/externals/ekext/list_sum/list_sum.c,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -C2 -d -r1.1.1.2 -r1.2 *** list_sum.c 15 Sep 2007 17:46:19 -0000 1.1.1.2 --- list_sum.c 29 Sep 2007 21:36:46 -0000 1.2 *************** *** 171,175 **** 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); --- 171,175 ---- post("|<<<calculate the sum of a list, with wrapping>>>|"); post("|<<<<<<<<<edward-------kelly-------2007>>>>>>>>>>|"); ! // 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);
--- help-list_sum.pd DELETED ---
--- NEW FILE: list_sum-help.pd --- #N canvas 0 0 707 528 10; #X obj 84 255 list_sum; #X floatatom 101 358 0 0 0 3 length - -; #X floatatom 84 391 0 0 0 3 total - -; #X msg 150 82 set 2 100; #X msg 149 98 set 2 498; #X msg 32 106 clear; #X msg 149 121 set 5 777; #X text 215 81 individual elements can be set; #X text 206 286 list_sum; #X text 205 327 Edward Kelly 2007; #X msg 84 55 all 200.5 498 166.3 81.7 94.4; #X text 84 36 all in the left inlet calculates the sum of its elements. ; #X msg 173 145 3; #X msg 173 162 9; #X msg 211 162 4; #X msg 211 179 8; #X text 200 144 max length; #X text 241 162 wrap value; #X obj 300 116 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X obj 331 116 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X text 206 301 calculate the sum of elements in a list , wrapping the list.; #X connect 0 0 2 0; #X connect 0 1 1 0; #X connect 3 0 0 0; #X connect 4 0 0 0; #X connect 5 0 0 0; #X connect 6 0 0 0; #X connect 10 0 0 0; #X connect 12 0 0 1; #X connect 13 0 0 1; #X connect 14 0 0 2; #X connect 15 0 0 2; #X connect 18 0 13 0; #X connect 18 0 14 0; #X connect 19 0 12 0; #X connect 19 0 15 0;