diff options
Diffstat (limited to 'tests/mtx_find')
-rw-r--r-- | tests/mtx_find/exist.pd | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/mtx_find/exist.pd b/tests/mtx_find/exist.pd index 1675cb2..9578ef0 100644 --- a/tests/mtx_find/exist.pd +++ b/tests/mtx_find/exist.pd @@ -3,9 +3,11 @@ #X obj 122 385 outlet 1==OK; #X obj 122 347 b; #X msg 122 366 1; -#X obj 122 161 mtx_find; #X text 67 37 test for existance of [mtx_find]; -#X connect 0 0 4 0; +#X msg 122 125 matrix 1 1 1; +#X obj 122 161 mtx_find; +#X connect 0 0 5 0; #X connect 2 0 3 0; #X connect 3 0 1 0; -#X connect 4 0 2 0; +#X connect 5 0 6 0; +#X connect 6 0 2 0; |