aboutsummaryrefslogtreecommitdiff
path: root/reference/pack-help.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-12-14 17:13:35 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-12-14 17:13:35 +0000
commite64777405412ac03cac27e5d386403cff9e49415 (patch)
tree55ebbdc09837c995785245a1ab7c94bbef2c8a44 /reference/pack-help.pd
parent4059490aa3ed0862d6d411fa341abfdef10f3563 (diff)
updated help-patches to include META
svn path=/trunk/externals/zexy/; revision=14636
Diffstat (limited to 'reference/pack-help.pd')
-rw-r--r--reference/pack-help.pd69
1 files changed, 40 insertions, 29 deletions
diff --git a/reference/pack-help.pd b/reference/pack-help.pd
index d767a75..d840afc 100644
--- a/reference/pack-help.pd
+++ b/reference/pack-help.pd
@@ -1,37 +1,48 @@
-#N canvas 60 24 894 518 10;
-#X text 511 26 part of zexy;
-#X obj 48 34 pack;
-#X text 93 33 - combine several atoms into one message;
-#X obj 121 248 zexy/pack;
-#X obj 121 277 print pack;
-#X floatatom 121 190 5 0 0 0 - - -;
-#X floatatom 184 207 5 0 0 0 - - -;
-#X symbolatom 141 170 10 0 0 0 - - -;
-#X symbolatom 189 225 10 0 0 0 - - -;
-#X text 66 68 this object is quite the same as pd's built-in [pack]
+#N canvas 0 31 686 432 10;
+#X text 491 16 part of zexy;
+#X obj 28 24 pack;
+#X text 73 23 - combine several atoms into one message;
+#X obj 101 238 zexy/pack;
+#X obj 101 267 print pack;
+#X floatatom 101 180 5 0 0 0 - - -;
+#X floatatom 164 197 5 0 0 0 - - -;
+#X symbolatom 121 160 10 0 0 0 - - -;
+#X symbolatom 169 215 10 0 0 0 - - -;
+#X text 46 58 this object is quite the same as pd's built-in [pack]
\, but it does not have fixed types;
-#X text 68 98 an atom can be intialized as a number \, then become
+#X text 48 88 an atom can be intialized as a number \, then become
a symbol \, later become a number again \, ....;
-#X floatatom 409 191 5 0 0 0 - - -;
-#X floatatom 472 208 5 0 0 0 - - -;
-#X symbolatom 429 171 10 0 0 0 - - -;
-#X symbolatom 477 226 10 0 0 0 - - -;
-#X obj 409 249 zexy/pack 1 2 3;
-#X obj 409 278 print pack1;
-#X obj 638 283 print pack1;
-#X msg 638 226 bang;
-#X msg 367 215 bang;
-#X msg 85 214 bang;
-#X obj 638 254 zexy/pack s f another symbol;
-#X text 85 150 default;
-#X text 368 152 initialization;
-#X text 632 149 initialization with symbols;
-#X text 77 400 a note on symbol-initialization:;
-#X text 120 419 pd's built-in [pack] does not allow you to initialize
+#X floatatom 319 181 5 0 0 0 - - -;
+#X floatatom 382 198 5 0 0 0 - - -;
+#X symbolatom 339 161 10 0 0 0 - - -;
+#X symbolatom 387 216 10 0 0 0 - - -;
+#X obj 319 239 zexy/pack 1 2 3;
+#X obj 319 268 print pack1;
+#X obj 488 273 print pack1;
+#X msg 488 216 bang;
+#X msg 277 205 bang;
+#X msg 65 204 bang;
+#X obj 488 244 zexy/pack s f another symbol;
+#X text 65 140 default;
+#X text 278 142 initialization;
+#X text 482 139 initialization with symbols;
+#X text 57 325 a note on symbol-initialization:;
+#X text 100 344 pd's built-in [pack] does not allow you to initialize
symbols in a list \; instead things like 's' and 'f' are used for specifying
the _type_ of the atoms.;
-#X text 123 466 therefore [pack f] will output the number "0" \, while
+#X text 103 391 therefore [pack f] will output the number "0" \, while
[zexy/pack f] will output a symbol "f";
+#N canvas 460 154 494 344 META 0;
+#X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
+Wilkes for Pd version 0.42.;
+#X text 12 25 LICENSE GPL v2;
+#X text 12 105 OUTLET_0 list;
+#X text 12 125 AUTHOR IOhannes m zmoelnig;
+#X text 12 45 DESCRIPTION combine several atoms into one message;
+#X text 12 5 KEYWORDS control list_op;
+#X text 12 65 INLET_0 anything;
+#X text 12 85 INLET_N float symbol pointer;
+#X restore 631 405 pd META;
#X connect 3 0 4 0;
#X connect 5 0 3 0;
#X connect 6 0 3 1;