From 402bc0ba8cb3933ef9e25e3a60f1fe24a801741f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Sun, 19 Mar 2006 14:49:21 +0000 Subject: added [once], a better version of [oneshot]; made [oneshot] behave properly (e.g. compatible to Gem), and based on [once]; removed [loadbang] dependency in [alternate]&[clip], which made them not-so-usable in generative patches svn path=/trunk/abstractions/purepd/; revision=4742 --- oneshot.pd | 35 ++++++++++++++--------------------- 1 file changed, 14 insertions(+), 21 deletions(-) (limited to 'oneshot.pd') diff --git a/oneshot.pd b/oneshot.pd index e87e8ca..cf48dd3 100644 --- a/oneshot.pd +++ b/oneshot.pd @@ -1,23 +1,16 @@ -#N canvas 108 421 470 320 10; -#X msg 228 125 1; -#X obj 150 20 inlet; -#X obj 259 256 outlet; +#N canvas 233 201 674 542 10; +#X obj 149 40 inlet; +#X obj 221 176 outlet; #X text 10 7 [oneshot]; -#X text 309 255 bang; -#X obj 228 99 t b b; -#X msg 149 125 0; -#X text 85 105 reset; +#X text 249 98 reset; #X obj 149 75 route clear; -#X obj 149 102 bang; -#X obj 259 206 select 0; -#X obj 259 184 float 0; -#X connect 0 0 11 1; -#X connect 1 0 8 0; -#X connect 5 0 0 0; -#X connect 5 1 11 0; -#X connect 6 0 11 1; -#X connect 8 0 9 0; -#X connect 8 1 5 0; -#X connect 9 0 6 0; -#X connect 10 0 2 0; -#X connect 11 0 10 0; +#X text 271 175 whatever; +#X text 40 215 (c) 2006 IOhannes m zmoelnig \, licensed under GnuGPL +v2.0; +#X text 44 238 original abstraction (c) 2005 Hans Christoph Steiner +; +#X obj 221 113 once; +#X connect 0 0 4 0; +#X connect 4 0 8 1; +#X connect 4 1 8 0; +#X connect 8 0 1 0; -- cgit v1.2.1