diff options
Diffstat (limited to 'puremapping/fchange-help.pd')
-rw-r--r-- | puremapping/fchange-help.pd | 19 |
1 files changed, 19 insertions, 0 deletions
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; |