Home › Forums › Products › Stompboxes › H9 preset increment/decrement over 5din MIDI issue › Reply To: H9 preset increment/decrement over 5din MIDI issue
April 22, 2021 at 1:09 pm
#157688
deejayreissue wrote:
I have just heard back from the person who built it, using an Arduino board. They said each button is simply spitting out a value = 1, when pressed.
I’ve just messaged back to ask if the value = 1 is only when the button is held down. Do you think that could be the issue?
Bingo, this is the issue. In the MIDI world, when sending a CC#, values from 0-63 are OFF and 64-127 are ON. Reprogram the buttons to send 64 and it will work.