diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-05-18 21:33:33 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-05-18 21:33:33 +0000 |
commit | 577ac6e80ff4f436fbd054291ed7dddbc31bd49a (patch) | |
tree | 6ec69b216dda68d7de38a5eba1851b9d4f1431e6 /iemabs/once.pd |
This commit was generated by cvs2svn to compensate for changes in r1738,svn2git-root
which included commits to RCS files with non-trunk default branches.
svn path=/trunk/externals/iemlib/; revision=1739
Diffstat (limited to 'iemabs/once.pd')
-rw-r--r-- | iemabs/once.pd | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/iemabs/once.pd b/iemabs/once.pd new file mode 100644 index 0000000..408a609 --- /dev/null +++ b/iemabs/once.pd @@ -0,0 +1,43 @@ +#N canvas 234 143 386 418 10; +#X obj 89 162 spigot; +#X obj 34 59 inlet; +#X obj 89 111 t a b; +#X obj 126 140 f 1; +#X obj 89 194 t a b; +#X obj 119 216 f 0; +#X obj 89 247 outlet; +#X obj 207 56 inlet; +#X obj 207 79 bang; +#X obj 207 102 f 1; +#X text 22 336 (c) musil@iem.kug.ac.at; +#X text 64 346 IEM KUG; +#X text 21 314 (c) zmoelnig@iem.kug.ac.at; +#X text 8 6 once; +#X text 64 7 only the first message passes through; +#X text 29 37 message in; +#X text 29 289 message out (only once); +#X text 203 36 anything to init once; +#X text 39 355 graz \, austria 2003; +#X obj 34 80 route bang; +#X obj 34 110 t b b; +#X obj 34 162 spigot; +#X obj 34 194 t b b; +#X connect 0 0 4 0; +#X connect 1 0 19 0; +#X connect 2 0 0 0; +#X connect 2 1 3 0; +#X connect 3 0 0 1; +#X connect 3 0 21 1; +#X connect 4 0 6 0; +#X connect 4 1 5 0; +#X connect 5 0 3 1; +#X connect 7 0 8 0; +#X connect 8 0 9 0; +#X connect 9 0 3 1; +#X connect 19 0 20 0; +#X connect 19 1 2 0; +#X connect 20 0 21 0; +#X connect 20 1 3 0; +#X connect 21 0 22 0; +#X connect 22 0 6 0; +#X connect 22 1 5 0; |