From f18d063d9312c95e25294e0777bc135ee9a3fd8a Mon Sep 17 00:00:00 2001 From: Thomas O Fredericks Date: Sun, 25 Oct 2009 00:39:13 +0000 Subject: Adding mtl svn path=/trunk/abstractions/mtl/; revision=12667 --- listCutUp-help.pd | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 listCutUp-help.pd (limited to 'listCutUp-help.pd') diff --git a/listCutUp-help.pd b/listCutUp-help.pd new file mode 100644 index 0000000..a775c64 --- /dev/null +++ b/listCutUp-help.pd @@ -0,0 +1,15 @@ +#N canvas 0 0 648 276 10; +#X msg 48 125 1 2 3 4 5 6; +#X obj 113 239 print; +#X msg 191 130 list a b c d e f g; +#X text 37 11 Description: Cuts up a list into sublists. Leftovers +are also output.; +#X text 188 95 Note that with this second list \, the leftover 'g' +is output by itself.; +#X text 294 184 Argument_1: Size of cuts.; +#X text 292 168 Inlet_1: Size if cuts.; +#X obj 112 185 listCutUp 3; +#X text 44 49 tags: lists; +#X connect 0 0 7 0; +#X connect 2 0 7 0; +#X connect 7 0 1 0; -- cgit v1.2.1