aboutsummaryrefslogtreecommitdiff
path: root/vectorabs-help.pd
diff options
context:
space:
mode:
Diffstat (limited to 'vectorabs-help.pd')
-rw-r--r--vectorabs-help.pd27
1 files changed, 17 insertions, 10 deletions
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;