diff options
Diffstat (limited to 'tests/mtx_matrix')
-rw-r--r-- | tests/mtx_matrix/exist_matrix.pd | 13 | ||||
-rw-r--r-- | tests/mtx_matrix/exist_mtx.pd | 11 |
2 files changed, 24 insertions, 0 deletions
diff --git a/tests/mtx_matrix/exist_matrix.pd b/tests/mtx_matrix/exist_matrix.pd new file mode 100644 index 0000000..de8b8d0 --- /dev/null +++ b/tests/mtx_matrix/exist_matrix.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 text 67 37 test for existance of [matrix]; +#X obj 122 161 matrix; +#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 5 0 2 0; +#X connect 6 0 5 0; diff --git a/tests/mtx_matrix/exist_mtx.pd b/tests/mtx_matrix/exist_mtx.pd new file mode 100644 index 0000000..d00a3a0 --- /dev/null +++ b/tests/mtx_matrix/exist_mtx.pd @@ -0,0 +1,11 @@ +#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 text 67 37 test for existance of [mtx]; +#X obj 122 161 mtx 1; +#X connect 0 0 5 0; +#X connect 2 0 3 0; +#X connect 3 0 1 0; +#X connect 5 0 2 0; |