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 --- vector+-help.pd | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) (limited to 'vector+-help.pd') diff --git a/vector+-help.pd b/vector+-help.pd index 334efeb..e5d322b 100644 --- a/vector+-help.pd +++ b/vector+-help.pd @@ -1,14 +1,22 @@ -#N canvas 1 88 450 300 10; -#X obj 177 112 vector+; -#X text 138 59 MarkEx vector operation; -#X text 133 181 (placeholder help patch); -#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 715 331 450 300 10; +#N canvas 753 488 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 12 45 DESCRIPTION adds a constant offset to a vector; +#X text 13 96 INLET_1 float; #X restore 393 265 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 147 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; -- cgit v1.2.1