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