-
Notifications
You must be signed in to change notification settings - Fork 1
/
allhands-pd.pd
63 lines (63 loc) · 2 KB
/
allhands-pd.pd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#N canvas 1689 403 1841 932 12;
#X obj 61 44 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1 1
;
#X obj 61 68 metro 200;
#X obj 61 94 random 100;
#X obj 139 179 loadbang;
#X obj 61 248 netsend -u -b;
#X obj 61 153 list prepend send;
#X obj 61 178 list trim;
#X obj 652 151 oscparse;
#X obj 652 123 netreceive -u -b;
#X obj 652 175 list trim;
#X floatatom 652 226 5 0 0 0 - - -;
#X obj 652 66 loadbang;
#X obj 652 201 route fromServer;
#X text 164 244 <<< the allhands app receives data from your program
on port 7403 \, and then passes it to the server \, which then broadcasts
it to all other connected allhands apps.;
#X msg 139 209 connect localhost 7403;
#X msg 652 97 listen 7404;
#X text 779 124 <<< if someone else in your group sends data to the
server \, it will be broadcast to your allhands app \, which then forwards
it to port 7404 here.;
#X obj 1300 47 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X obj 1300 71 metro 200;
#X obj 1300 97 random 100;
#X obj 1378 182 loadbang;
#X obj 1300 251 netsend -u -b;
#X obj 1300 156 list prepend send;
#X obj 1300 181 list trim;
#X msg 1378 212 connect localhost 7403;
#X text 1403 247 <<<<<<<< If you try to send data without providing
a routing address \, the allhands app will ignore it and report: "error
\, outgoing OSC Message must lead with a routing address";
#X obj 1300 123 oscformat;
#X text 1320 37 What happens when you data to the server without a
routing address;
#X text 83 42 Send data to Server;
#X text 652 42 Receive data from your collaborators;
#X obj 61 120 oscformat /eyetrack/left;
#X connect 0 0 1 0;
#X connect 1 0 2 0;
#X connect 2 0 30 0;
#X connect 3 0 14 0;
#X connect 5 0 6 0;
#X connect 6 0 4 0;
#X connect 7 0 9 0;
#X connect 8 0 7 0;
#X connect 9 0 12 0;
#X connect 11 0 15 0;
#X connect 12 0 10 0;
#X connect 14 0 4 0;
#X connect 15 0 8 0;
#X connect 17 0 18 0;
#X connect 18 0 19 0;
#X connect 19 0 26 0;
#X connect 20 0 24 0;
#X connect 22 0 23 0;
#X connect 23 0 21 0;
#X connect 24 0 21 0;
#X connect 26 0 22 0;
#X connect 30 0 5 0;