aboutsummaryrefslogtreecommitdiff
path: root/iemabs/default.pd
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2006-12-09 02:36:07 +0000
committermusil <tmusil@users.sourceforge.net>2006-12-09 02:36:07 +0000
commit44e3e2d0e046f00f0366e376209f482dfc8018cf (patch)
treeeb517d9ed86ca376a8e56ad64a1a506f4cb48aaa /iemabs/default.pd
parentd6b088044e161a27d49df537bbb6d998a8d0e50d (diff)
changed makefile
changed README.txt changed help-*.pd to *-help.pd chanded file structure to standard 2nd step new abs and help svn path=/trunk/externals/iemlib/; revision=6757
Diffstat (limited to 'iemabs/default.pd')
-rw-r--r--iemabs/default.pd26
1 files changed, 26 insertions, 0 deletions
diff --git a/iemabs/default.pd b/iemabs/default.pd
new file mode 100644
index 0000000..be135ef
--- /dev/null
+++ b/iemabs/default.pd
@@ -0,0 +1,26 @@
+#N canvas 409 285 356 289 10;
+#X obj 17 142 f \$1;
+#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 text 176 235 IEM KUG;
+#X text 160 223 musil;
+#X text 190 223 @;
+#X text 196 223 iem.at;
+#X text 111 212 (c) Thomas Musil 2000 - 2005;
+#X text 159 245 Graz \, Austria;
+#X connect 0 0 2 0;
+#X connect 1 0 6 0;
+#X connect 4 0 0 0;
+#X connect 4 1 7 0;
+#X connect 5 0 4 0;
+#X connect 6 0 5 0;
+#X connect 6 1 7 1;
+#X connect 7 0 2 0;