aboutsummaryrefslogtreecommitdiff
path: root/max_n.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 /max_n.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 'max_n.pd')
-rw-r--r--max_n.pd16
1 files changed, 16 insertions, 0 deletions
diff --git a/max_n.pd b/max_n.pd
new file mode 100644
index 0000000..306e08f
--- /dev/null
+++ b/max_n.pd
@@ -0,0 +1,16 @@
+#N canvas 0 0 462 312 10;
+#X obj 64 60 inlet;
+#X obj 144 59 inlet;
+#X obj 64 179 maximum;
+#X obj 64 207 outlet;
+#X obj 144 120 max 2;
+#X obj 64 149 last_n;
+#X obj 160 79 loadbang;
+#X obj 160 97 \$1;
+#X connect 0 0 5 0;
+#X connect 1 0 4 0;
+#X connect 2 0 3 0;
+#X connect 4 0 5 1;
+#X connect 5 0 2 0;
+#X connect 6 0 7 0;
+#X connect 7 0 4 0;