list-group-help.pd 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #N canvas 0 26 706 457 10;
  2. #X msg 118 97 list a b;
  3. #X msg 132 122 list c d e f;
  4. #X msg 199 225 3;
  5. #X msg 152 175 list a b c d e;
  6. #X msg 152 196 list f g;
  7. #X text 55 45 list-group - group items into lists of the same size
  8. ;
  9. #X text 150 151 remaining items are stored and used for the next group:
  10. ;
  11. #X floatatom 209 245 5 0 0 0 - - -;
  12. #X floatatom 73 230 5 0 0 0 - - -;
  13. #X text 63 353 It's a clone of [zl group];
  14. #X obj 118 296 print list-group;
  15. #X text 233 267 argument sets number of elements to group (default:
  16. 1);
  17. #X text 257 220 change group size (at least 1) - changing will also
  18. empty the internal buffer;
  19. #X obj 118 268 list-group 2;
  20. #X text 94 382 Also see;
  21. #X obj 161 382 list-iter;
  22. #N canvas 460 46 494 396 META 0;
  23. #X text 12 5 KEYWORDS control list_op;
  24. #X text 12 25 LICENSE SIBSD;
  25. #X text 12 125 AUTHOR Frank Barknecht;
  26. #X text 12 105 OUTLET_0 list;
  27. #X text 12 145 HELP_PATCH_AUTHORS Frank Barknecht. "pd meta" information
  28. added by Jonathan Wilkes for Pd version 0.42.;
  29. #X text 12 85 INLET_1 float;
  30. #X text 12 45 DESCRIPTION group items into lists of the same size;
  31. #X text 12 65 INLET_0 list;
  32. #X restore 577 387 pd META;
  33. #X connect 0 0 13 0;
  34. #X connect 1 0 13 0;
  35. #X connect 2 0 13 1;
  36. #X connect 3 0 13 0;
  37. #X connect 4 0 13 0;
  38. #X connect 7 0 13 1;
  39. #X connect 8 0 13 0;
  40. #X connect 13 0 10 0;