aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-03-10 23:13:23 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-03-10 23:13:23 +0000
commit129e1178be6114e32dd952f4a839c594ae4a4521 (patch)
treef68aea53c8028467b64652c57593e13cdf2135a2
parente34c3a75310acbc35a9a9f3b3b3f2898fad6f3a8 (diff)
fixed execution order bug found while working on Patricia Adler's midterm
svn path=/trunk/externals/mapping/; revision=13203
-rw-r--r--disjoin.pd54
1 files changed, 29 insertions, 25 deletions
diff --git a/disjoin.pd b/disjoin.pd
index c0c25c2..b1e8d33 100644
--- a/disjoin.pd
+++ b/disjoin.pd
@@ -1,24 +1,26 @@
-#N canvas 847 186 573 359 10;
+#N canvas 244 22 578 431 10;
#X obj 176 17 inlet;
-#X obj 176 331 outlet;
-#X obj 219 331 outlet;
-#X obj 219 266 / 1;
-#X msg 391 182 1;
-#X obj 271 17 inlet;
-#X obj 313 17 loadbang;
-#X obj 391 206 -;
-#X obj 219 244 -;
-#X obj 176 242 /;
+#X obj 150 381 outlet;
+#X obj 240 381 outlet;
+#X obj 240 316 / 1;
+#X msg 391 232 1;
+#X obj 250 17 inlet;
+#X obj 292 17 loadbang;
+#X obj 391 256 -;
+#X obj 240 294 -;
+#X obj 150 292 /;
#X obj 176 80 moses;
-#X obj 391 160 trigger bang float;
-#X text 280 66 default to splitting down the middle (0.5);
-#X obj 268 132 purepd/once;
-#X obj 96 131 purepd/once;
-#X obj 276 45 purepd/float_argument \$1 0.5;
-#X obj 96 151 bang;
-#X obj 268 152 bang;
-#X msg 96 172 1;
-#X msg 268 172 0;
+#X obj 391 210 trigger bang float;
+#X text 259 66 default to splitting down the middle (0.5);
+#X obj 288 212 purepd/once;
+#X obj 60 211 purepd/once;
+#X obj 255 45 purepd/float_argument \$1 0.5;
+#X obj 60 231 bang;
+#X obj 288 232 bang;
+#X msg 60 252 1;
+#X msg 288 252 0;
+#X obj 203 121 trigger 0 0 0;
+#X obj 113 121 trigger 0 0 0;
#X connect 0 0 10 0;
#X connect 3 0 2 0;
#X connect 4 0 7 0;
@@ -27,12 +29,8 @@
#X connect 7 0 3 1;
#X connect 8 0 3 0;
#X connect 9 0 1 0;
-#X connect 10 0 9 0;
-#X connect 10 0 13 0;
-#X connect 10 0 14 1;
-#X connect 10 1 8 0;
-#X connect 10 1 13 1;
-#X connect 10 1 14 0;
+#X connect 10 0 21 0;
+#X connect 10 1 20 0;
#X connect 11 0 4 0;
#X connect 11 1 7 1;
#X connect 13 0 17 0;
@@ -45,3 +43,9 @@
#X connect 17 0 19 0;
#X connect 18 0 1 0;
#X connect 19 0 2 0;
+#X connect 20 0 14 0;
+#X connect 20 1 8 0;
+#X connect 20 2 13 1;
+#X connect 21 0 14 1;
+#X connect 21 1 9 0;
+#X connect 21 2 13 0;