aboutsummaryrefslogtreecommitdiff
path: root/tof/list_accum-help.pd
blob: 9e912dbeb87a2149f233923b41733a37df569754 (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
#N canvas 341 299 626 427 10;
#X obj 62 27 cnv 15 400 100 empty empty empty 20 12 0 14 -249661 -66577
0;
#X text 67 77 author: mrtoftrash@gmail.com;
#X text 67 66 tags: lists;
#X text 67 88 version: 2009-10-06 (added the second mode);
#X text 68 27 description: accumulates anything into a big list. Outputs
the list on a bang.;
#X obj 91 283 tof/list_accum;
#X msg 112 218 1 2 3 4 5 6;
#X obj 90 146 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 89 348 print;
#X floatatom 104 191 5 0 0 0 - - -;
#X msg 194 218 a b c d;
#X obj 206 254 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X obj 175 316 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X text 148 195 Inlet 1 \, anything: Accumulate atoms;
#X text 227 254 Inlet 2 \, bang: Clear accumulated atoms;
#X text 111 145 Inlet 1 \, bang: Output and clear accumulated atoms
;
#X text 195 314 Outlet 2 \, bang: Nothing accumulated (empty);
#X text 128 348 Outlet 1 \, list: Accumulated atoms;
#X connect 5 0 8 0;
#X connect 5 1 12 0;
#X connect 6 0 5 0;
#X connect 7 0 5 0;
#X connect 9 0 5 0;
#X connect 10 0 5 0;
#X connect 11 0 5 1;