invert volume scrollwheel

<daniiooo> also iirc some time ago we were talking about the scroll for volume ed
<daniiooo> and how its reversed
<ed> is it reversed though? most people said it worked the way they expected
<daniiooo> fuck maybe i agreed back then too
<daniiooo> its the opposite in both aimp and mpv though
<ed> is it w
<tatsu> its a feature
<Devices> it's to keep you on your toes
<Devices> consciously use copyparty
<ed> i can invert it no problem
<ed> would be a nice surprise for anyone who's used it
<Flaminator> Scroll down turns the audio down right?
<daniiooo> ye it makes it louder in cpp
<Devices> why would scrolling down make something louder
<Vin> yeah that's odd
<Vin> scrolling up should make it louder
<Flaminator> It's what it does for me in winamp, mpc-hc and foobar2000.
<daniiooo> so now the question is who itc agreed to whats currently in cpp
<daniiooo> haha
<ed> idk but i'm inverting it
<ed> let's invert it every 6 months
This commit is contained in:
ed 2024-08-17 20:36:59 +00:00
parent 0b46b1a614
commit 7d8d94388b

View file

@ -2543,6 +2543,7 @@ function mpause(e) {
if (!dist || !mp.au) if (!dist || !mp.au)
return true; return true;
dist *= -1;
mp.setvol(mp.vol + dist / 500); mp.setvol(mp.vol + dist / 500);
vbar.draw(); vbar.draw();
ev(e); ev(e);