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