From fc2cb38d3f3baee707e096bde9116dc2967a0814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 19 Dec 2012 08:12:01 +0000 Subject: help-patches for MarkEx's vector ops svn path=/trunk/externals/markex/; revision=16701 --- vectorabs-help.pd | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) (limited to 'vectorabs-help.pd') diff --git a/vectorabs-help.pd b/vectorabs-help.pd index cee0494..c8d5807 100644 --- a/vectorabs-help.pd +++ b/vectorabs-help.pd @@ -1,14 +1,21 @@ -#N canvas 1 88 450 300 10; -#X text 138 59 MarkEx vector operation; -#X text 133 181 (placeholder help patch); +#N canvas 195 107 506 300 10; #X obj 177 112 vectorabs; -#N canvas 459 294 494 344 META 0; -#X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan -Wilkes for Pd version 0.42.; +#N canvas 464 274 494 344 META 0; #X text 12 105 AUTHOR Mark Danks; #X text 12 25 LICENSE GPL v2; -#X text 12 45 DESCRIPTION; -#X text 12 85 OUTLET_0; -#X text 12 65 INLET_0; -#X text 12 5 KEYWORDS control; +#X text 12 5 KEYWORDS control vector; +#X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan +Wilkes for Pd version 0.42. \, helppatch by IOhannes m zmölnig; +#X text 12 65 INLET_0 list; +#X text 12 85 OUTLET_0 list; +#X text 13 45 DESCRIPTION elementwise absolute value of a vector; #X restore 394 268 pd META; +#X text 45 42 MarkEx vector operation: absolute values for each element +of vector; +#X obj 177 144 print vectorabs; +#X msg 177 86 1 -2 3 -4 -0.5; +#X text 51 186 [vectorabs] returns a new vector \, where all the elements +of the input vector are replaced by their absolute value.; +#X text 52 248 a "vector" is simply a list of numbers.; +#X connect 0 0 3 0; +#X connect 4 0 0 0; -- cgit v1.2.1