diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-03-19 14:49:21 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 14:40:10 +0200 |
commit | 402bc0ba8cb3933ef9e25e3a60f1fe24a801741f (patch) | |
tree | 2f04e7081d5aa2ac924fdce9af93103a1a4a7ceb /oneshot.pd | |
parent | 88900474509e94f2ed7954af65a3bfd18fc27524 (diff) |
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
Diffstat (limited to 'oneshot.pd')
-rw-r--r-- | oneshot.pd | 35 |
1 files changed, 14 insertions, 21 deletions
@@ -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; |