From a627095764e36707f58f9096004710f12d680cfc Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 28 Feb 2006 07:57:33 +0000 Subject: these objects will probably be replaced by other objects in the future, but they are used for now, so they should be in the CVS svn path=/trunk/externals/mapping/; revision=4632 --- listto.pd | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 listto.pd (limited to 'listto.pd') diff --git a/listto.pd b/listto.pd new file mode 100644 index 0000000..44aba17 --- /dev/null +++ b/listto.pd @@ -0,0 +1,21 @@ +#N canvas 257 144 408 313 10; +#X obj 25 18 inlet; +#X obj 55 271 outlet; +#X obj 330 269 outlet; +#X obj 25 46 t b a; +#X obj 55 230 list split 1; +#X obj 55 154 until; +#X obj 55 185 list append; +#X obj 55 115 t b l; +#X obj 170 186 bang; +#X connect 0 0 3 0; +#X connect 3 0 2 0; +#X connect 3 1 7 0; +#X connect 4 0 1 0; +#X connect 4 1 6 1; +#X connect 4 2 8 0; +#X connect 5 0 6 0; +#X connect 6 0 4 0; +#X connect 7 0 5 0; +#X connect 7 1 6 1; +#X connect 8 0 5 1; -- cgit v1.2.1