diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-10-17 16:19:52 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-10-17 16:19:52 +0000 |
commit | d717c6983594f6544b5c9fb79acf1f54577b417f (patch) | |
tree | 53bc6249c9cc270b2f27c2f90bd3cee588950ce2 /tests/mtx_spivot | |
parent | ad91561a3ee7a590f81616e0b91aa3a91f77bc50 (diff) |
added tests for abstractions
svn path=/trunk/externals/iem/iemmatrix/; revision=3722
Diffstat (limited to 'tests/mtx_spivot')
-rw-r--r-- | tests/mtx_spivot/exist.pd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/mtx_spivot/exist.pd b/tests/mtx_spivot/exist.pd new file mode 100644 index 0000000..e3e3734 --- /dev/null +++ b/tests/mtx_spivot/exist.pd @@ -0,0 +1,13 @@ +#N canvas 385 142 508 466 10; +#X obj 122 68 inlet bang; +#X obj 122 385 outlet 1==OK; +#X obj 122 347 b; +#X msg 122 366 1; +#X obj 122 161 mtx_spivot; +#X text 67 37 test for existance of [mtx_spivot]; +#X msg 122 122 matrix 1 1 1; +#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 4 0; |