aboutsummaryrefslogtreecommitdiff
path: root/vector--help.pd
diff options
context:
space:
mode:
Diffstat (limited to 'vector--help.pd')
-rw-r--r--vector--help.pd33
1 files changed, 21 insertions, 12 deletions
diff --git a/vector--help.pd b/vector--help.pd
index 1cfd0ca..2b20f74 100644
--- a/vector--help.pd
+++ b/vector--help.pd
@@ -1,14 +1,23 @@
-#N canvas 1 88 450 300 10;
-#X text 138 59 MarkEx vector operation;
-#X text 133 181 (placeholder help patch);
-#X obj 177 112 vector-;
-#N canvas 460 323 494 344 META 0;
-#X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
-Wilkes for Pd version 0.42.;
-#X text 12 105 AUTHOR Mark Danks;
+#N canvas 4 49 450 300 10;
+#N canvas 246 447 494 344 META 0;
+#X text 12 135 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 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
+Wilkes for Pd version 0.42. \, helppatch by IOhannes m zmölnig;
+#X text 13 76 INLET_0 list;
+#X text 13 116 OUTLET_0 list;
+#X text 13 96 INLET_1 float;
+#X text 12 45 DESCRIPTION subtracts a constant offset from a vector
+;
#X restore 390 271 pd META;
+#X msg 64 86 1 2 3;
+#X msg 175 86 10;
+#X text 27 25 MarkEx vector operation: add a constant offset to a vector
+;
+#X text 52 248 a "vector" is simply a list of numbers.;
+#X obj 64 146 print vector-;
+#X obj 64 116 vector- 42;
+#X connect 1 0 6 0;
+#X connect 2 0 6 1;
+#X connect 6 0 5 0;