monome / norns

norns is many sound instruments.
http://monome.org
GNU General Public License v3.0
614 stars 144 forks source link

disable acceleration (or reduce it) within menu #376

Closed tehn closed 5 years ago

tehn commented 6 years ago

way too twitchy

simonvanderveldt commented 6 years ago

Without the knobs it was pretty annoying, but I haven't really had any issues since I put the knobs on. Does it skip over the menu items too quickly for you?

tehn commented 6 years ago

it's particularly twitchy with long lists like system > audio

nf commented 5 years ago

I'm happy to take a crack at fixing this.

pq commented 5 years ago

iirc should make for an easy tweak in menu.lua.

https://github.com/monome/norns/blob/7c553e4f0f8dcb2fd35b031f1db43aa07826b5ee/lua/menu.lua#L305-L308

nf commented 5 years ago

Thanks @pq, that was the spot.

I disabled acceleration and it did the trick for me. I'm sure further tweaks should be made, but this is a step in the right direction.

antonhornquist commented 5 years ago

@nf fix is mot merged

tehn commented 5 years ago

https://github.com/monome/norns/pull/480

tehn commented 5 years ago

acceleration should be enabled for LEVELS screen (so all faders will react the same)