aboutsummaryrefslogtreecommitdiff
path: root/help/help-remote.pd
blob: 54a7cafd6775a8c2c6e51fa4be2604bbe0598d98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#N canvas 472 309 456 306 12;
#X text 9 9 remote :: send data to any receive object;
#X obj 32 224 remote;
#X obj 216 222 receive bla;
#X obj 321 222 receive foo;
#X obj 216 250 print bla;
#X obj 321 250 print foo;
#X msg 32 104 bla 17.3 23;
#X msg 76 183 foo 13 \, bla 4;
#X text 148 75 use message: <name> <data>;
#X text 253 91 with data of any type;
#X text 89 26 written by Olaf Matthes <olaf.matthes@gmx.de>;
#X msg 61 147 foo five is 2 more than 3;
#X connect 2 0 4 0;
#X connect 3 0 5 0;
#X connect 6 0 1 0;
#X connect 7 0 1 0;
#X connect 11 0 1 0;