aboutsummaryrefslogtreecommitdiff
path: root/reference/atoi-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/atoi-help.pd
parent4059490aa3ed0862d6d411fa341abfdef10f3563 (diff)
updated help-patches to include META
svn path=/trunk/externals/zexy/; revision=14636
Diffstat (limited to 'reference/atoi-help.pd')
-rw-r--r--reference/atoi-help.pd66
1 files changed, 38 insertions, 28 deletions
diff --git a/reference/atoi-help.pd b/reference/atoi-help.pd
index a84b57e..3fb07db 100644
--- a/reference/atoi-help.pd
+++ b/reference/atoi-help.pd
@@ -1,34 +1,44 @@
-#N canvas 274 494 749 300 10;
-#X obj 125 21 atoi;
-#X text 174 19 convert ascii to integer;
-#X obj 72 178 atoi;
-#X floatatom 72 201 4 0 0 0 - - -;
-#X obj 72 132 makefilename %4d;
-#X symbolatom 72 155 10 0 0 0 - - -;
-#X floatatom 72 110 4 0 0 0 - - -;
-#X floatatom 177 110 4 0 0 0 - - -;
-#X obj 177 132 makefilename 0%d;
-#X floatatom 280 110 4 0 0 0 - - -;
-#X obj 280 132 makefilename 0x%d;
-#X text 74 92 decimal;
-#X text 178 94 octal;
-#X text 280 93 sedecimal;
-#X floatatom 417 109 4 0 0 0 - - -;
-#X obj 417 127 makefilename %d;
-#X floatatom 502 106 4 0 0 0 - - -;
-#X text 506 93 base;
-#X obj 417 146 pack s 2;
-#X msg 417 86 101;
-#X msg 443 86 10011;
-#X text 241 214 symbols starting with "0x" are converted as hex-numbers
+#N canvas 0 31 615 317 10;
+#X obj 95 21 atoi;
+#X text 144 19 convert ascii to integer;
+#X obj 42 178 atoi;
+#X floatatom 42 201 4 0 0 0 - - -;
+#X obj 42 132 makefilename %4d;
+#X symbolatom 42 155 10 0 0 0 - - -;
+#X floatatom 42 110 4 0 0 0 - - -;
+#X floatatom 147 110 4 0 0 0 - - -;
+#X obj 147 132 makefilename 0%d;
+#X floatatom 250 110 4 0 0 0 - - -;
+#X obj 250 132 makefilename 0x%d;
+#X text 44 92 decimal;
+#X text 148 94 octal;
+#X text 250 93 sedecimal;
+#X floatatom 387 109 4 0 0 0 - - -;
+#X obj 387 127 makefilename %d;
+#X floatatom 472 106 4 0 0 0 - - -;
+#X text 476 93 base;
+#X obj 387 146 pack s 2;
+#X msg 387 86 101;
+#X msg 413 86 10011;
+#X text 211 194 symbols starting with "0x" are converted as hex-numbers
;
-#X text 242 228 symbols starting with "0" are converted as octal numbers
+#X text 212 208 symbols starting with "0" are converted as octal numbers
;
-#X text 241 243 symbols starting with numbers but "0" are converted
+#X text 211 223 symbols starting with numbers but "0" are converted
as decimal numbers;
-#X text 360 325 updated for zexy-2.0;
-#X text 360 325 updated for zexy-2.0;
-#X text 539 17 part of zexy;
+#X text 330 285 updated for zexy-2.0;
+#X text 330 285 updated for zexy-2.0;
+#X text 509 17 part of zexy;
+#N canvas 515 193 494 344 META 0;
+#X text 12 125 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 5 KEYWORDS control conversion;
+#X text 12 45 DESCRIPTION convert ascii to integer;
+#X text 12 105 AUTHOR IOhannes m zmoelnig;
+#X text 12 65 INLET_0 symbol;
+#X text 12 85 OUTLET_0 float;
+#X restore 565 297 pd META;
#X connect 2 0 3 0;
#X connect 4 0 5 0;
#X connect 5 0 2 0;