aboutsummaryrefslogtreecommitdiff
path: root/listCutUp-help.pd
diff options
context:
space:
mode:
Diffstat (limited to 'listCutUp-help.pd')
-rw-r--r--listCutUp-help.pd15
1 files changed, 15 insertions, 0 deletions
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;