aboutsummaryrefslogtreecommitdiff
path: root/pd/doc/5.reference/unpack.pd
diff options
context:
space:
mode:
Diffstat (limited to 'pd/doc/5.reference/unpack.pd')
-rw-r--r--pd/doc/5.reference/unpack.pd28
1 files changed, 0 insertions, 28 deletions
diff --git a/pd/doc/5.reference/unpack.pd b/pd/doc/5.reference/unpack.pd
deleted file mode 100644
index 5f1a4120..00000000
--- a/pd/doc/5.reference/unpack.pd
+++ /dev/null
@@ -1,28 +0,0 @@
-#N canvas 234 84 730 277 12;
-#X floatatom 80 180 0 0 0;
-#X floatatom 205 180 0 0 0;
-#X floatatom 243 180 0 0 0;
-#X floatatom 46 180 0 0 0;
-#X obj 117 180 print foo;
-#X obj 133 243 pack;
-#X text 51 242 See also;
-#X obj 101 9 unpack;
-#X text 164 8 - split a message to atoms;
-#X text 196 139 <-- creation arguments specify the types of atoms expected
-;
-#X msg 46 102 1 2;
-#X msg 85 102 3 4 shut;
-#X msg 164 102 5 6 pick 7 8;
-#X text 368 239 updated for Pd version 0.33;
-#X obj 46 139 unpack 0 0 s 0 0;
-#X text 25 36 unpack takes lists of atoms and distributes them to its
-outlets. The creation arguments specify float (any number or the symbol
-'f') \, pointer (symbol 'p') or symbol (symbol 's').;
-#X connect 10 0 14 0;
-#X connect 11 0 14 0;
-#X connect 12 0 14 0;
-#X connect 14 0 3 0;
-#X connect 14 1 0 0;
-#X connect 14 2 4 0;
-#X connect 14 3 1 0;
-#X connect 14 4 2 0;