aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrille Henry <nusmuk@users.sourceforge.net>2013-03-05 22:31:12 +0000
committerCyrille Henry <nusmuk@users.sourceforge.net>2013-03-05 22:31:12 +0000
commit706438abeae50173e191ae888c60fc8285ac8cfd (patch)
tree46bcc4b405bafba5a332b6fa063e0a281a121a3b
parenteecc67b519fff80279c7836eaaba9a303f11907c (diff)
remove bus : list grow when bus is not pulled
svn path=/trunk/externals/nusmuk/; revision=17059
-rw-r--r--lightboard/abs_light/get_bus.pd25
1 files changed, 18 insertions, 7 deletions
diff --git a/lightboard/abs_light/get_bus.pd b/lightboard/abs_light/get_bus.pd
index 4db6d6e..ab55284 100644
--- a/lightboard/abs_light/get_bus.pd
+++ b/lightboard/abs_light/get_bus.pd
@@ -1,25 +1,36 @@
-#N canvas 173 148 504 358 10;
-#X obj 84 168 list prepend;
-#X obj 84 195 list;
-#X obj 61 221 list;
+#N canvas 1089 367 504 358 10;
+#X obj 84 208 list prepend;
+#X obj 84 235 list;
+#X obj 61 261 list;
#X msg 203 141 list;
-#X obj 62 274 outlet;
-#X obj 61 248 list_max;
+#X obj 62 314 outlet;
+#X obj 61 288 list_max;
#X obj 84 108 s \$1-bang;
#X obj 84 142 r \$1-bus;
#X obj 61 32 inlet;
#X obj 61 76 t b b b b;
#X msg 154 136 list;
+#X obj 84 166 spigot;
+#X text 194 265 a faire proprement le call : ne doit etre fait qu'une
+fois \, et pas pour chaques abstraction \, pour eviter d'avoir autant
+d'argument que d'bstraction.;
+#X msg 229 101 1;
+#X msg 195 98 0;
#X connect 0 0 1 0;
#X connect 1 0 0 1;
#X connect 1 0 2 1;
#X connect 2 0 5 0;
#X connect 3 0 0 1;
#X connect 5 0 4 0;
-#X connect 7 0 0 0;
+#X connect 7 0 11 0;
#X connect 8 0 9 0;
#X connect 9 0 2 0;
+#X connect 9 0 14 0;
#X connect 9 1 6 0;
#X connect 9 2 10 0;
+#X connect 9 2 13 0;
#X connect 9 3 3 0;
#X connect 10 0 0 0;
+#X connect 11 0 0 0;
+#X connect 13 0 11 1;
+#X connect 14 0 11 1;