aboutsummaryrefslogtreecommitdiff
path: root/vector+-help.pd
blob: e5d322b06f0381e4e5d088aba2a5f45e4a672a1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#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 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;