From 855530f5a83c85a5e67323e4ab5a00a8d14537bb Mon Sep 17 00:00:00 2001 From: Luke Iannini Date: Sat, 3 Jan 2009 09:15:08 +0000 Subject: some new objects to support structhausen and mmmap svn path=/trunk/abstractions/sfruit/; revision=10473 --- sfruit/list-mapx.pd | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 sfruit/list-mapx.pd (limited to 'sfruit/list-mapx.pd') diff --git a/sfruit/list-mapx.pd b/sfruit/list-mapx.pd new file mode 100644 index 0000000..f500998 --- /dev/null +++ b/sfruit/list-mapx.pd @@ -0,0 +1,31 @@ +#N canvas 470 232 489 423 10; +#X obj 86 33 inlet; +#X obj 275 52 inlet; +#X obj 151 352 outlet; +#X obj 170 248 outlet; +#X obj 151 317 list; +#X obj 275 215 list prepend; +#X obj 354 185 t a; +#X obj 151 155 t b a a b; +#X obj 86 58 route bang; +#X obj 86 83 b; +#X obj 151 84 t b a; +#X obj 151 124 list; +#X obj 170 215 list-dripx \$1; +#X connect 0 0 8 0; +#X connect 1 0 5 0; +#X connect 4 0 2 0; +#X connect 5 0 6 0; +#X connect 5 0 4 1; +#X connect 6 0 5 1; +#X connect 7 0 4 0; +#X connect 7 1 12 0; +#X connect 7 2 4 1; +#X connect 7 3 5 1; +#X connect 8 0 9 0; +#X connect 8 1 10 0; +#X connect 9 0 11 0; +#X connect 10 0 11 0; +#X connect 10 1 11 1; +#X connect 11 0 7 0; +#X connect 12 0 3 0; -- cgit v1.2.1