vsariola / sointu

Fork of 4klang that can target 386, amd64 and WebAssembly. Tools run on Windows, Mac & Linux
MIT License
239 stars 15 forks source link

Mouse wheel on faders is inverted #112

Closed wayfu closed 4 months ago

wayfu commented 7 months ago

Currently, scrolling up decreases the value, and vice versa. Should be the other way 'round!

vsariola commented 7 months ago

Yeah, it should be. When putting it the way it is, I kind imagined how it would feel if the wheel is knob, but it's true that up = larger is the usual logical way it should be.

I'll flip them once I have my GUI rewrite/refactoring merged to the master.

vsariola commented 4 months ago

It was as hard as adding one minus sign :D The changelog message was longer than the actual change...