list-lastx.pd 715 B

1234567891011121314151617181920212223242526
  1. #N canvas 119 92 810 481 10;
  2. #X obj 153 175 cnv 15 150 80 empty empty empty 20 12 0 14 -233017 -66577
  3. 0;
  4. #X floatatom 370 79 5 0 0 2 change-size - -;
  5. #X obj 326 112 t f b;
  6. #X text 378 110 first reset (b) \, then set new length (f).;
  7. #X text 311 195 Right outlet is responsible to first fill the list
  8. ;
  9. #X text 312 211 Left outlet then only lets the smaller list pass.;
  10. #X obj 180 183 list;
  11. #X obj 326 54 inlet;
  12. #X obj 180 149 inlet;
  13. #X obj 180 302 outlet;
  14. #X obj 180 228 list split \$1;
  15. #X obj 326 78 f \$1;
  16. #X connect 1 0 2 0;
  17. #X connect 2 0 10 1;
  18. #X connect 2 1 6 1;
  19. #X connect 6 0 10 0;
  20. #X connect 7 0 11 0;
  21. #X connect 8 0 6 0;
  22. #X connect 10 0 6 1;
  23. #X connect 10 0 9 0;
  24. #X connect 10 2 6 1;
  25. #X connect 11 0 2 0;