aboutsummaryrefslogtreecommitdiff
path: root/tests/mtx_add/07_function.pd
blob: 2a20202bc0c3e7d33f941edc74f6e0a09802052f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#N canvas 270 180 508 466 10;
#X obj 122 68 inlet bang;
#X obj 122 385 outlet 1==OK;
#X msg 213 71 bang;
#X obj 122 98 t b b;
#X obj 122 175 t f f;
#X obj 122 307 ==;
#X obj 122 251 mtx_add 0;
#X obj 239 251 +;
#X msg 122 132 3;
#X msg 152 131 -2;
#X connect 0 0 3 0;
#X connect 2 0 3 0;
#X connect 3 0 8 0;
#X connect 3 1 9 0;
#X connect 4 0 6 0;
#X connect 4 1 7 0;
#X connect 5 0 1 0;
#X connect 6 0 5 0;
#X connect 7 0 5 1;
#X connect 8 0 4 0;
#X connect 9 0 6 1;
#X connect 9 0 7 1;