aboutsummaryrefslogtreecommitdiff
path: root/last_n.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-02-10 05:21:35 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-02-10 05:21:35 +0000
commitb0694283829f7627cd424ae0a417b6eb5c985377 (patch)
treee5a81cd48afded643bcbcaa6d10a5c936bd1d3da /last_n.pd
parent47950158fef8a54a1b1e416f5dc7cf6cedcf2989 (diff)
added Cyrille's list handling objects
svn path=/trunk/externals/mapping/; revision=4575
Diffstat (limited to 'last_n.pd')
-rw-r--r--last_n.pd21
1 files changed, 21 insertions, 0 deletions
diff --git a/last_n.pd b/last_n.pd
new file mode 100644
index 0000000..7e3b076
--- /dev/null
+++ b/last_n.pd
@@ -0,0 +1,21 @@
+#N canvas 417 318 723 395 10;
+#X floatatom 356 89 5 0 0 2 change-size - -;
+#X obj 326 112 t f b;
+#X text 378 110 first reset (b) \, then set new length (f).;
+#X text 311 195 Right outlet is responsible to first fill the list
+;
+#X text 322 217 Left outlet then only lets the smaller list pass.;
+#X obj 180 183 list;
+#X obj 326 54 inlet;
+#X obj 180 149 inlet;
+#X obj 180 302 outlet;
+#X obj 180 228 list split \$1;
+#X connect 0 0 1 0;
+#X connect 1 0 9 1;
+#X connect 1 1 5 1;
+#X connect 5 0 9 0;
+#X connect 6 0 1 0;
+#X connect 7 0 5 0;
+#X connect 9 0 5 1;
+#X connect 9 0 8 0;
+#X connect 9 2 5 1;