diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-27 21:39:35 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-27 21:39:35 +0000 |
commit | 4be9db3a7bee4bb8c254ae26253a7ed70390589b (patch) | |
tree | e5c0a042275473c1a8a3d8ae5ab86495507450b4 /src/printwchars-help.pd | |
parent | 561c134e4ab3b0c746b79b26d305ae0c19e1ed4c (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/printwchars-help.pd')
-rw-r--r-- | src/printwchars-help.pd | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/printwchars-help.pd b/src/printwchars-help.pd new file mode 100644 index 0000000..a097bca --- /dev/null +++ b/src/printwchars-help.pd @@ -0,0 +1,21 @@ +#N canvas 82 52 450 300 10; +#X text 141 266 Bryan Jurish <moocow@ling.uni-potsdam.de>; +#X text 17 231 SEE ALSO:; +#X obj 86 230 pdstring; +#X obj 150 230 locale; +#X text 153 45 "ABC"; +#X text 193 173 First argument is prefixed to output; +#X msg 44 44 list 65 66 67; +#X msg 54 64 foo 49 50 51; +#X text 153 65 "123" \, selector "foo" is printed extra; +#X msg 67 87 228 246 252; +#X text 159 115 "&pi &delta" in UTF-8; +#X text 35 7 printwchars - print wide character strings to pd console +; +#X text 157 89 "ä ö ü"; +#X msg 71 115 960 948; +#X obj 44 172 printwchars mywchars; +#X connect 6 0 14 0; +#X connect 7 0 14 0; +#X connect 9 0 14 0; +#X connect 13 0 14 0; |