aboutsummaryrefslogtreecommitdiff
path: root/abstractions/arrayRouterIn.pd
blob: f887db0e52ed400a045931caff5fd221e7f0e8c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#N canvas 218 167 502 352 10;
#X obj 110 129 r \$2-selector;
#X obj 13 249 spigot;
#X obj 13 93 r \$2-in;
#X text 8 9 this abstraction deals with routing the global input if
this is the selected abstraction.;
#X obj 13 274 outlet;
#X text 12 44 The first argument is the selector ID starting at 0 (generated
by dir2abstractionArray) and the second argument is the \$0 variable
for locality.;
#X obj 110 155 == \$1;
#X obj 153 249 spigot;
#X obj 153 274 outlet;
#X obj 153 93 r \$2-in2;
#X connect 0 0 6 0;
#X connect 1 0 4 0;
#X connect 2 0 1 0;
#X connect 6 0 1 1;
#X connect 6 0 7 1;
#X connect 7 0 8 0;
#X connect 9 0 7 0;