aboutsummaryrefslogtreecommitdiff
path: root/src/pdstring-help.pd
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2009-01-27 21:39:35 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2009-01-27 21:39:35 +0000
commit4be9db3a7bee4bb8c254ae26253a7ed70390589b (patch)
treee5c0a042275473c1a8a3d8ae5ab86495507450b4 /src/pdstring-help.pd
parent561c134e4ab3b0c746b79b26d305ae0c19e1ed4c (diff)
+ delegated optional single-object-external mish-mash to src/Makefile.am using AM_CONDITIONAL
+ for --enable-object-externals builds, install actual links for 'any2string', 'string2any' aliases - requires corresponding setup() routines in *bytes* + added printbytes, printwchars objects svn path=/trunk/externals/moocow/pdstring/; revision=10661
Diffstat (limited to 'src/pdstring-help.pd')
-rw-r--r--src/pdstring-help.pd40
1 files changed, 22 insertions, 18 deletions
diff --git a/src/pdstring-help.pd b/src/pdstring-help.pd
index 9e3e0c3..b4bc97d 100644
--- a/src/pdstring-help.pd
+++ b/src/pdstring-help.pd
@@ -1,20 +1,20 @@
-#N canvas 163 18 501 441 10;
-#X text 196 400 Bryan Jurish <moocow@ling.uni-potsdam.de>;
+#N canvas 193 20 501 441 10;
+#X text 199 414 Bryan Jurish <moocow@ling.uni-potsdam.de>;
#X text 54 3 [pdstring] library : byte and wide-character strings;
#X obj 51 76 bytes2any;
#X obj 51 52 any2bytes;
#X text 148 77 convert byte strings to pd messages;
#X text 148 53 convert pd messages to byte strings;
-#X obj 45 142 bytes2wchars;
-#X text 147 143 convert byte strings to wide character strings;
-#X obj 45 168 wchars2bytes;
-#X text 148 169 convert wide character strings to byte strings;
-#X text 22 121 BYTES <-> WIDE CHARACTERS;
+#X obj 43 154 bytes2wchars;
+#X text 145 155 convert byte strings to wide character strings;
+#X obj 43 180 wchars2bytes;
+#X text 146 181 convert wide character strings to byte strings;
+#X text 20 133 BYTES <-> WIDE CHARACTERS;
#X text 26 33 BYTES <-> PD MESSAGES;
-#X text 20 211 WIDE CHARACTERS <-> PD MESSAGES;
-#X text 145 233 convert pd messages to wide character strings;
-#X text 146 259 convert wide character strings to pd messages;
-#X text 18 369 SEE ALSO:;
+#X text 18 233 WIDE CHARACTERS <-> PD MESSAGES;
+#X text 143 255 convert pd messages to wide character strings;
+#X text 144 281 convert wide character strings to pd messages;
+#X text 21 383 SEE ALSO:;
#N canvas 0 0 584 308 pdstring-bytes 0;
#X floatatom 56 81 8 0 0 0 - - -;
#X symbolatom 46 59 10 0 0 0 - - -;
@@ -71,7 +71,7 @@
#X connect 11 0 10 0;
#X connect 11 0 13 0;
#X connect 13 0 12 0;
-#X restore 87 368 pd pdstring-bytes;
+#X restore 90 382 pd pdstring-bytes;
#N canvas 0 0 584 308 pdstring-wchars 0;
#X floatatom 56 81 8 0 0 0 - - -;
#X symbolatom 46 59 10 0 0 0 - - -;
@@ -94,10 +94,14 @@
#X connect 11 0 10 0;
#X connect 11 0 12 0;
#X connect 12 0 8 0;
-#X restore 217 368 pd pdstring-wchars;
-#X obj 43 232 any2wchars;
-#X obj 43 258 wchars2any;
-#X obj 355 368 locale;
-#X text 18 303 NOTE:;
-#X text 26 319 Wide character support requires locale support to be
+#X restore 220 382 pd pdstring-wchars;
+#X obj 41 254 any2wchars;
+#X obj 41 280 wchars2any;
+#X obj 356 382 locale;
+#X text 21 317 NOTE:;
+#X text 29 333 Wide character support requires locale support to be
enabled \, e.g. by the [locale] external.;
+#X obj 51 100 printbytes;
+#X obj 43 203 printwchars;
+#X text 148 203 print wide character strings to pd console;
+#X text 149 100 print byte strings to pd console;