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/any2bytes-help.pd | |
parent | 24a4a7fec75d33c81735c10a2d232d1cdfa52542 (diff) |
added META subpatch
svn path=/trunk/externals/moocow/pdstring/; revision=14525
Diffstat (limited to 'src/any2bytes-help.pd')
-rw-r--r-- | src/any2bytes-help.pd | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/src/any2bytes-help.pd b/src/any2bytes-help.pd index ef0ce17..9a67b2c 100644 --- a/src/any2bytes-help.pd +++ b/src/any2bytes-help.pd @@ -1,4 +1,4 @@ -#N canvas 90 20 636 478 10; +#N canvas 0 26 636 478 10; #X msg 109 197 0; #X msg 77 197 -1; #X text 19 47 INLETS:; @@ -15,7 +15,7 @@ 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 320 398 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") @@ -31,6 +31,18 @@ For backwards compatibility \, the default EOS character is 0 (zero). #X text 263 63 1 - lists of byte-valued floats; #X text 49 5 any2bytes : convert pd messages to a list of byte values ; +#N canvas 260 141 494 344 META 0; +#X text 12 145 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 45 DESCRIPTION convert pd messages to a list of byte values +; +#X text 12 65 INLET_0 anything; +#X text 12 85 INLET_1 float; +#X text 12 105 OUTLET_0 list; +#X text 12 125 AUTHOR Bryan Jurish <moocow@ling.uni-potsdam.de>; +#X text 12 5 KEYWORDS control conversion symbol_op; +#X restore 583 456 pd META; #X connect 0 0 19 1; #X connect 1 0 19 1; #X connect 5 0 19 0; |