From 12fa815248c4b98948afa36388418de0d0ead4a4 Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Sun, 25 Jan 2009 22:23:14 +0000 Subject: + merged pstring+wchar changes from r10606:10638 into pdstring svn path=/trunk/externals/moocow/pdstring/; revision=10639 --- src/any2wchars-help.pd | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 src/any2wchars-help.pd (limited to 'src/any2wchars-help.pd') diff --git a/src/any2wchars-help.pd b/src/any2wchars-help.pd new file mode 100644 index 0000000..3ed9e63 --- /dev/null +++ b/src/any2wchars-help.pd @@ -0,0 +1,37 @@ +#N canvas 72 8 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 320 458 Bryan Jurish ; +#X text 19 439 SEE ALSO:; +#X msg 139 197 42; +#X text 31 75 2 - EOS character (float); +#X obj 100 438 pdstring; +#X obj 25 314 any2wchars 128 -1; +#X obj 25 400 print any2wchars-help; +#X text 21 29 SYNTAX: any2wchars [INITIAL_BUFSIZE [EOS_CHAR]]; +#X text 49 5 any2wchars : convert pd messages to a list of wchar_t +values; +#X text 263 63 1 - lists of wchar_t-valued floats; +#X text 184 194 The second inlet is as for [any2bytes]; +#X text 184 367 Second argument: initial EOS character. See [any2bytes]. +; +#X obj 168 438 locale; +#X connect 0 0 17 1; +#X connect 1 0 17 1; +#X connect 5 0 17 0; +#X connect 6 0 17 0; +#X connect 10 0 17 0; +#X connect 14 0 17 1; +#X connect 17 0 18 0; -- cgit v1.2.1