From f18d063d9312c95e25294e0777bc135ee9a3fd8a Mon Sep 17 00:00:00 2001 From: Thomas O Fredericks Date: Sun, 25 Oct 2009 00:39:13 +0000 Subject: Adding mtl svn path=/trunk/abstractions/mtl/; revision=12667 --- listBuild-help.pd | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 listBuild-help.pd (limited to 'listBuild-help.pd') diff --git a/listBuild-help.pd b/listBuild-help.pd new file mode 100644 index 0000000..6cac545 --- /dev/null +++ b/listBuild-help.pd @@ -0,0 +1,52 @@ +#N canvas 1178 0 766 692 12; +#X floatatom 345 114 5 0 0 0 - - -; +#X obj 182 138 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X obj 147 375 print result; +#X text 395 115 Data; +#X msg 343 169 symbol foo; +#X msg 347 200 symbol glue; +#X text 454 180 works with symbols too; +#X obj 343 258 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X text 368 258 Bang to clear current list; +#X text 35 112 Bang to output and clear; +#X floatatom 333 374 5 0 0 0 - - -; +#X text 390 374 current length of list being built; +#X text 61 30 Description: Builds a list with the incomming data. New +data is either append or prepended to the list being built.; +#X text 326 291 Appends data by default.; +#X floatatom 343 416 5 0 0 0 - - -; +#X obj 180 440 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X obj 145 677 print result; +#X text 393 417 Data; +#X text 486 475 works with symbols too; +#X obj 410 562 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X text 437 559 Bang to clear current list; +#X text 33 414 Bang to output and clear; +#X floatatom 354 663 5 0 0 0 - - -; +#X text 357 682 current length of list being built; +#X text 389 591 Can also prepend.; +#X msg 398 470 symbol a; +#X msg 402 501 symbol b; +#X msg 415 529 symbol c; +#X obj 202 290 mtl/listBuild; +#X text 70 69 tags: lists; +#X obj 200 592 mtl/listBuild prepend; +#X connect 0 0 28 1; +#X connect 1 0 28 0; +#X connect 4 0 28 1; +#X connect 5 0 28 1; +#X connect 7 0 28 1; +#X connect 14 0 30 1; +#X connect 15 0 30 0; +#X connect 19 0 30 1; +#X connect 25 0 30 1; +#X connect 26 0 30 1; +#X connect 27 0 30 1; +#X connect 28 0 2 0; +#X connect 28 1 10 0; +#X connect 30 0 16 0; +#X connect 30 1 22 0; -- cgit v1.2.1