Skip to content

Commit

Permalink
move [declare]s from chat.pd to main.pd
Browse files Browse the repository at this point in the history
  • Loading branch information
reduzent committed Jan 24, 2022
1 parent 283304b commit 7447c16
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 28 deletions.
48 changes: 22 additions & 26 deletions includes/chat.pd
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#N canvas -10 26 493 562 10;
#X declare -path osc -path iemnet -path slip -path iemlib -lib iemlib
;
#N canvas 31 555 172 320 chat 0;
#N canvas 331 376 444 295 connection 0;
#X msg 143 175 disconnect;
Expand Down Expand Up @@ -1449,8 +1447,8 @@ empty 17 7 0 10 #fcfcfc #000000 #000000 0 1;
#X connect 19 0 21 0;
#X connect 21 0 15 0;
#X restore 12 444 pd status;
#N canvas 426 130 395 496 INIT 0;
#X msg 47 217 \; pd dsp 1;
#N canvas 426 130 386 466 INIT 0;
#X msg 47 177 \; pd dsp 1;
#N canvas 120 274 181 227 netpd-loadbang 0;
#X obj 8 8 loadbang;
#X msg 8 28 10;
Expand All @@ -1468,23 +1466,23 @@ empty 17 7 0 10 #fcfcfc #000000 #000000 0 1;
#X connect 4 0 5 0;
#X connect 5 0 6 0;
#X connect 6 0 7 0;
#X restore 9 48 pd netpd-loadbang;
#X text 130 50 - ordered loadbang;
#X text 111 224 - start DSP;
#X obj 2 348 s \$0-toall;
#X msg 2 326 label empty;
#X text 5 286 click before saving;
#X obj 2 305 r \$0.before.saving;
#X obj 8 73 loadbang;
#X obj 47 196 sel 1;
#X obj 47 145 netpd-pref-get pd-start-dsp;
#X msg 23 124 1;
#X obj 8 93 t b b b;
#X obj 8 145 f 0;
#X obj 8 165 sel 0;
#X msg 8 185 1;
#X text 134 250 set to 1 when not defined;
#X obj 8 250 s \$0.pd-start-dsp.r;
#X restore 9 8 pd netpd-loadbang;
#X text 130 10 - ordered loadbang;
#X text 111 184 - start DSP;
#X obj 2 308 s \$0-toall;
#X msg 2 286 label empty;
#X text 5 246 click before saving;
#X obj 2 265 r \$0.before.saving;
#X obj 8 33 loadbang;
#X obj 47 156 sel 1;
#X obj 47 105 netpd-pref-get pd-start-dsp;
#X msg 23 84 1;
#X obj 8 53 t b b b;
#X obj 8 105 f 0;
#X obj 8 125 sel 0;
#X msg 8 145 1;
#X text 134 210 set to 1 when not defined;
#X obj 8 210 s \$0.pd-start-dsp.r;
#N canvas 0 106 492 403 check.instruments.path 0;
#X obj 14 63 netpd-pref-get netpd-instruments-path;
#X msg 33 112 symbol \$1/abs;
Expand Down Expand Up @@ -1521,7 +1519,7 @@ in preferences.;
#X connect 13 0 7 0;
#X connect 14 0 11 0;
#X connect 14 1 0 0;
#X restore 5 385 pd check.instruments.path;
#X restore 5 345 pd check.instruments.path;
#N canvas 594 381 469 317 check.samplerate 0;
#X obj 27 36 loadbang;
#X obj 27 91 samplerate~;
Expand All @@ -1542,15 +1540,13 @@ live audio from being shared with peers.;
#X connect 7 0 6 0;
#X connect 7 1 4 0;
#X connect 8 0 1 0;
#X restore 5 408 pd check.samplerate;
#X obj 9 7 declare -path osc -path iemnet -path slip -path iemlib -lib
iemlib;
#X restore 5 368 pd check.samplerate;
#N canvas 0 0 392 136 check.dependencies 0;
#X obj 16 18 netpd-check-external slip slipdec-help.pd;
#X obj 16 38 netpd-check-external iemnet tcpclient-help.pd;
#X obj 16 58 netpd-check-external osc routeOSC-help.pd;
#X obj 16 78 netpd-check-external iemlib lp4_cheb~.pd;
#X restore 5 431 pd check.dependencies;
#X restore 5 391 pd check.dependencies;
#X connect 5 0 4 0;
#X connect 7 0 5 0;
#X connect 8 0 12 0;
Expand Down
6 changes: 4 additions & 2 deletions main.pd
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#N canvas 0 0 394 334 10;
#X declare -path . -path ./includes;
#X obj 42 131 declare -path . -path ./includes;
#X declare -path . -path includes -path osc -path iemnet -path slip
-path iemlib -lib iemlib;
#X obj 4 131 declare -path . -path includes -path osc -path iemnet
-path slip -path iemlib -lib iemlib;
#X obj 4 4 chat;

0 comments on commit 7447c16

Please sign in to comment.