aboutsummaryrefslogtreecommitdiff
path: root/tof/list_accum-help.pd
diff options
context:
space:
mode:
authorThomas O Fredericks <mrtof@users.sourceforge.net>2010-10-11 15:30:53 +0000
committerThomas O Fredericks <mrtof@users.sourceforge.net>2010-10-11 15:30:53 +0000
commit1e9ee7bc8ebcba281bf912d7527d3e3e9fcbaba7 (patch)
treea5028544227ffafec021249d8d146154d4288f89 /tof/list_accum-help.pd
parentf08597072103253c34809ae7fb45cc855c936f32 (diff)
Fixed a few bugs, added a symbol handler to paramGui and updated help files
svn path=/trunk/externals/tof/; revision=14219
Diffstat (limited to 'tof/list_accum-help.pd')
-rw-r--r--tof/list_accum-help.pd32
1 files changed, 32 insertions, 0 deletions
diff --git a/tof/list_accum-help.pd b/tof/list_accum-help.pd
new file mode 100644
index 0000000..9e912db
--- /dev/null
+++ b/tof/list_accum-help.pd
@@ -0,0 +1,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;