Support |
> > Presumably its just a matter of them programming a smaller delay, just >long > enough to debounce the switches. > i don't understand this debounce delay thing. matthias has referred to this causing latency (tiny as it is...) in the edp when using it's footswitch... can't you just assume the first signal is a press and deal with it immediately and then block any more press events from occurring for a short time? this is how double click works in windows. (btw, i realize there is no bounce problem in software) the first click results in an immediate onclick event, but if a second click occurs within the double click delay period, you do not get a second onclick event... i hope programereze isn't obscuring my meaning here...