osc2send.pd 673 B

12345678910111213141516171819202122232425
  1. #N canvas 212 191 416 534 10;
  2. #X obj 102 392 s;
  3. #X obj 45 324 list;
  4. #X obj 45 346 list trim;
  5. #X obj 32 244 list split 1;
  6. #X text 28 91 osc2send;
  7. #X obj 90 284 t b s;
  8. #X text 27 128 routes them to the corresponding send;
  9. #X text 27 118 takes osc style messages and;
  10. #X text 121 173 example:;
  11. #X text 191 467 (c)2011 Marian Weger;
  12. #X obj 45 368 route bang;
  13. #X obj 32 202 inlet list;
  14. #X text 123 211 --> "1 two 3" is sent to "/bla/blub";
  15. #X text 123 191 inlet: "/bla/blub 1 two 3";
  16. #X connect 1 0 2 0;
  17. #X connect 2 0 10 0;
  18. #X connect 3 0 5 0;
  19. #X connect 3 1 1 1;
  20. #X connect 5 0 1 0;
  21. #X connect 5 1 0 1;
  22. #X connect 10 1 0 0;
  23. #X connect 11 0 3 0;
  24. #X coords 0 534 1 533 85 60 0;