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-union-merge-help.pd | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sfruit/list-union-merge-help.pd (limited to 'sfruit/list-union-merge-help.pd') diff --git a/sfruit/list-union-merge-help.pd b/sfruit/list-union-merge-help.pd new file mode 100644 index 0000000..5b3557a --- /dev/null +++ b/sfruit/list-union-merge-help.pd @@ -0,0 +1,15 @@ +#N canvas 734 402 450 300 10; +#X obj 104 120 list-union-merge; +#X msg 197 95 /a /b /c; +#X msg 104 94 /1 /2 /3; +#X obj 104 144 prepent set; +#X text 11 31 for each value in the right inlet \, append each value +in the left inlet and merge into one symbol. Used for multiplexing +large numbers of OSC-style addresses.; +#X msg 104 169; +#X text 234 265 2008 Luke Iannini; +#X text 15 8 [list-union-merge]; +#X connect 0 0 3 0; +#X connect 1 0 0 1; +#X connect 2 0 0 0; +#X connect 3 0 5 0; -- cgit v1.2.1