list_read-help.pd 538 B

123456789101112131415161718
  1. #N canvas 522 129 436 366 10;
  2. #X text 209 269 (c)2012 Marian Weger;
  3. #X obj 63 237 print;
  4. #X floatatom 63 83 5 0 0 2 index - -;
  5. #X obj 63 165 list_read;
  6. #X obj 114 117 loadbang;
  7. #X msg 114 139 list a b c 1 2 3 x y z 9 8 7;
  8. #X text 74 195 if the indexed element is not existent \, a "bang" will
  9. be sent to the output.;
  10. #X text 17 16 list_read <index init (optional)>;
  11. #X obj 30 83 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
  12. -1;
  13. #X connect 2 0 3 0;
  14. #X connect 3 0 1 0;
  15. #X connect 4 0 5 0;
  16. #X connect 5 0 3 1;
  17. #X connect 8 0 3 0;