Is it possable to send a bang only when a number stays still for x amount of time.?
Peter Forde wrote:
Is it possable to send a bang only when a number stays still for x amount of time.?
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
See the attached patch.
Ciao,
www.cesaremarilungo.com
#N canvas 562 517 450 300 10; #X obj 144 171 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X floatatom 144 71 5 0 0 0 - - -; #X obj 144 138 delay 5000; #X obj 144 106 bang; #X text 230 139 gives a bang if the number above doesn't change for 5 sec. ciao , Cesare; #X connect 1 0 3 0; #X connect 2 0 0 0; #X connect 3 0 2 0;