-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrec.pd
More file actions
executable file
·50 lines (50 loc) · 1.53 KB
/
Copy pathrec.pd
File metadata and controls
executable file
·50 lines (50 loc) · 1.53 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
#N canvas 77 64 1520 1006 10;
#X obj 546 -13117 t b b;
#X obj 573 -13090 f \$0;
#X obj 548 -13435 tosymbol;
#X obj 551 -12777 outlet;
#X obj 551 -12826 r \$0-receive-out;
#X obj 548 -13531 inlet;
#X obj 635 -13458 loadbang;
#N canvas 1181 22 450 300 \$0-receive 0;
#X obj 10 10 r 56734_a_length;
#X obj 10 40 s 1230-receive-out;
#X connect 0 0 1 0;
#X restore 1165 -13128 pd \$0-receive;
#X obj 675 -13290 f \$0;
#X msg 675 -13266 \; pd-\$1-receive clear;
#X obj 635 -13405 fromsymbol;
#X obj 635 -13430 symbol \$1;
#X text 702 -13431 load the first argument as the receive port;
#X msg 547 -12974 \; pd-\$1-receive connect 0 0 1 0;
#X obj 547 -13004 f \$0;
#X msg 573 -13060 \; pd-\$1-receive obj 10 40 s \$1-receive-out;
#X obj 634 -13207 f \$0;
#X msg 606 -13149 \; pd-\$2-receive obj 10 10 r \$1;
#X obj 607 -13231 t a b;
#X obj 604 -13178 list append;
#X obj 548 -13340 t b a b;
#X text 804 -13262 clear the subpatch;
#X text 796 -13148 add the dynamically named "receive" object;
#X text 833 -13054 add a randomly named "send" object;
#X text 747 -12969 connect receive and send in the subpatch;
#X text 666 -12826 receive the value from the randomly named "send"
in the subpatch;
#X connect 0 0 14 0;
#X connect 0 1 1 0;
#X connect 1 0 15 0;
#X connect 2 0 20 0;
#X connect 4 0 3 0;
#X connect 5 0 2 0;
#X connect 6 0 11 0;
#X connect 8 0 9 0;
#X connect 10 0 20 0;
#X connect 11 0 10 0;
#X connect 14 0 13 0;
#X connect 16 0 19 1;
#X connect 18 0 19 0;
#X connect 18 1 16 0;
#X connect 19 0 17 0;
#X connect 20 0 0 0;
#X connect 20 1 18 0;
#X connect 20 2 8 0;