1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- #N canvas 0 31 576 432 10;
- #X text 78 26 list-sect;
- #N canvas 269 263 450 300 sbow 0;
- #X obj 120 85 list prepend set;
- #X obj 120 109 list trim;
- #X obj 120 63 inlet;
- #X obj 120 131 outlet;
- #X connect 0 0 1 0;
- #X connect 1 0 3 0;
- #X connect 2 0 0 0;
- #X restore 114 236 pd sbow;
- #X obj 114 120 t b b;
- #X obj 114 101 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
- -1;
- #X obj 114 196 list-sect;
- #X obj 123 218 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
- -1 -1;
- #X msg 172 167 5 4 foo 3 2;
- #X msg 114 144 1 2 3 4 foo bar 2;
- #X obj 114 318 list-unique;
- #N canvas 269 263 450 300 sbow 0;
- #X obj 120 85 list prepend set;
- #X obj 120 109 list trim;
- #X obj 120 63 inlet;
- #X obj 120 131 outlet;
- #X connect 0 0 1 0;
- #X connect 1 0 3 0;
- #X connect 2 0 0 0;
- #X restore 114 361 pd sbow;
- #X obj 123 343 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
- -1 -1;
- #X msg 114 382;
- #X text 113 49 outputs the elements that are common to both input lists.
- Left inlet determines order and number of items in result. Duplicates
- are kept!;
- #X text 127 292 To remove duplicates use [list-unique];
- #N canvas 506 181 494 396 META 0;
- #X text 12 25 LICENSE SIBSD;
- #X text 12 135 AUTHOR Frank Barknecht;
- #X text 12 155 HELP_PATCH_AUTHORS Frank Barknecht. "pd meta" information
- added by Jonathan Wilkes for Pd version 0.42.;
- #X text 12 45 DESCRIPTION outputs the elements that are common to both
- input lists;
- #X text 12 5 KEYWORDS control list_op;
- #X text 12 75 INLET_0 anything;
- #X text 12 95 INLET_1 anything;
- #X text 12 115 OUTLET_0 list float bang symbol pointer;
- #X restore 514 400 pd META;
- #X msg 114 261;
- #X connect 1 0 15 0;
- #X connect 2 0 7 0;
- #X connect 2 1 6 0;
- #X connect 3 0 2 0;
- #X connect 4 0 1 0;
- #X connect 5 0 1 0;
- #X connect 6 0 4 1;
- #X connect 7 0 4 0;
- #X connect 8 0 9 0;
- #X connect 9 0 11 0;
- #X connect 10 0 9 0;
- #X connect 15 0 8 0;
|