aboutsummaryrefslogtreecommitdiff
path: root/flist2tab/flist2tab-help.pd
diff options
context:
space:
mode:
authorMartin Peach <mrpeach@users.sourceforge.net>2009-01-22 18:52:11 +0000
committerMartin Peach <mrpeach@users.sourceforge.net>2009-01-22 18:52:11 +0000
commit429802b7cee77bfef0ed96cfd5495404edd6f63a (patch)
tree8ed398d01b43dc1da7e424fbc69da3bec925bd5b /flist2tab/flist2tab-help.pd
parent2103be3cd9f8abfcafe8693aa677fe0e6d4757af (diff)
flist2tab loads a list of floats into a table, resizing the table if it is too small.
svn path=/trunk/externals/mrpeach/; revision=10598
Diffstat (limited to 'flist2tab/flist2tab-help.pd')
-rw-r--r--flist2tab/flist2tab-help.pd25
1 files changed, 25 insertions, 0 deletions
diff --git a/flist2tab/flist2tab-help.pd b/flist2tab/flist2tab-help.pd
new file mode 100644
index 0000000..94b4c36
--- /dev/null
+++ b/flist2tab/flist2tab-help.pd
@@ -0,0 +1,25 @@
+#N canvas 437 577 450 300 10;
+#X obj 241 227 table pig;
+#X obj 170 200 flist2tab pig;
+#X obj 147 160 any2string;
+#X msg 147 137 Hello;
+#X floatatom 245 159 5 0 0 0 - - -;
+#X msg 61 74 81 28 0 33 55 1 2 3;
+#X text 10 -15 flist2tab loads floats or lists of floats into a table
+;
+#X text 10 1 at an offset determined by a float in the second inlet.
+;
+#X text 10 17 Negative offsets will be ignored.;
+#X obj 170 227 table twig;
+#X msg 91 104 set twig;
+#X text 148 103 set the working table;
+#X text 258 200 argument is table name;
+#X text 257 257 2009 1 21 Martin Peach;
+#X text 10 33 Offsets greater than the table length cause the table
+to be resized to fit.;
+#X text 279 159 default offset is 0;
+#X connect 2 0 1 0;
+#X connect 3 0 2 0;
+#X connect 4 0 1 1;
+#X connect 5 0 1 0;
+#X connect 10 0 1 0;