diff options
author | Jonathan Wilkes <jancsika1@users.sourceforge.net> | 2010-11-25 01:28:20 +0000 |
---|---|---|
committer | Jonathan Wilkes <jancsika1@users.sourceforge.net> | 2010-11-25 01:28:20 +0000 |
commit | 14029710b5ac9e67688a8ff4b3b88a846d55a040 (patch) | |
tree | a526e5b23375d147f10b029070d9e1c2c3bda55b /src/wchars2any-help.pd | |
parent | 24a4a7fec75d33c81735c10a2d232d1cdfa52542 (diff) |
added META subpatch
svn path=/trunk/externals/moocow/pdstring/; revision=14525
Diffstat (limited to 'src/wchars2any-help.pd')
-rw-r--r-- | src/wchars2any-help.pd | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/src/wchars2any-help.pd b/src/wchars2any-help.pd index e5df0fc..07f282d 100644 --- a/src/wchars2any-help.pd +++ b/src/wchars2any-help.pd @@ -1,4 +1,4 @@ -#N canvas 103 20 612 604 10; +#N canvas 0 26 581 648 10; #X text 13 52 INLETS:; #X text 309 54 OUTLETS:; #X text 325 68 1 - pd messages; @@ -34,6 +34,19 @@ has been processed.; #X obj 169 570 locale; #X msg 71 186 960 948; #X text 171 183 ... real wide characters: "&pi &delta"; +#N canvas 304 188 494 344 META 0; +#X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan +Wilkes for Pd version 0.42.; +#X text 12 25 LICENSE GPL v2; +#X text 12 145 AUTHOR Bryan Jurish <moocow@ling.uni-potsdam.de>; +#X text 12 65 INLET_0 anything; +#X text 12 105 OUTLET_0 anything; +#X text 12 5 KEYWORDS control anything_op; +#X text 12 85 INLET_1 float; +#X text 12 125 OUTLET_1 bang; +#X text 12 45 DESCRIPTION convert lists of wchar_t values to pd messages +; +#X restore 526 617 pd META; #X connect 4 0 23 0; #X connect 5 0 23 0; #X connect 6 0 23 1; |