ladybird/Userland/Applications/Piano
Andreas Kling 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
This was used in a lot of places, so this patch makes liberal use of
ErrorOr<T>::release_value_but_fixme_should_propagate_errors().
2021-11-08 00:35:27 +01:00
..
AudioPlayerLoop.cpp Userland+LibAudio: Make audio applications support dynamic sample rate 2021-08-27 23:35:27 +04:30
AudioPlayerLoop.h Applications: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
CMakeLists.txt Piano: Use LibDSP to implement delay 2021-08-31 17:03:55 +04:30
KeysWidget.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
KeysWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
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 ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01: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 LibGUI: Rename ScrollableWidget => AbstractScrollableWidget 2021-05-03 21:03:13 +02:00
SamplerWidget.cpp LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
SamplerWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Track.cpp LibDSP+Piano: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
Track.h Piano: Use LibDSP to implement delay 2021-08-31 17:03:55 +04:30
TrackManager.cpp Piano: Fix typo in Copyright header 2021-10-27 11:35:47 -07:00
TrackManager.h Piano: Add Play/Pause, Forward and Back buttons 2021-07-14 12:07:43 +04:30
WaveWidget.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WaveWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00