aboutsummaryrefslogtreecommitdiff
path: root/src/string2any-help.pd
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2007-07-26 12:20:50 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2007-07-26 12:20:50 +0000
commit0d8513a9086f284cb2cd33beacfd4e8d64adcc44 (patch)
treea2712f9623790f7fecc8e0c4d52529f6e20382dc /src/string2any-help.pd
parent4613a9c711dfd5882bc1e1ce561bcff83097e33e (diff)
pdstring v0.05
+ added persistent string buffer to any2string + added initial buffer size and eos-character arguments to any2string, string2any - defaults are backwards-compatible but ugly + added --enable-object-externals option to configure svn path=/trunk/externals/moocow/pdstring/; revision=8247
Diffstat (limited to 'src/string2any-help.pd')
-rw-r--r--src/string2any-help.pd42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/string2any-help.pd b/src/string2any-help.pd
new file mode 100644
index 0000000..8e44e15
--- /dev/null
+++ b/src/string2any-help.pd
@@ -0,0 +1,42 @@
+#N canvas 121 48 612 604 10;
+#X text 59 7 string2any : convert lists of floats to pd messages;
+#X text 13 30 SYNTAX: string2any [INITIAL_BUFSIZE [EOS_CHAR]];
+#X text 13 52 INLETS:;
+#X text 27 68 1 - ASCII-valued float lists;
+#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 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
+at the leftmost outlet. You can specify a negative value here to avoid
+implicit input splitting entirely. For backwards compatibility \, the
+default EOS character is -1 \, which results in truncation of input
+messages whenever a 0 (zero) is encountered.;
+#X text 163 350 First argument: initial buffer size (length of object-local
+text buffer). This should get re-allocated when necessary. Specify
+0 (zero) to use the default value.;
+#X text 165 405 Second argument: initial EOS character. See above.
+;
+#X text 159 477 Right outlet gives a bang after the entire input list
+has been processed.;
+#X text 189 531 Parsed pd messages are sent to the left outlet.;
+#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-help;
+#X connect 7 0 8 0;
+#X connect 10 0 7 0;
+#X connect 11 0 7 0;
+#X connect 23 0 7 0;