take-two-help.pd 743 B

12345678910111213141516171819202122
  1. #N canvas 0 31 578 344 10;
  2. #X obj 68 133 take-two;
  3. #X obj 68 176 print;
  4. #X msg 68 77 1 2 3 4;
  5. #X msg 130 76 list a b c d e f g h;
  6. #X text 146 126 take a list as input and print all combinations of
  7. length two without repetition.;
  8. #N canvas 520 226 494 396 META 0;
  9. #X text 12 25 LICENSE SIBSD;
  10. #X text 12 115 AUTHOR Frank Barknecht;
  11. #X text 12 135 HELP_PATCH_AUTHORS Frank Barknecht. "pd meta" information
  12. added by Jonathan Wilkes for Pd version 0.42.;
  13. #X text 12 5 KEYWORDS control list_op;
  14. #X text 12 45 DESCRIPTION take a list as input and print all combinations
  15. of length two without repetition;
  16. #X text 12 75 INLET_0 list;
  17. #X text 12 95 OUTLET_0 list;
  18. #X restore 494 302 pd META;
  19. #X connect 0 0 1 0;
  20. #X connect 2 0 0 0;
  21. #X connect 3 0 0 0;