diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-10-14 10:20:53 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-10-14 10:20:53 +0000 |
commit | 4eb4066a799f30e35b9736772838b2af019a337f (patch) | |
tree | 75e00559f2fff835cb33621ff56aff01c6cbb7f4 | |
parent | 114ae6681da86b06188ef6f5483e968eaffa4ee2 (diff) |
added test
svn path=/trunk/externals/iem/iemmatrix/; revision=3715
-rw-r--r-- | tests/mtx_rowrifft/exist.pd | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/mtx_rowrifft/exist.pd b/tests/mtx_rowrifft/exist.pd index b2ff458..39c9b3e 100644 --- a/tests/mtx_rowrifft/exist.pd +++ b/tests/mtx_rowrifft/exist.pd @@ -5,7 +5,12 @@ #X msg 122 366 1; #X obj 122 161 mtx_rowrifft; #X text 67 37 test for existance of [mtx_rowrifft]; -#X connect 0 0 4 0; +#X msg 122 115 matrix 1 2 0 0; +#X obj 122 136 t a a; +#X connect 0 0 6 0; #X connect 2 0 3 0; #X connect 3 0 1 0; #X connect 4 0 2 0; +#X connect 6 0 7 0; +#X connect 7 0 4 0; +#X connect 7 1 4 1; |