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