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
|
#N canvas 451 84 558 505 10;
#X obj -1 468 cnv 15 552 21 empty empty empty 20 12 0 14 -233017 -33289
0;
#X obj 1 259 cnv 3 550 3 empty empty inlets 8 12 0 13 -228856 -1 0
;
#N canvas 720 353 424 317 META 0;
#X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 145 AUTHOR Johannes Taelman (johannes.taelman@rug.ac.be)
;
#X text 12 5 KEYWORDS control list_op;
#X text 12 45 DESCRIPTION clip each element in a vector;
#X text 12 65 INLET_0 list float;
#X text 12 85 INLET_1 float;
#X text 12 105 INLET_2 float;
#X text 12 125 OUTLET_0 list float;
#X restore 499 470 pd META;
#X obj 0 366 cnv 3 550 3 empty empty outlets 8 12 0 13 -228856 -1 0
;
#X obj 0 428 cnv 3 550 3 empty empty arguments 8 12 0 13 -228856 -1
0;
#N canvas 118 493 428 85 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 195 471 pd Related_objects;
#X obj 0 0 cnv 15 552 40 empty empty vclip 3 12 0 18 -204280 -1 0;
#X obj 79 272 cnv 17 3 35 empty empty 0 5 9 0 16 -228856 -162280 0
;
#X text 99 270 float;
#X text 174 271 - input value;
#X text 99 294 list;
#X text 174 295 - list of input values;
#X obj 79 380 cnv 17 3 35 empty empty 0 5 9 0 16 -228856 -162280 0
;
#X text 99 378 float;
#X text 99 402 list;
#X text 174 379 - output value;
#X text 174 403 - list of output values;
#X obj 83 226 print;
#X msg 83 61 -4 -3 -2 -1 0 1 2 3 4;
#X floatatom 129 90 5 0 0 0 - - -, f 5;
#X floatatom 176 90 5 0 0 0 - - -, f 5;
#X obj 83 152 smlib/vclip -1 1;
#X obj 508 5 vclip;
#X text 11 23 clips each element in a vector, f 71;
#X obj 79 315 cnv 17 3 17 empty empty 1 5 9 0 16 -228856 -162280 0
;
#X obj 79 340 cnv 17 3 17 empty empty 2 5 9 0 16 -228856 -162280 0
;
#X text 99 316 float;
#X text 100 340 float;
#X text 79 448 default values for lower bound and upper bound;
#X text 174 317 - lower bound;
#X text 174 341 - upper bound;
#X msg 499 492;
#X msg 52 90 42;
#X connect 18 0 21 0;
#X connect 19 0 21 1;
#X connect 20 0 21 2;
#X connect 21 0 17 0;
#X connect 32 0 21 0;
|