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 /once.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 'once.pd')
-rw-r--r-- | once.pd | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -0,0 +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 +v2.0; +#X obj 427 51 inlet reset; +#X text 218 17 [once]: better than [oneshot]; +#X connect 0 0 4 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; |