From 33789244c6dbe3611607e77fa98f0f0c72f354ee Mon Sep 17 00:00:00 2001 From: "B. Bogart" Date: Sat, 26 Nov 2005 22:21:07 +0000 Subject: Initial Commit of pixelTANGO 0.3.4 svn path=/trunk/abstractions/pixelTANGO/; revision=4049 --- abstractions/arrayRouterIn.pd | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 abstractions/arrayRouterIn.pd (limited to 'abstractions/arrayRouterIn.pd') diff --git a/abstractions/arrayRouterIn.pd b/abstractions/arrayRouterIn.pd new file mode 100644 index 0000000..f887db0 --- /dev/null +++ b/abstractions/arrayRouterIn.pd @@ -0,0 +1,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; -- cgit v1.2.1