-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtpf-client.pd
More file actions
93 lines (93 loc) · 2.99 KB
/
tpf-client.pd
File metadata and controls
93 lines (93 loc) · 2.99 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
#N canvas 0 0 843 190 10;
#X declare -lib aoo -path mediasettings -path include;
#X obj 39 38 cnv 24 311 24 empty empty PEERS 5 13 0 16 #dcdcdc #000000
0;
#X obj 353 38 cnv 24 32 24 empty empty RX 5 13 0 16 #dcdcdc #000000
0;
#X obj 4 38 cnv 24 32 24 empty empty TX 5 13 0 16 #dcdcdc #000000 0
;
#X obj 493 38 cnv 24 184 24 empty empty FORMAT 5 13 0 16 #dcdcdc #000000
0;
#X obj 540 9 namecanvas \$0.main.cnv;
#X obj 388 38 cnv 24 102 24 empty empty PARAMS 5 13 0 16 #dcdcdc #000000
0;
#X obj 356 3 hsl 319 32 0 127 0 0 \$0.show.settings empty empty -2
10 0 10 #fcfcfc #000000 #000000 0 1;
#X obj 353 3 cnv 15 324 32 empty \$0.connection.display.r tpf-server.zhdk.ch/public
8 16 0 20 #000000 #fcfcfc 0;
#X obj 42 3 hsl 306 32 0 127 0 0 \$0.show.settings empty empty -2 10
0 10 #fcfcfc #000000 #000000 0 1;
#X obj 39 3 cnv 15 311 32 empty \$0.name.display.r Roman 8 16 0 20
#000000 #fcfcfc 0;
#X obj 678 3 tpf-client-inchannels \$0;
#N canvas -10 474 904 220 \$0.code 0;
#X obj 609 62 tgl 15 0 empty empty empty 17 7 0 10 #fcfcfc #000000
#000000 0 1;
#X obj 297 12 loadbang;
#X obj 691 62 tgl 15 0 empty empty empty 17 7 0 10 #fcfcfc #000000
#000000 0 1;
#X msg 609 122 ---------------------------------;
#X obj 609 143 print -n;
#N canvas 184 692 422 154 META 0;
#X text 11 23 AUTHOR Roman Haefeli <roman.haefeli@zhdk.ch>;
#X text 11 38 AUTHOR Johannes Schütt <johannes.schütt@zhdk.ch>;
#X text 10 55 LICENSE GPL-3;
#X text 10 71 REPO_URL https://github.com/zhdk/tpf-client;
#X text 10 7 VERSION 2.0.0;
#X restore 820 10 pd META;
#X text 603 11 PRINT DEBUG MESSAGES;
#X text 603 24 ====================;
#N canvas 0 106 412 168 from/to 0;
#X obj 21 83 spigot;
#X obj 120 80 spigot;
#X obj 174 52 inlet;
#X obj 21 17 r \$0.oscrecv;
#X obj 120 20 r \$0.oscsend;
#X obj 120 109 print OSC.SEND;
#X obj 21 112 print OSC.RECV;
#X connect 0 0 6 0;
#X connect 1 0 5 0;
#X connect 2 0 1 1;
#X connect 2 0 0 1;
#X connect 3 0 0 0;
#X connect 4 0 1 0;
#X restore 609 87 pd from/to;
#N canvas 0 106 436 166 send/receive 0;
#X obj 5 24 r \$0.send;
#X obj 5 95 print SEND;
#X obj 84 24 r \$0.receive;
#X obj 84 95 print RECEIVE;
#X obj 5 75 spigot;
#X obj 84 75 spigot;
#X obj 188 35 inlet;
#X connect 0 0 4 0;
#X connect 2 0 5 0;
#X connect 4 0 1 0;
#X connect 5 0 3 0;
#X connect 6 0 5 1;
#X connect 6 0 4 1;
#X restore 691 87 pd send/receive;
#N canvas 0 106 450 300 intercom 0;
#X obj 11 25 r \$0.intercom;
#X obj 11 88 print INTERCOM;
#X obj 11 58 spigot;
#X obj 123 33 inlet;
#X connect 0 0 2 0;
#X connect 2 0 1 0;
#X connect 3 0 2 1;
#X restore 801 87 pd intercom;
#X obj 801 62 tgl 15 0 empty empty empty 17 7 0 10 #fcfcfc #000000
#000000 0 1;
#X obj 16 78 tpf-client-guts \$0;
#X obj 16 56 declare -lib aoo -path mediasettings -path include;
#X obj 297 35 s \$0.init;
#X text 353 11 loadbang from main patch fires last;
#X connect 0 0 8 0;
#X connect 1 0 14 0;
#X connect 2 0 9 0;
#X connect 3 0 4 0;
#X connect 11 0 10 0;
#X coords 0 -1 1 1 10 10 2 20 20;
#X restore 4 3 pd \$0.code;
#X obj 4 3 tpf-client-button32x32 \$0.connect.switch \$0.connect.switch.r
;