Skip to content

Commit

Permalink
simplified node.set
Browse files Browse the repository at this point in the history
  • Loading branch information
eerne committed Aug 11, 2011
1 parent c4c7db7 commit 7b7b44d
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions pddom.core.pd
Expand Up @@ -166,8 +166,7 @@ clear;
#N canvas 463 27 559 400 node.set 1;
#X obj 24 25 inlet;
#X msg 84 25 1 testosc;
#X obj 24 175 list prepend \$1;
#X obj 24 65 t a a;
#X obj 24 75 list prepend \$1;
#N canvas 112 22 346 392 plugin.write 0;
#X obj 24 25 inlet;
#X obj 24 305 s;
Expand All @@ -190,16 +189,11 @@ clear;
#X connect 7 0 6 0;
#X connect 8 0 9 0;
#X connect 9 0 1 0;
#X restore 242 164 pd plugin.write;
#X msg 24 205 \; pd-\$1.bin.\$2 obj 10 10 \$3 \$1 \$2 \; pd-\$1.bin.\$2
loadbang bang;
#X msg 64 105 node replace \$1 \$2;
#X obj 64 132 s \$1;
#X connect 0 0 3 0;
#X connect 2 0 5 0;
#X connect 3 0 2 0;
#X connect 3 1 6 0;
#X connect 6 0 7 0;
#X restore 272 144 pd plugin.write;
#X msg 24 105 \; \$1 node replace \$2 \$3 \; pd-\$1.bin.\$2 obj 10
10 \$3 \$1 \$2 \; pd-\$1.bin.\$2 loadbang bang;
#X connect 0 0 2 0;
#X connect 2 0 4 0;
#X restore 363 404 pd node.set;
#N canvas 712 26 392 309 prepend-position 0;
#X obj 24 25 inlet;
Expand Down Expand Up @@ -359,7 +353,7 @@ loadbang bang;
#X connect 0 0 1 0;
#X connect 1 0 2 0;
#X restore 113 174 pd connect;
#N canvas 302 22 474 345 subscribe 1;
#N canvas 302 22 474 345 subscribe 0;
#N canvas 778 22 302 497 find.previous 0;
#X obj 24 25 inlet;
#X obj 24 425 outlet;
Expand Down

0 comments on commit 7b7b44d

Please sign in to comment.