aboutsummaryrefslogtreecommitdiff
path: root/puremapping/last_n.pd
diff options
context:
space:
mode:
authorCyrille Henry <nusmuk@users.sourceforge.net>2009-04-10 17:52:07 +0000
committerCyrille Henry <nusmuk@users.sourceforge.net>2009-04-10 17:52:07 +0000
commit779b45410e8c76b2984d26823e97310c7601b38f (patch)
treec3fea5dab11bd7b6285f7764efc518657f626eb9 /puremapping/last_n.pd
parentbf86048f7010a51cbfe50c9f417f7cf8dbb2b8c0 (diff)
initial commit of the puremapping abstraction collection
svn path=/trunk/abstractions/nusmuk/; revision=11004
Diffstat (limited to 'puremapping/last_n.pd')
-rw-r--r--puremapping/last_n.pd25
1 files changed, 25 insertions, 0 deletions
diff --git a/puremapping/last_n.pd b/puremapping/last_n.pd
new file mode 100644
index 0000000..8278ebc
--- /dev/null
+++ b/puremapping/last_n.pd
@@ -0,0 +1,25 @@
+#N canvas 263 138 723 395 10;
+#X obj 326 152 t f b;
+#X text 378 150 first reset (b) \, then set new length (f).;
+#X text 311 235 Right outlet is responsible to first fill the list
+;
+#X text 322 257 Left outlet then only lets the smaller list pass.;
+#X obj 180 223 list;
+#X obj 326 61 inlet;
+#X obj 180 189 inlet;
+#X obj 180 342 outlet;
+#X obj 180 268 list split \$1;
+#X obj 326 126 max 2;
+#X obj 342 82 loadbang;
+#X obj 342 103 \$1;
+#X connect 0 0 8 1;
+#X connect 0 1 4 1;
+#X connect 4 0 8 0;
+#X connect 5 0 9 0;
+#X connect 6 0 4 0;
+#X connect 8 0 4 1;
+#X connect 8 0 7 0;
+#X connect 8 2 4 1;
+#X connect 9 0 0 0;
+#X connect 10 0 11 0;
+#X connect 11 0 9 0;