aboutsummaryrefslogtreecommitdiff
path: root/vector0x2f-help.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2012-12-19 08:12:01 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2012-12-19 08:12:01 +0000
commitfc2cb38d3f3baee707e096bde9116dc2967a0814 (patch)
treee03abc7566945f7b949e608fd51922b3b2d67676 /vector0x2f-help.pd
parentd9bbcdfb85af7c5b65eaba9f0a6f59c8dc9ef5f2 (diff)
help-patches for MarkEx's vector ops
svn path=/trunk/externals/markex/; revision=16701
Diffstat (limited to 'vector0x2f-help.pd')
-rw-r--r--vector0x2f-help.pd34
1 files changed, 21 insertions, 13 deletions
diff --git a/vector0x2f-help.pd b/vector0x2f-help.pd
index 7255056..62a4d1a 100644
--- a/vector0x2f-help.pd
+++ b/vector0x2f-help.pd
@@ -1,14 +1,22 @@
-#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 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.;
-#X text 12 105 AUTHOR Mark Danks;
+#N canvas 369 150 450 300 10;
+#N canvas 249 435 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 restore 392 270 pd META;
+#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 divides a vector by a number;
+#X restore 390 271 pd META;
+#X msg 175 86 10;
+#X text 52 248 a "vector" is simply a list of numbers.;
+#X text 27 25 MarkEx vector operation: divide a vector by a factor
+;
+#X obj 64 116 vector/ 42;
+#X msg 64 86 1 42 84;
+#X obj 64 146 print vector/;
+#X connect 1 0 4 1;
+#X connect 4 0 6 0;
+#X connect 5 0 4 0;