pedrolcl / VMPK

Virtual MIDI Piano Keyboard (Mirror)
https://sourceforge.net/projects/vmpk/
GNU General Public License v3.0
36 stars 6 forks source link

Clicking or using the mouse-wheel over knobs moves them but doesn't generate events #19

Closed pedrolcl closed 9 months ago

pedrolcl commented 10 months ago

SF ticket 88

Only dragging the knobs generates events. Clicking or using the mouse-wheel on them rotates the knob but doesn't send any events.

The connected signal is sliderMoved() that activates only when the user drags the mouse, instead of valueChanged() which triggers even when the value is changed programmatically . See QAbstractSlider.

Created by @berarma