From b19be3cca1a839593c952e0bb17b11119a2e6436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 26 Jul 2007 10:24:38 +0000 Subject: added more list operating objects svn path=/trunk/externals/zexy/; revision=8246 --- reference/list2lists-help.pd | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 reference/list2lists-help.pd (limited to 'reference/list2lists-help.pd') diff --git a/reference/list2lists-help.pd b/reference/list2lists-help.pd new file mode 100644 index 0000000..717d82b --- /dev/null +++ b/reference/list2lists-help.pd @@ -0,0 +1,21 @@ +#N canvas 385 348 685 429 10; +#X text 497 29 part of zexy; +#X obj 63 13 list2lists; +#X text 136 13 - split a list into sublists; +#X obj 88 220 print sublists; +#X obj 88 175 list2lists; +#X msg 88 83 1 2 3 4 5 6 7 8 9 10; +#X text 216 154 an array of lengths of the sublists; +#X text 226 84 a list to be split; +#X text 186 214 outputs a number of sublists each having the length +as specified to the object.; +#X text 91 266 if the total length of the sublists exceeds the length +of the input list \, the rest of the sublists is discarded; +#X msg 143 153 4 3 0 0 -1 -2; +#X text 94 293 zero-length sublists are "bangs"; +#X text 77 351 see also; +#X obj 150 350 repack; +#X text 206 351 fixed sized sublists; +#X connect 4 0 3 0; +#X connect 5 0 4 0; +#X connect 10 0 4 1; -- cgit v1.2.1