aboutsummaryrefslogtreecommitdiff
path: root/pdToAscii-help.pd
diff options
context:
space:
mode:
Diffstat (limited to 'pdToAscii-help.pd')
-rw-r--r--pdToAscii-help.pd39
1 files changed, 19 insertions, 20 deletions
diff --git a/pdToAscii-help.pd b/pdToAscii-help.pd
index 6cab3a1..e5bd490 100644
--- a/pdToAscii-help.pd
+++ b/pdToAscii-help.pd
@@ -1,27 +1,26 @@
-#N canvas 243 150 569 441 10;
+#N canvas 1512 196 569 441 10;
#X text 26 48 tags: conversion;
#X msg 54 90 A B C;
#X obj 54 212 print;
#X msg 97 114 list A B C;
-#X obj 54 185 mtl/pdToAscii;
#X msg 123 147 567;
-#X text 99 89 Spaces in lists are converted (ASCII code 32);
-#X obj 57 314 list append 13;
-#X text 152 307 By using list append \, you can append special ASCII
-characters like the carriage return (ASCII code 13) in this case.;
-#X msg 57 247 78;
-#X msg 115 254 test;
-#X obj 57 344 print;
+#X msg 58 275 78;
+#X msg 116 282 test;
#X text 27 17 Description: Converts Pd messages to a list of ASCII
bytes.;
-#X msg 110 232 hello world;
-#X obj 57 286 mtl/pdToAscii;
-#X connect 1 0 4 0;
-#X connect 3 0 4 0;
-#X connect 4 0 2 0;
-#X connect 5 0 4 0;
-#X connect 7 0 11 0;
-#X connect 9 0 14 0;
-#X connect 10 0 14 0;
-#X connect 13 0 14 0;
-#X connect 14 0 7 0;
+#X msg 111 260 hello world;
+#X text 174 317 If you specify a float argument \, it will be appended
+to the output. The carriage return (ASCII code 13) has been specidifed
+in this case.;
+#X obj 58 347 print;
+#X obj 54 185 mtl/pdToAscii;
+#X obj 58 314 mtl/pdToAscii 13;
+#X text 99 89 Spaces in lists are converted to ASCII code 32;
+#X connect 1 0 11 0;
+#X connect 3 0 11 0;
+#X connect 4 0 11 0;
+#X connect 5 0 12 0;
+#X connect 6 0 12 0;
+#X connect 8 0 12 0;
+#X connect 11 0 2 0;
+#X connect 12 0 10 0;