osc2send.pd 825 B

12345678910111213141516171819202122232425262728293031
  1. #N canvas 212 191 416 534 10;
  2. #X obj 149 400 s;
  3. #X obj 95 338 list;
  4. #X obj 95 360 list trim;
  5. #X obj 95 248 list split 1;
  6. #X obj 32 202 inlet;
  7. #X text 28 91 osc2send;
  8. #X obj 137 288 t b s;
  9. #X obj 32 224 route float;
  10. #X text 27 128 routes them to the corresponding send;
  11. #X text 27 118 takes osc style messages and;
  12. #X text 121 173 example:;
  13. #X text 123 191 inlet: "/bla/blub 1 2 3";
  14. #X text 123 211 --> "1 2 3" is sent to "/bla/blub";
  15. #X msg 32 431 WARNING: need list but got float;
  16. #X obj 32 453 print osc2send;
  17. #X obj 32 246 t b;
  18. #X text 178 461 (c)2011 Marian Weger;
  19. #X connect 1 0 2 0;
  20. #X connect 2 0 0 0;
  21. #X connect 3 0 6 0;
  22. #X connect 3 1 1 1;
  23. #X connect 4 0 7 0;
  24. #X connect 6 0 1 0;
  25. #X connect 6 1 0 1;
  26. #X connect 7 0 15 0;
  27. #X connect 7 1 3 0;
  28. #X connect 13 0 14 0;
  29. #X connect 15 0 13 0;
  30. #X coords 0 534 1 533 85 60 0;