aboutsummaryrefslogtreecommitdiff
path: root/pdstring+wchar/src/bytes2any-help.pd
diff options
context:
space:
mode:
Diffstat (limited to 'pdstring+wchar/src/bytes2any-help.pd')
-rw-r--r--pdstring+wchar/src/bytes2any-help.pd32
1 files changed, 16 insertions, 16 deletions
diff --git a/pdstring+wchar/src/bytes2any-help.pd b/pdstring+wchar/src/bytes2any-help.pd
index 0a8e138..0663ec3 100644
--- a/pdstring+wchar/src/bytes2any-help.pd
+++ b/pdstring+wchar/src/bytes2any-help.pd
@@ -1,16 +1,13 @@
-#N canvas 179 42 612 604 10;
+#N canvas 507 20 612 604 10;
#X text 13 52 INLETS:;
#X text 309 54 OUTLETS:;
#X text 325 68 1 - pd messages;
#X text 325 82 2 - bang on done;
-#X obj 24 350 string2any 128 0;
-#X obj 24 529 print string2any-help;
-#X obj 131 454 print string2any-help-done;
#X msg 24 113 97 32 98 32 99;
#X msg 39 135 97 0 98 0 99;
-#X msg 99 206 0;
-#X msg 67 206 -1;
-#X msg 131 206 32;
+#X msg 92 206 0;
+#X msg 60 206 -1;
+#X msg 124 206 32;
#X text 166 202 The second inlet sets the message-separating EOS ("end-of-string")
character. If this character is encountered in an input list \, the
list is "split" at that point \, and two separate messages are output
@@ -29,7 +26,6 @@ has been processed.;
#X text 306 580 Bryan Jurish <moocow@ling.uni-potsdam.de>;
#X text 27 83 2 - EOS character (float);
#X text 161 121 lists of floats are converted to pd messages.;
-#X msg 54 161 StringThing 97;
#X text 168 161 ... selector is ignored ...;
#X text 21 571 SEE ALSO:;
#X obj 102 570 pdstring;
@@ -37,11 +33,15 @@ has been processed.;
#X text 59 7 bytes2any : convert lists of byte values to pd messages
;
#X text 13 30 SYNTAX: bytes2any [INITIAL_BUFSIZE [EOS_CHAR]];
-#X connect 4 0 5 0;
-#X connect 4 1 6 0;
-#X connect 7 0 4 0;
-#X connect 8 0 4 0;
-#X connect 9 0 4 1;
-#X connect 10 0 4 1;
-#X connect 11 0 4 1;
-#X connect 20 0 4 0;
+#X obj 124 454 print bytes2any-help-done;
+#X obj 24 529 print bytes2any-help;
+#X msg 54 161 StringThing 97;
+#X obj 24 350 bytes2any 128 0;
+#X connect 4 0 26 0;
+#X connect 5 0 26 0;
+#X connect 6 0 26 1;
+#X connect 7 0 26 1;
+#X connect 8 0 26 1;
+#X connect 25 0 26 0;
+#X connect 26 0 24 0;
+#X connect 26 1 23 0;