Set global howler volume, use log volume scale internally

fixes:
- next track volume
- saves precise volume slider position
- keyboard shortcut now sets volume in correct scale
This commit is contained in:
JuniorJPDJ 2021-06-24 05:25:39 +02:00 committed by Georg Krause
parent ffc9109a45
commit 13c3b22b02
4 changed files with 11 additions and 11 deletions

View file

@ -0,0 +1 @@
Use global Howler volume instead of setting it separatly for each track (fixes #1542)

View file

@ -0,0 +1 @@
Store volume in logarithmic scale and convert when setting it to audio (fixes #1543)