From c9fe7d89b7092fa55ca34f5b8bbec67d1513eec5 Mon Sep 17 00:00:00 2001 From: Luke Iannini Date: Tue, 19 Aug 2008 07:28:10 +0000 Subject: more additions to senderfruit's library and documentation svn path=/trunk/abstractions/senderfruit/; revision=10254 --- core/list-dripx.pd | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 core/list-dripx.pd (limited to 'core/list-dripx.pd') diff --git a/core/list-dripx.pd b/core/list-dripx.pd new file mode 100644 index 0000000..cff4fe3 --- /dev/null +++ b/core/list-dripx.pd @@ -0,0 +1,41 @@ +#N canvas 839 426 450 300 10; +#N canvas 0 22 701 318 drip 0; +#X obj 64 123 until; +#X obj 64 181 list append; +#X obj 194 206 bang; +#X text 126 90 First store list \, then start the loop; +#X text 143 118 "until" bangs its output until told to stop by a "bang" +to its right inlet.; +#X text 163 168 Store the remaining list.; +#X text 230 209 third outlet of "split" tells us to stop.; +#X obj 64 243 outlet; +#X obj 64 57 inlet; +#X text 217 44 From list-help.pd; +#X obj 143 243 outlet; +#X obj 64 86 t b a; +#X obj 64 206 list split 1; +#X obj 333 157 loadbang; +#X obj 333 177 list-onearg \$1; +#X obj 414 156 inlet; +#X connect 0 0 1 0; +#X connect 1 0 12 0; +#X connect 2 0 0 1; +#X connect 8 0 11 0; +#X connect 11 0 0 0; +#X connect 11 1 1 1; +#X connect 12 0 7 0; +#X connect 12 1 1 1; +#X connect 12 2 2 0; +#X connect 12 2 10 0; +#X connect 13 0 14 0; +#X connect 14 0 12 1; +#X connect 15 0 14 1; +#X restore 133 139 pd drip; +#X obj 133 90 inlet; +#X obj 133 212 outlet; +#X obj 177 181 outlet; +#X obj 172 90 inlet; +#X connect 0 0 2 0; +#X connect 0 1 3 0; +#X connect 1 0 0 0; +#X connect 4 0 0 1; -- cgit v1.2.1