aboutsummaryrefslogtreecommitdiff
path: root/amplitude_n.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-02-28 07:54:20 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-02-28 07:54:20 +0000
commit5c4ef73dfe38143dc39b99bbf5c4f87d66b3d0be (patch)
tree57757876092d44b3bac81b2c48ca4c43bb47a3d7 /amplitude_n.pd
parent1cc08490832ec599064f388dc5b239d43f6ece2d (diff)
added *_n objects from Cyrille's ds_; these should be extended to handle lists since the rest of the *_n objects do
svn path=/trunk/externals/mapping/; revision=4631
Diffstat (limited to 'amplitude_n.pd')
-rw-r--r--amplitude_n.pd16
1 files changed, 16 insertions, 0 deletions
diff --git a/amplitude_n.pd b/amplitude_n.pd
new file mode 100644
index 0000000..27b48c4
--- /dev/null
+++ b/amplitude_n.pd
@@ -0,0 +1,16 @@
+#N canvas 45 191 288 291 10;
+#X obj 71 44 inlet;
+#X obj 71 178 -;
+#X obj 71 104 t f f;
+#X obj 230 44 inlet;
+#X obj 71 214 outlet;
+#X obj 71 137 max_n \$1;
+#X obj 158 137 min_n \$1;
+#X connect 0 0 2 0;
+#X connect 1 0 4 0;
+#X connect 2 0 5 0;
+#X connect 2 1 6 0;
+#X connect 3 0 5 1;
+#X connect 3 0 6 1;
+#X connect 5 0 1 0;
+#X connect 6 0 1 1;