ladybird/Userland/Applications/Piano
kleines Filmröllchen 152ec28da0 Audio: Change how volume works
Across the entire audio system, audio now works in 0-1 terms instead of
0-100 as before. Therefore, volume is now a double instead of an int.
The master volume of the AudioServer changes smoothly through a
FadingProperty, preventing clicks. Finally, volume computations are done
with logarithmic scaling, which is more natural for the human ear.

Note that this could be 4-5 different commits, but as they change each
other's code all the time, it makes no sense to split them up.
2021-09-12 23:38:57 +02:00
..
AudioPlayerLoop.cpp Userland+LibAudio: Make audio applications support dynamic sample rate 2021-08-27 23:35:27 +04:30
AudioPlayerLoop.h Userland+LibAudio: Make audio applications support dynamic sample rate 2021-08-27 23:35:27 +04:30
CMakeLists.txt Piano: Use LibDSP to implement delay 2021-08-31 17:03:55 +04:30
KeysWidget.cpp Piano: Use the return key emoji in the key labels 2021-05-17 00:16:49 +01:00
KeysWidget.h
KnobsWidget.cpp Piano: Use LibDSP to implement delay 2021-08-31 17:03:55 +04:30
KnobsWidget.h Piano: Use LibDSP to implement delay 2021-08-31 17:03:55 +04:30
main.cpp Applications: Remove unused header includes 2021-08-01 08:10:16 +02:00
MainWidget.cpp Piano: Use LibDSP to implement delay 2021-08-31 17:03:55 +04:30
MainWidget.h Piano: Add Play/Pause, Forward and Back buttons 2021-07-14 12:07:43 +04:30
Music.h Audio: Change how volume works 2021-09-12 23:38:57 +02:00
PlayerWidget.cpp LibGfx: Use "try_" prefix for static factory functions 2021-07-21 18:02:15 +02:00
PlayerWidget.h Piano: Add Play/Pause, Forward and Back buttons 2021-07-14 12:07:43 +04:30
ProcessorParameterSlider.cpp Piano: Format slider values when initially set 2021-09-04 03:24:03 +02:00
ProcessorParameterSlider.h Piano: Use LibDSP to implement delay 2021-08-31 17:03:55 +04:30
RollWidget.cpp Piano: Draw note names on top of notes 2021-09-03 23:34:38 +02:00
RollWidget.h
SamplerWidget.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
SamplerWidget.h
Track.cpp Audio: Change how volume works 2021-09-12 23:38:57 +02:00
Track.h Piano: Use LibDSP to implement delay 2021-08-31 17:03:55 +04:30
TrackManager.cpp Piano: Add Play/Pause, Forward and Back buttons 2021-07-14 12:07:43 +04:30
TrackManager.h Piano: Add Play/Pause, Forward and Back buttons 2021-07-14 12:07:43 +04:30
WaveWidget.cpp
WaveWidget.h