From 9b656c4195626a6bd0402ff4714f903a4fbe0782 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 25 May 2006 15:07:27 +0000 Subject: fixed showstopper bug, the reset [1( message was misconnected, so it never could reset svn path=/trunk/abstractions/purepd/; revision=5121 --- once.pd | 46 +++++++++++++++++++++++----------------------- 1 file 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; -- cgit v1.2.1