Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tpf-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
TPF
tpf-server
Commits
b3c23645
Commit
b3c23645
authored
7 years ago
by
Roman Haefeli
Browse files
Options
Downloads
Patches
Plain Diff
send some info messages to messages display
parent
5faae0b3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pd-tools/include/tpf-client-link.pd
+28
-14
28 additions, 14 deletions
pd-tools/include/tpf-client-link.pd
pd-tools/tpf-client.pd
+35
-6
35 additions, 6 deletions
pd-tools/tpf-client.pd
with
63 additions
and
20 deletions
pd-tools/include/tpf-client-link.pd
+
28
−
14
View file @
b3c23645
...
...
@@ -70,7 +70,7 @@
#X connect 8 3 12 0;
#X connect 11 0 0 0;
#X restore 16 104 pd get.peer.data;
#N canvas 277 523 937 517 gui.code
1
;
#N canvas 277 523 937 517 gui.code
0
;
#X obj 11 164 s \$0.client.label;
#X msg 11 145 label \$1;
#X obj 11 22 r \$0.peer.name;
...
...
@@ -445,7 +445,7 @@
#X obj 25 157 pack f f;
#X obj 107 157 r \$0.bind.port;
#X obj 25 177 list prepend;
#X obj 25
44
5 s \$0.to.jacktrip;
#X obj 25
57
5 s \$0.to.jacktrip;
#X obj 315 257 s \$0.to.jacktrip;
#X obj 315 131 r \$0.link;
#X obj 315 153 sel 0;
...
...
@@ -461,15 +461,15 @@
#X msg 324 53 outchannels \$1;
#X msg 428 50 queue \$1;
#X obj 324 83 s \$0.to.jacktrip;
#X msg 25
39
4 start;
#X msg 25
52
4 start;
#X msg 496 49 blocksize \$1;
#X obj 25 20 r \$0.udp.link.status;
#X msg 72
39
5 server \$1 \, peerport \$2 \, bindport \$3;
#X msg 72
52
5 server \$1 \, peerport \$2 \, bindport \$3;
#X obj 533 268 s \$0.udp.link.status;
#X obj 533 215 sel 0;
#X msg 533 240 4;
#X obj 25
35
3 t b a;
#X text 67
35
3 peer ip \, peer port \, bind port \, server port;
#X obj 25
48
3 t b a;
#X text 67
48
3 peer ip \, peer port \, bind port \, server port;
#X obj 352 301 r \$0.tx.switch.s;
#X obj 380 324 r \$0.udp.link.status;
#X obj 352 324 f;
...
...
@@ -500,10 +500,16 @@
#X obj 25 72 b;
#X obj 352 347 sel 1 3 4 5 7;
#X obj 25 198 t a a;
#X obj 52 277 print link;
#X obj 95 216 r \$0.linkID;
#X obj 52 236 list append;
#X msg 52 256 ID=\$4 localhost:\$3 => \$1:\$2;
#X obj 95 206 r \$0.linkID;
#X obj 52 226 list append;
#X obj 52 380 s \$1.info;
#X msg 52 276 connecting linkID=\$4 localhost:\$3 => \$1:\$2;
#X obj 52 247 t a a;
#X obj 67 316 list append;
#X msg 67 339 disconnected linkID=\$4 localhost:\$3 => \$1:\$2;
#X obj 170 202 r \$0.udp.link.status;
#X obj 170 250 sel 0 4;
#X obj 170 223 change 0;
#X connect 0 0 12 1;
#X connect 1 0 3 0;
#X connect 2 0 1 1;
...
...
@@ -563,10 +569,18 @@
#X connect 56 3 37 0;
#X connect 56 4 37 0;
#X connect 57 0 27 0;
#X connect 57 1 60 0;
#X connect 59 0 60 1;
#X connect 60 0 61 0;
#X connect 61 0 58 0;
#X connect 57 1 59 0;
#X connect 58 0 59 1;
#X connect 59 0 62 0;
#X connect 61 0 60 0;
#X connect 62 0 61 0;
#X connect 62 1 63 1;
#X connect 63 0 64 0;
#X connect 64 0 60 0;
#X connect 65 0 67 0;
#X connect 66 0 63 0;
#X connect 66 1 63 0;
#X connect 67 0 66 0;
#X restore 16 164 pd jacktrip.start.stop;
#X obj 404 20 cnv 32 70 32 empty \$0.channels.label empty 8 16 0 20
-1 -262144 0;
...
...
This diff is collapsed.
Click to expand it.
pd-tools/tpf-client.pd
+
35
−
6
View file @
b3c23645
...
...
@@ -15,7 +15,7 @@
#X obj 9 299 r \$0.from;
#X obj 9 319 slipdec 16384;
#X obj 9 339 unpackOSC;
#X obj 9 35
9
s \$0.receive;
#X obj 9 3
6
5 s \$0.receive;
#X obj 141 123 s \$0.to;
#X msg 160 100 disconnect;
#X obj 141 17 r \$0.connect;
...
...
@@ -44,6 +44,25 @@
#X msg 141 79 connect \$1 3025;
#X obj 141 58 symbol;
#X obj 196 57 r \$0.host;
#N canvas 0 53 377 257 msgs 0;
#X obj 42 17 r \$0.connection.state;
#X obj 42 38 sel 1 0;
#X obj 118 53 r \$0.host;
#X obj 41 89 symbol;
#X obj 91 92 symbol;
#X obj 45 165 s \$0.info;
#X msg 40 124 connected to '\$1';
#X msg 152 124 disconnected from '\$1';
#X connect 0 0 1 0;
#X connect 1 0 3 0;
#X connect 1 1 4 0;
#X connect 2 0 3 1;
#X connect 2 0 4 1;
#X connect 3 0 6 0;
#X connect 4 0 7 0;
#X connect 6 0 5 0;
#X connect 7 0 5 0;
#X restore 21 419 pd msgs;
#X connect 0 0 2 0;
#X connect 1 0 0 0;
#X connect 2 0 3 0;
...
...
@@ -79,7 +98,7 @@
#X connect 38 0 37 1;
#X restore 8 41 pd communication;
#X obj 189 149 nbx 5 14 -1e+37 1e+37 0 0 \$0.bla \$0.id empty 0 -8
0 10 -262144 -1 -1
5
256;
0 10 -262144 -1 -1
4
256;
#N canvas 358 93 314 294 tpf.initialization 0;
#X obj 17 10 r \$0.id;
#X obj 17 51 b;
...
...
@@ -150,12 +169,22 @@
#X connect 16 0 17 0;
#X connect 17 0 10 0;
#X restore 17 119 pd register/name;
#X obj 17 162 s \$0.registered;
#X obj 17 207 s \$0.registered;
#X obj 174 135 r \$0.name;
#X obj 141 205 s \$0.info;
#X obj 17 140 t b b;
#X obj 141 164 symbol;
#X msg 141 184 registered name '\$1';
#X connect 0 0 2 0;
#X connect 1 0 3 0;
#X connect 2 1 1 0;
#X connect 3 0 4 0;
#X connect 4 0 5 0;
#X connect 4 0 8 0;
#X connect 6 0 9 1;
#X connect 8 0 5 0;
#X connect 8 1 9 0;
#X connect 9 0 10 0;
#X connect 10 0 7 0;
#X restore 8 62 pd tpf.initialization;
#N canvas 235 254 683 613 refresh 0;
#X obj 17 9 r \$0.from.tpf;
...
...
@@ -1471,8 +1500,8 @@ symbol telematic.zhdk.ch \; \$1.channels 2 \; \$1.bitres 16 \; \$1.queue
#X obj 610 20 cnv 15 67 15 empty \$0.queue.label q=4 4 7 0 13 -1 -195568
0;
#X obj 540 19 nbx 6 16 2 26 0 0 \$0.bs.nb \$0.bs.nb.r empty 0 8 0 10
-262144 -1 -1
8
256;
#X obj 537 20 cnv 15 72 15 empty \$0.bs.label bs=12
8
4 7 0 13 -1 -195568
-262144 -1 -1
16
256;
#X obj 537 20 cnv 15 72 15 empty \$0.bs.label bs=
5
12 4 7 0 13 -1 -195568
0;
#X obj 680 38 cnv 24 32 24 empty empty 1 10 13 0 16 -228856 -1 0;
#X obj 715 38 cnv 24 32 24 empty empty 2 10 13 0 16 -228856 -1 0;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment