aboutsummaryrefslogtreecommitdiff
path: root/tests/mtx_egg/04_function.pd
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mtx_egg/04_function.pd')
-rw-r--r--tests/mtx_egg/04_function.pd41
1 files changed, 41 insertions, 0 deletions
diff --git a/tests/mtx_egg/04_function.pd b/tests/mtx_egg/04_function.pd
new file mode 100644
index 0000000..477e490
--- /dev/null
+++ b/tests/mtx_egg/04_function.pd
@@ -0,0 +1,41 @@
+#N canvas 385 142 508 466 10;
+#X obj 122 68 inlet bang;
+#X obj 122 385 outlet 1==OK;
+#X obj 122 262 == 0;
+#X obj 242 262 == 0;
+#X obj 122 282 *;
+#X obj 122 302 *;
+#X obj 202 282 *;
+#X obj 122 104 t b;
+#X msg 122 214 \$3 \$4 \$5 \$6 \$7 \$8;
+#X obj 122 238 unpack 0 0 0 0 0 0;
+#X obj 282 262 == 0;
+#X obj 322 262 == 0;
+#X obj 282 282 *;
+#X obj 122 324 *;
+#X msg 122 135 3 2;
+#X obj 122 161 mtx_egg;
+#X obj 162 262 == 1;
+#X obj 202 262 == 1;
+#X connect 0 0 7 0;
+#X connect 2 0 4 0;
+#X connect 3 0 6 1;
+#X connect 4 0 5 0;
+#X connect 5 0 13 0;
+#X connect 6 0 5 1;
+#X connect 7 0 14 0;
+#X connect 8 0 9 0;
+#X connect 9 0 2 0;
+#X connect 9 1 16 0;
+#X connect 9 2 17 0;
+#X connect 9 3 3 0;
+#X connect 9 4 10 0;
+#X connect 9 5 11 0;
+#X connect 10 0 12 0;
+#X connect 11 0 12 1;
+#X connect 12 0 13 1;
+#X connect 13 0 1 0;
+#X connect 14 0 15 0;
+#X connect 15 0 8 0;
+#X connect 16 0 4 1;
+#X connect 17 0 6 0;