From 61982032ea7eee2c3864add894b2199b639dd225 Mon Sep 17 00:00:00 2001 From: musil Date: Fri, 1 Apr 2005 17:37:22 +0000 Subject: initial checkin (release 1.15) this time as binary (instead of text) svn path=/trunk/externals/iemlib/; revision=2665 --- iemabs/once.pd | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 iemabs/once.pd (limited to 'iemabs/once.pd') diff --git a/iemabs/once.pd b/iemabs/once.pd new file mode 100644 index 0000000..f471c05 --- /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; -- cgit v1.2.1