Is it worth debouncing an external tap tempo switch?

Started by ianmgull, March 16, 2021, 07:50:14 PM

Previous topic - Next topic

ianmgull

I have a Boss ES-8 switching system. I'm building a simple external foot switch with a normally closed momentary stomp switch. 90% of the time, it will act as a tap tempo switch.

Is it worth adding a debouncing circuit to a switch like this? Or would you consider it good enough as is?

FWIW, the control voltage is just a 3.5v DC signal.

iainpunk

if its a momentary switch instead of a latching switch, its only one cap and resistor, its totally worth doing!
if its a latching switch, don't bother
friendly reminder: all holes are positive and have negative weight, despite not being there.

cheers

ianmgull

Hey thanks.

I was under the impression that it was much more complicated than that. Do you know of a schematic that shows how this is put together?

iainpunk

friendly reminder: all holes are positive and have negative weight, despite not being there.

cheers

ianmgull


iainpunk

if it still jitters or has problems, just increase the resistor tenfold, try the same trick if it still has problems after that.

cheers
friendly reminder: all holes are positive and have negative weight, despite not being there.

cheers

ianmgull

Ok, so I just realized that I don't understand this schematic.

The signal is on a TS cable. So there's a 3.5v source and a ground. This means the what is labeled 'output' in the schem is actually ground. So does that mean the grounded end of the resistor and cap are actually connected to the output?

11-90-an

flip flop flip flop flip

composition4

That won't work, the cap need some series resistance to have any debouncing effect

ianmgull

My understanding was that a simple debounce circuit is just an RC Lowpass filter? If that's the case, I wonder what series resistance to use without causing too much of a drop for the logic switching to do its job.

ElectricDruid

I suspect the normally-closed switch will be more of a problem that the debouncing. Most tap-tempo switches and similar are normally-open, and if I was designing an input for such a thing, I'd make sure to include debouncing either in my input socket hardware or in firmware after that.

I'd try it and see. Don't fix it if it isn't broken.