Ableton / push-interface

The Ableton Push 2 MIDI and display interface manual.
647 stars 74 forks source link

Debouncing Push 2 buttons? #10

Closed brunchboy closed 8 years ago

brunchboy commented 8 years ago

I am finding that often when I press a button once on the Push 2, I get an extra set of note on/off events, which causes my user interface to respond twice as much as it should, for example, scrolling past the item I was trying to reach.

As an example, here is output from MIDI Monitor when carefully pressing and releasing one of the buttons right beneath the display just once:

23:18:18.439    From User Port  Control 1   23  127
23:18:18.440    From User Port  Control 1   23  0
23:18:18.440    From User Port  Control 1   23  127
23:18:18.603    From User Port  Control 1   23  0

Is this something which can be adjusted/corrected in the Push 2 configuration or firmware, or am I going to have to code defensively against it somehow? This is never an issue on my original Push, and it is currently presenting a serious problem for me.

brunchboy commented 8 years ago

This appears to be an issue with my particular hardware, and I am in the process of getting it resolved with the expert help of Ableton Support, so I am closing this issue.