list-drip2-help.pd 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. #N canvas 0 26 588 432 10;
  2. #X obj 146 235 list-drip2;
  3. #X text 72 58 Drips two lists in sync \, as long as the first list
  4. lasts.;
  5. #X text 42 25 list-drip2;
  6. #X msg 213 208 a b c d;
  7. #X obj 213 258 bng 15 250 50 0 empty empty End_of_1st_list 17 7 1 10
  8. -262144 -1 -1;
  9. #X obj 179 306 print 2nd;
  10. #X obj 146 334 print 1st;
  11. #X msg 146 122 1 2 3 4;
  12. #X msg 146 100 1 2 3;
  13. #X msg 146 145 1 2 3 4 5;
  14. #X obj 146 199 t a b;
  15. #N canvas 436 26 494 396 META 0;
  16. #X text 12 5 KEYWORDS control list_op;
  17. #X text 12 25 LICENSE SIBSD;
  18. #X text 12 175 AUTHOR Frank Barknecht;
  19. #X text 12 195 HELP_PATCH_AUTHORS Frank Barknecht. "pd meta" information
  20. added by Jonathan Wilkes for Pd version 0.42.;
  21. #X text 12 45 DESCRIPTION drip two lists in sync \, as long as the
  22. first list lasts;
  23. #X text 12 95 INLET_1 anything;
  24. #X text 12 75 INLET_0 anything;
  25. #X text 12 135 OUTLET_1 float symbol;
  26. #X text 12 115 OUTLET_0 float symbol;
  27. #X text 12 155 OUTLET_2 bang;
  28. #X restore 517 397 pd META;
  29. #X connect 0 0 6 0;
  30. #X connect 0 1 5 0;
  31. #X connect 0 2 4 0;
  32. #X connect 3 0 0 1;
  33. #X connect 7 0 10 0;
  34. #X connect 8 0 10 0;
  35. #X connect 9 0 10 0;
  36. #X connect 10 0 0 0;
  37. #X connect 10 1 3 0;