denalena / midi-footswitch-converter

Arduino MIDI Footswitch Converter project
GNU General Public License v3.0
0 stars 0 forks source link

Implement NC/NO fix #7

Closed denalena closed 1 year ago

denalena commented 1 year ago

Currently there is no built in option for choosing if we are using a normal closed or normally open switch.

There is the INVERT option but it doesnt double as a keyup/keydown invert.

denalena commented 1 year ago

I think this was a false observation because of the bug that got fixed in https://github.com/ledeniz/midi-footswitch-converter/commit/020298f237f30febde687511debd18c361c9db23

denalena commented 1 year ago

Actually, the shunt contact of the socket could be used to implement the "auto" detection feature that is quite known from some devices. Created #11