From 5c4ef73dfe38143dc39b99bbf5c4f87d66b3d0be Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 28 Feb 2006 07:54:20 +0000 Subject: 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 --- amplitude_n.pd | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 amplitude_n.pd (limited to 'amplitude_n.pd') 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; -- cgit v1.2.1