aboutsummaryrefslogtreecommitdiff
path: root/list2matcol.pd
diff options
context:
space:
mode:
authorCyrille Henry <nusmuk@users.sourceforge.net>2005-01-27 12:23:02 +0000
committerCyrille Henry <nusmuk@users.sourceforge.net>2005-01-27 12:23:02 +0000
commit6b5a0fc360cb8b361a5873bbeb46c7f5c271f9a9 (patch)
tree24716657b5aa274a1d90fdb99a62d0a66821682f /list2matcol.pd
This commit was generated by cvs2svn to compensate for changes in r2548,svn2git-root
which included commits to RCS files with non-trunk default branches. svn path=/trunk/abstractions/La-kitchen/; revision=2549
Diffstat (limited to 'list2matcol.pd')
-rw-r--r--list2matcol.pd17
1 files changed, 17 insertions, 0 deletions
diff --git a/list2matcol.pd b/list2matcol.pd
new file mode 100644
index 0000000..2c5a5b7
--- /dev/null
+++ b/list2matcol.pd
@@ -0,0 +1,17 @@
+#N canvas 0 0 257 308 10;
+#X obj 65 102 zl len;
+#X obj 65 48 inlet;
+#X obj 65 74 t a a;
+#X obj 65 187 matrix;
+#X msg 65 131 matrix \$1 1;
+#X obj 65 158 zl join;
+#X obj 65 216 outlet;
+#X text 132 218 matrix n 1;
+#X text 121 48 liste n;
+#X connect 0 0 4 0;
+#X connect 1 0 2 0;
+#X connect 2 0 0 0;
+#X connect 2 1 5 1;
+#X connect 3 0 6 0;
+#X connect 4 0 5 0;
+#X connect 5 0 3 0;