aboutsummaryrefslogtreecommitdiff
path: root/pdstring+wchar/src/any2bytes-help.pd
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2009-01-25 22:31:47 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2009-01-25 22:31:47 +0000
commit4d788c826b6e354f6aa29a047dcd2e93bb220c73 (patch)
tree2d13ab1ddb9b10656ded305c1d43e4cbae038965 /pdstring+wchar/src/any2bytes-help.pd
parent9f6510850e3782a22b0ac282161f5e1e7413f3f2 (diff)
+ updated extended/Makefile to include new locale/ subdir
svn path=/trunk/externals/moocow/; revision=10641
Diffstat (limited to 'pdstring+wchar/src/any2bytes-help.pd')
-rw-r--r--pdstring+wchar/src/any2bytes-help.pd40
1 files changed, 0 insertions, 40 deletions
diff --git a/pdstring+wchar/src/any2bytes-help.pd b/pdstring+wchar/src/any2bytes-help.pd
deleted file mode 100644
index ef0ce17..0000000
--- a/pdstring+wchar/src/any2bytes-help.pd
+++ /dev/null
@@ -1,40 +0,0 @@
-#N canvas 90 20 636 478 10;
-#X msg 109 197 0;
-#X msg 77 197 -1;
-#X text 19 47 INLETS:;
-#X text 31 61 1 - pd messages;
-#X text 247 49 OUTLETS:;
-#X floatatom 44 147 8 0 0 0 - - -;
-#X symbolatom 34 125 10 0 0 0 - - -;
-#X text 189 125 ... no special handling for symbols;
-#X text 188 103 anything can be converted to a list...;
-#X text 190 147 ... but "float" selector is silently dropped;
-#X msg 25 104 A B C;
-#X text 182 312 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 184 367 Second argument: initial EOS character. See above.
-;
-#X text 320 458 Bryan Jurish <moocow@ling.uni-potsdam.de>;
-#X text 19 439 SEE ALSO:;
-#X msg 139 197 42;
-#X text 184 194 The second inlet sets the terminating EOS ("end-of-string")
-character. This value gets implicitly appended to all output lists.
-Specify a negative value here to avoid implicit EOS characters entirely.
-For backwards compatibility \, the default EOS character is 0 (zero).
-;
-#X text 31 75 2 - EOS character (float);
-#X obj 100 438 pdstring;
-#X obj 25 314 any2bytes 128 -1;
-#X obj 25 400 print any2bytes-help;
-#X text 21 29 SYNTAX: any2bytes [INITIAL_BUFSIZE [EOS_CHAR]];
-#X text 263 63 1 - lists of byte-valued floats;
-#X text 49 5 any2bytes : convert pd messages to a list of byte values
-;
-#X connect 0 0 19 1;
-#X connect 1 0 19 1;
-#X connect 5 0 19 0;
-#X connect 6 0 19 0;
-#X connect 10 0 19 0;
-#X connect 15 0 19 1;
-#X connect 19 0 20 0;