aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-05-25 15:07:27 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 14:40:10 +0200
commit9b656c4195626a6bd0402ff4714f903a4fbe0782 (patch)
tree6e1860e780e8078c2ada56add67067e13ebb11ec
parentd2301b69e6e4bb684ccc3c01d21aa7bfc3547f94 (diff)
fixed showstopper bug, the reset [1( message was misconnected, so it never could reset
svn path=/trunk/abstractions/purepd/; revision=5121
-rw-r--r--once.pd46
1 files changed, 23 insertions, 23 deletions
diff --git a/once.pd b/once.pd
index 47c43a7..476eef1 100644
--- a/once.pd
+++ b/once.pd
@@ -1,25 +1,25 @@
-#N canvas 572 249 674 372 10;
-#X obj 228 70 inlet;
-#X obj 228 246 outlet;
-#X obj 427 71 bang;
-#X msg 427 90 1;
-#X obj 228 99 t a b;
-#X obj 228 171 spigot;
-#X obj 265 149 i 1;
-#X obj 228 197 t a b;
-#X msg 281 127 0;
-#X text 40 295 (c) 2006 IOhannes m zmoelnig \, licensed under GnuGPL
+#N canvas 353 206 431 322 10;
+#X obj 58 65 inlet;
+#X obj 58 251 outlet;
+#X obj 262 73 bang;
+#X msg 262 92 1;
+#X obj 58 176 spigot;
+#X msg 230 93 0;
+#X text 13 289 (c) 2006 IOhannes m zmoelnig \, licensed under GnuGPL
v2.0;
-#X obj 427 51 inlet reset;
-#X text 218 17 [once]: better than [oneshot];
-#X connect 0 0 4 0;
+#X obj 262 53 inlet reset;
+#X text 48 12 [once]: better than [oneshot];
+#X obj 200 133 int 1;
+#X obj 58 94 trigger anything bang;
+#X obj 58 202 trigger anything bang;
+#X connect 0 0 10 0;
#X connect 2 0 3 0;
-#X connect 3 0 8 0;
-#X connect 4 0 5 0;
-#X connect 4 1 6 0;
-#X connect 5 0 7 0;
-#X connect 6 0 5 1;
-#X connect 7 0 1 0;
-#X connect 7 1 8 0;
-#X connect 8 0 6 1;
-#X connect 10 0 2 0;
+#X connect 3 0 9 1;
+#X connect 4 0 11 0;
+#X connect 5 0 9 1;
+#X connect 7 0 2 0;
+#X connect 9 0 4 1;
+#X connect 10 0 4 0;
+#X connect 10 1 9 0;
+#X connect 11 0 1 0;
+#X connect 11 1 5 0;