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/default.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/default.pd')
-rw-r--r-- | iemabs/default.pd | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/iemabs/default.pd b/iemabs/default.pd new file mode 100644 index 0000000..756b4bc --- /dev/null +++ b/iemabs/default.pd @@ -0,0 +1,22 @@ +#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; |