From 81a557eac4f0754ad4f81bcdf8c435ebbe2ea059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 19 Oct 2005 07:37:23 +0000 Subject: tests whether sources output correct-sized matrices svn path=/trunk/externals/iem/iemmatrix/; revision=3737 --- tests/mtx_egg/05_function.pd | 27 +++++++++++++++++++++++++++ tests/mtx_egg/06_function.pd | 27 +++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 tests/mtx_egg/05_function.pd create mode 100644 tests/mtx_egg/06_function.pd (limited to 'tests/mtx_egg') diff --git a/tests/mtx_egg/05_function.pd b/tests/mtx_egg/05_function.pd new file mode 100644 index 0000000..6ab47f2 --- /dev/null +++ b/tests/mtx_egg/05_function.pd @@ -0,0 +1,27 @@ +#N canvas 541 351 508 466 10; +#X obj 122 68 inlet bang; +#X obj 122 385 outlet 1==OK; +#X obj 122 282 *; +#X obj 122 104 t b; +#X obj 122 191 mtx_egg 7 8; +#X msg 122 135 10 14; +#X msg 122 214 \$1 \$2; +#X obj 122 157 t l l; +#X obj 122 262 ==; +#X obj 162 262 ==; +#X obj 179 215 unpack; +#X obj 122 236 unpack; +#X connect 0 0 3 0; +#X connect 2 0 1 0; +#X connect 3 0 5 0; +#X connect 4 0 6 0; +#X connect 5 0 7 0; +#X connect 6 0 11 0; +#X connect 7 0 4 0; +#X connect 7 1 10 0; +#X connect 8 0 2 0; +#X connect 9 0 2 1; +#X connect 10 0 8 1; +#X connect 10 1 9 1; +#X connect 11 0 8 0; +#X connect 11 1 9 0; diff --git a/tests/mtx_egg/06_function.pd b/tests/mtx_egg/06_function.pd new file mode 100644 index 0000000..32bebf3 --- /dev/null +++ b/tests/mtx_egg/06_function.pd @@ -0,0 +1,27 @@ +#N canvas 385 142 508 466 10; +#X obj 122 68 inlet bang; +#X obj 122 385 outlet 1==OK; +#X obj 122 104 t b; +#X obj 122 282 *; +#X obj 122 191 mtx_egg 7 8; +#X msg 122 214 \$1 \$2; +#X obj 122 262 ==; +#X obj 162 262 ==; +#X obj 122 236 unpack; +#X msg 122 135 32; +#X obj 122 157 t f f; +#X obj 179 215 t f f; +#X connect 0 0 2 0; +#X connect 2 0 9 0; +#X connect 3 0 1 0; +#X connect 4 0 5 0; +#X connect 5 0 8 0; +#X connect 6 0 3 0; +#X connect 7 0 3 1; +#X connect 8 0 6 0; +#X connect 8 1 7 0; +#X connect 9 0 10 0; +#X connect 10 0 4 0; +#X connect 10 1 11 0; +#X connect 11 0 6 1; +#X connect 11 1 7 1; -- cgit v1.2.1