From 779b45410e8c76b2984d26823e97310c7601b38f Mon Sep 17 00:00:00 2001 From: Cyrille Henry Date: Fri, 10 Apr 2009 17:52:07 +0000 Subject: initial commit of the puremapping abstraction collection svn path=/trunk/abstractions/nusmuk/; revision=11004 --- puremapping/threshold.pd | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 puremapping/threshold.pd (limited to 'puremapping/threshold.pd') diff --git a/puremapping/threshold.pd b/puremapping/threshold.pd new file mode 100644 index 0000000..e14ab7f --- /dev/null +++ b/puremapping/threshold.pd @@ -0,0 +1,22 @@ +#N canvas 696 98 414 380 10; +#X obj 55 21 inlet; +#X obj 162 104 inlet; +#X text 204 105 valeur seuil; +#X obj 184 291 outlet; +#X text 96 22 data stream; +#X obj 85 203 -; +#X obj 101 174 f; +#X obj 85 255 >= \$1; +#X obj 55 84 t f f; +#X obj 55 290 spigot; +#X obj 85 229 abs; +#X connect 0 0 8 0; +#X connect 1 0 7 1; +#X connect 5 0 10 0; +#X connect 6 0 3 0; +#X connect 6 0 5 1; +#X connect 7 0 9 1; +#X connect 8 0 9 0; +#X connect 8 1 5 0; +#X connect 9 0 6 0; +#X connect 10 0 7 0; -- cgit v1.2.1