aboutsummaryrefslogtreecommitdiff
path: root/iemabs/default.pd
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2005-03-09 17:16:00 +0000
committermusil <tmusil@users.sourceforge.net>2005-03-09 17:16:00 +0000
commit8724ea74a1936886a6507bfa2d8989d82bf066bf (patch)
tree4965f3155b23d411a7bc49f037d7c8253a14c852 /iemabs/default.pd
parent577ac6e80ff4f436fbd054291ed7dddbc31bd49a (diff)
sync with last iem 1.15 !
svn path=/trunk/externals/iemlib/; revision=2611
Diffstat (limited to 'iemabs/default.pd')
-rw-r--r--iemabs/default.pd45
1 files changed, 23 insertions, 22 deletions
diff --git a/iemabs/default.pd b/iemabs/default.pd
index 756b4bc..1c4063d 100644
--- a/iemabs/default.pd
+++ b/iemabs/default.pd
@@ -1,22 +1,23 @@
-#N canvas 409 285 344 277 10;
-#X obj 17 142 f \$1;
-#X text 10 210 (c) musil@iem.kug.ac.at;
-#X text 51 223 IEM KUG;
-#X text 26 235 graz \, austria 2001;
-#X obj 17 50 inlet;
-#X obj 17 183 outlet;
-#X text 6 4 default;
-#X text 66 6 if input equal to zero \, then output argument;
-#X text 79 19 else output = input;
-#X obj 17 115 sel 0 1;
-#X obj 17 96 != 0;
-#X obj 17 71 t f f;
-#X obj 71 144 f;
-#X connect 0 0 5 0;
-#X connect 4 0 11 0;
-#X connect 9 0 0 0;
-#X connect 9 1 12 0;
-#X connect 10 0 9 0;
-#X connect 11 0 10 0;
-#X connect 11 1 12 1;
-#X connect 12 0 5 0;
+#N canvas 409 285 348 281 10;
+#X obj 17 142 f \$1;
+#X text 10 210 (c) musil@iem.kug.ac.at;
+#X text 51 223 IEM KUG;
+#X text 26 235 graz \, austria 2001;
+#X obj 17 50 inlet;
+#X obj 17 183 outlet;
+#X text 6 4 default;
+#X obj 17 115 sel 0 1;
+#X obj 17 96 != 0;
+#X obj 17 71 t f f;
+#X obj 71 144 f;
+#X text 66 5 if (inlet == 0);
+#X text 80 19 then: output = 1.argument;
+#X text 63 32 else: output = inlet;
+#X connect 0 0 5 0;
+#X connect 4 0 9 0;
+#X connect 7 0 0 0;
+#X connect 7 1 10 0;
+#X connect 8 0 7 0;
+#X connect 9 0 8 0;
+#X connect 9 1 10 1;
+#X connect 10 0 5 0;