summaryrefslogtreecommitdiff
path: root/help/multi-help.pd
blob: 24f30a8299d5160d8414f2f279cf16224181af2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
#N canvas 487 82 557 515 10;
#X obj 0 0 cnv 15 552 40 empty empty multi 3 12 0 18 -204280 -1 0;
#X obj 0 264 cnv 3 550 3 empty empty inlets 8 12 0 13 -228856 -1 0
;
#X obj 0 379 cnv 3 550 3 empty empty outlets 8 12 0 13 -228856 -1 0
;
#X obj 0 419 cnv 3 550 3 empty empty arguments 8 12 0 13 -228856 -1
0;
#X obj 79 390 cnv 17 3 17 empty empty 0 5 9 0 16 -228856 -162280 0
;
#X obj 79 277 cnv 17 3 25 empty empty 0 5 9 0 16 -228856 -162280 0
;
#X obj 0 519 cnv 15 552 21 empty empty empty 20 12 0 14 -233017 -33289
0;
#N canvas 238 349 428 75 Related_objects 0;
#X obj 0 0 cnv 15 425 20 empty empty empty 3 12 0 14 -204280 -1 0;
#X text 6 1 Related Objects;
#X restore 206 521 pd Related_objects;
#N canvas 495 584 379 261 META 0;
#X text 12 202 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42. Updated by Fred Jan Kraan 2016-02.;
#X text 12 167 AUTHOR Olaf Matthes;
#X text 12 25 LICENSE GPL v2;
#X text 12 5 KEYWORDS control;
#X text 12 85 INLET_0 bang float;
#X text 12 105 INLET_1 float;
#X text 12 145 OUTLET_0 float;
#X text 12 125 INLET_N float;
#X text 12 45 DESCRIPTION like [*] but calculates result when leftmost
or second inlet is changed;
#X text 12 185 MAINTAINER Fred Jan Kraan <fjkraan@xs4all.nl>;
#X restore 502 523 pd META;
#X obj 0 461 cnv 3 550 3 empty empty more_info 8 12 0 13 -228856 -1
0;
#X text 107 390 list;
#X text 162 297 - list to be matched against argument list;
#X floatatom 99 228 5 0 0 0 - - -, f 5;
#X floatatom 99 67 5 0 0 0 - - -, f 5;
#X floatatom 151 67 5 0 0 0 - - -, f 5;
#X msg 62 65 bang;
#X floatatom 204 67 5 0 0 0 - - -, f 5;
#X text 107 276 bang;
#X text 162 276 - calculate and output result now;
#X text 107 297 float;
#X obj 78 320 cnv 17 3 17 empty empty 1 5 9 0 16 -228856 -162280 0
;
#X obj 78 348 cnv 17 3 17 empty empty n 5 9 0 16 -228856 -162280 0
;
#X text 107 321 float;
#X text 107 347 float;
#X text 85 438 initial values for inlets. Also defines the number of
inlets., f 61;
#X text 85 482 a maximum of 32 arguments is allowed;
#X text 87 496 this can be changed in the source !;
#X obj 505 4 multi;
#X text 7 23 like '*' but calculates result when leftmost or second
inlet is changed, f 76;
#X obj 99 154 maxlib/multi 8 6 2;
#X text 161 390 - the result of all multiplications: <inlet0> * <inlet1>
* <inlet2 ... * <inletn>;
#X text 162 321 - first multiplied inlet value. Is a hot inlet;
#X text 162 347 - other multiplied values.;
#X connect 13 0 29 0;
#X connect 14 0 29 1;
#X connect 15 0 29 0;
#X connect 16 0 29 2;
#X connect 29 0 12 0;