artnetout.pd 707 B

12345678910111213141516171819202122232425262728
  1. #N canvas 113 382 477 348 10;
  2. #X obj 170 49 inlet;
  3. #X obj 170 101 route connect disconnect;
  4. #X obj 170 173 list split 1;
  5. #X obj 170 195 list append 6454;
  6. #X obj 170 217 list prepend connect;
  7. #X obj 170 249 list trim;
  8. #X obj 330 202 b;
  9. #X msg 330 224 disconnect;
  10. #X obj 170 287 netsend -u -b;
  11. #X obj 170 313 outlet;
  12. #X obj 32 173 list prepend send;
  13. #X text 19 7 artnetout;
  14. #X text 295 283 (c) 2015 Marian Weger;
  15. #X text 194 12 to be used together with [makeartdmx];
  16. #X connect 0 0 1 0;
  17. #X connect 1 0 2 0;
  18. #X connect 1 1 6 0;
  19. #X connect 1 2 10 0;
  20. #X connect 2 0 3 0;
  21. #X connect 3 0 4 0;
  22. #X connect 4 0 5 0;
  23. #X connect 5 0 8 0;
  24. #X connect 6 0 7 0;
  25. #X connect 7 0 8 0;
  26. #X connect 8 0 9 0;
  27. #X connect 10 0 5 0;