anyonce-help.pd 496 B

12345678910111213141516171819
  1. #N canvas 197 145 566 427 10;
  2. #X text 78 326 (c)2013 Marian Weger;
  3. #X text 42 55 anyonce <name>;
  4. #X obj 137 189 anyonce \$0-a;
  5. #X floatatom 47 124 5 0 0 0 - - -;
  6. #X obj 47 211 print A;
  7. #X obj 137 211 print B;
  8. #X obj 227 189 anyonce \$0-a;
  9. #X obj 227 211 print C;
  10. #X obj 47 189 anyonce \$0-a;
  11. #X text 51 253 Only one of the instances with the same name will pass
  12. the message.;
  13. #X connect 2 0 5 0;
  14. #X connect 3 0 2 0;
  15. #X connect 3 0 6 0;
  16. #X connect 3 0 8 0;
  17. #X connect 6 0 7 0;
  18. #X connect 8 0 4 0;