From 3a4e33150898d82698feae7764d22f9a65021703 Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Mon, 14 Aug 2017 19:22:44 -0400 Subject: [PATCH] add missing help files for aliases (don't think they are used, but they are required by the Makefile) --- externals/markex/v0x2a-help.pd | 22 ++++++++++++++++++++++ externals/markex/v0x2f-help.pd | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 externals/markex/v0x2a-help.pd create mode 100644 externals/markex/v0x2f-help.pd diff --git a/externals/markex/v0x2a-help.pd b/externals/markex/v0x2a-help.pd new file mode 100644 index 000000000..c5b70cbf7 --- /dev/null +++ b/externals/markex/v0x2a-help.pd @@ -0,0 +1,22 @@ +#N canvas 382 194 450 300 10; +#N canvas 247 443 494 344 META 0; +#X text 12 135 AUTHOR Mark Danks; +#X text 12 25 LICENSE GPL v2; +#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 multiplies a vector by a number; +#X restore 390 271 pd META; +#X msg 64 86 1 2 3; +#X msg 175 86 10; +#X text 52 248 a "vector" is simply a list of numbers.; +#X text 27 25 MarkEx vector operation: multiply a vector by a factor +; +#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; diff --git a/externals/markex/v0x2f-help.pd b/externals/markex/v0x2f-help.pd new file mode 100644 index 000000000..62a4d1a3d --- /dev/null +++ b/externals/markex/v0x2f-help.pd @@ -0,0 +1,22 @@ +#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 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; -- GitLab