Comment 1 for bug 1748001

Revision history for this message
Benis (beenisss) wrote :

Looks like there are two separate issues here.

Regarding the small pitch adjustment buttons, if I run Mixxx in developer mode and hover over the buttons, the Up button has these characteristics:

LeftConnection:[Channel1],pitch_up Parameter: 0 Value: 0 Direction: FROM_AND_TO_WIDGET Emit: PRESS_AND_RELEASE
RightConnection:[Channel1],pitch_up Parameter: 0 Value: 0 Direction: FROM_WIDGET Emit: PRESS_AND_RELEASE
DisplayConnection:[Channel1],pitch_up Parameter: 0 Value: 0 Direction: FROM_AND_TO_WIDGET Emit: PRESS_AND_RELEASE

Whereas the Down button only has:
LeftConnection:[Channel1],pitch_down Parameter: 0 Value: 0 Direction: FROM_AND_TO_WIDGET Emit: PRESS_AND_RELEASE
DisplayConnection:[Channel1],pitch_down Parameter: 0 Value: 0 Direction: FROM_AND_TO_WIDGET Emit: PRESS_AND_RELEASE

Will update on the other issue once I get my head around Eclipse.