diff options
Diffstat (limited to 'tests/mtx_colon')
-rw-r--r-- | tests/mtx_colon/exist.pd | 13 | ||||
-rw-r--r-- | tests/mtx_colon/exist1.pd | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/tests/mtx_colon/exist.pd b/tests/mtx_colon/exist.pd new file mode 100644 index 0000000..e625d2b --- /dev/null +++ b/tests/mtx_colon/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_colon; +#X text 67 37 test for existance of [mtx_colon]; +#X msg 122 119 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; diff --git a/tests/mtx_colon/exist1.pd b/tests/mtx_colon/exist1.pd new file mode 100644 index 0000000..d0191a5 --- /dev/null +++ b/tests/mtx_colon/exist1.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_:; +#X text 67 37 test for existance of [mtx_:]; +#X msg 122 119 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; |