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 489 81 557 515 10;
#X obj 0 0 cnv 15 552 40 empty empty minus 3 12 0 18 -204280 -1 0;
#X obj 0 295 cnv 3 550 3 empty empty inlets 8 12 0 13 -228856 -1 0
;
#X obj 0 410 cnv 3 550 3 empty empty outlets 8 12 0 13 -228856 -1 0
;
#X obj 0 450 cnv 3 550 3 empty empty arguments 8 12 0 13 -228856 -1
0;
#X obj 79 421 cnv 17 3 17 empty empty 0 5 9 0 16 -228856 -162280 0
;
#X obj 79 308 cnv 17 3 25 empty empty 0 5 9 0 16 -228856 -162280 0
;
#X obj 0 550 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 552 pd Related_objects;
#N canvas 497 583 379 261 META 0;
#X text 12 167 AUTHOR Olaf Matthes;
#X text 12 25 LICENSE GPL v2;
#X text 12 5 KEYWORDS control;
#X text 12 45 DESCRIPTION like [-] but calculates result when leftmost
or second inlet is changed;
#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 204 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 186 MAINTAINER Fred Jan Kraan <fjkraan@xs4all.nl>;
#X restore 502 554 pd META;
#X obj 0 492 cnv 3 550 3 empty empty more_info 8 12 0 13 -228856 -1
0;
#X text 107 421 list;
#X text 162 328 - list to be matched against argument list;
#X text 7 23 like '-' but calculates result when leftmost or second
inlet is changed, f 76;
#X obj 505 4 minus;
#X floatatom 99 242 5 0 0 0 - - -, f 5;
#X floatatom 99 81 5 0 0 0 - - -, f 5;
#X floatatom 151 81 5 0 0 0 - - -, f 5;
#X msg 62 79 bang;
#X floatatom 204 81 5 0 0 0 - - -, f 5;
#X text 107 307 bang;
#X text 162 307 - calculate and output result now;
#X text 107 328 float;
#X obj 78 351 cnv 17 3 17 empty empty 1 5 9 0 16 -228856 -162280 0
;
#X obj 78 379 cnv 17 3 17 empty empty n 5 9 0 16 -228856 -162280 0
;
#X text 107 352 float;
#X text 107 378 float;
#X obj 99 168 maxlib/minus 8 6 4;
#X text 85 469 initial values for inlets. Also defines the number of
inlets., f 61;
#X text 162 352 - first subtracted inlet value. Is a hot inlet;
#X text 162 378 - other subtracted values.;
#X text 161 421 - the result of all subtractions: <inlet0> - <inlet1>
- <inlet2 ... - <inletn>;
#X text 85 513 a maximum of 32 arguments is allowed;
#X text 87 527 this can be changed in the source !;
#X connect 15 0 26 0;
#X connect 16 0 26 1;
#X connect 17 0 26 0;
#X connect 18 0 26 2;
#X connect 26 0 14 0;
|