12345678910111213141516171819202122232425 |
- #N canvas 212 191 416 534 10;
- #X obj 102 392 s;
- #X obj 45 324 list;
- #X obj 45 346 list trim;
- #X obj 32 244 list split 1;
- #X text 28 91 osc2send;
- #X obj 90 284 t b s;
- #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 191 467 (c)2011 Marian Weger;
- #X obj 45 368 route bang;
- #X obj 32 202 inlet list;
- #X text 123 211 --> "1 two 3" is sent to "/bla/blub";
- #X text 123 191 inlet: "/bla/blub 1 two 3";
- #X connect 1 0 2 0;
- #X connect 2 0 10 0;
- #X connect 3 0 5 0;
- #X connect 3 1 1 1;
- #X connect 5 0 1 0;
- #X connect 5 1 0 1;
- #X connect 10 1 0 0;
- #X connect 11 0 3 0;
- #X coords 0 534 1 533 85 60 0;
|