aboutsummaryrefslogtreecommitdiff
path: root/listBuild-help.pd
blob: 6cac5455993b56dd8bbc9505554202e3d085fc0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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;