From 7cc1c14b2c44b0ecf5c016ccc0b577942c6dc9dc Mon Sep 17 00:00:00 2001 From: Cyrille Henry Date: Thu, 1 Nov 2012 12:19:16 +0000 Subject: initial commit of a change object with tolerence svn path=/trunk/externals/nusmuk/; revision=16508 --- puremapping/fchange-help.pd | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 puremapping/fchange-help.pd (limited to 'puremapping/fchange-help.pd') diff --git a/puremapping/fchange-help.pd b/puremapping/fchange-help.pd new file mode 100644 index 0000000..ba18430 --- /dev/null +++ b/puremapping/fchange-help.pd @@ -0,0 +1,19 @@ +#N canvas 526 272 527 246 10; +#X floatatom 44 189 5 0 0 0 - - -; +#X floatatom 67 149 5 0 0 0 - - -; +#X obj 44 72 random 111; +#X obj 44 50 metro 50; +#X obj 44 30 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1 +; +#X obj 67 123 fchange 0.5; +#X text 139 12 change for float (with tolerence); +#X obj 44 94 / 111; +#X text 139 32 output a new value only if |input - output| > tolerence +; +#X text 162 124 Arg1 : tolerence (defaut is 0); +#X connect 2 0 7 0; +#X connect 3 0 2 0; +#X connect 4 0 3 0; +#X connect 5 0 1 0; +#X connect 7 0 5 0; +#X connect 7 0 0 0; -- cgit v1.2.1