ladybird/Userland/Applications/Piano
Hendiadyoin1 ed46d52252 Everywhere: Use AK/Math.h if applicable
AK's version should see better inlining behaviors, than the LibM one.
We avoid mixed usage for now though.

Also clean up some stale math includes and improper floatingpoint usage.
2021-07-19 16:34:21 +04:30
..
AudioPlayerLoop.cpp Piano: Add Play/Pause, Forward and Back buttons 2021-07-14 12:07:43 +04:30
AudioPlayerLoop.h Piano: Add Play/Pause, Forward and Back buttons 2021-07-14 12:07:43 +04:30
CMakeLists.txt Piano: Add Play/Pause, Forward and Back buttons 2021-07-14 12:07:43 +04:30
KeysWidget.cpp Piano: Use the return key emoji in the key labels 2021-05-17 00:16:49 +01:00
KeysWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
KnobsWidget.cpp Piano: Add track Volume and improve QOL 2021-04-25 11:30:41 +02:00
KnobsWidget.h Piano: Add track Volume and improve QOL 2021-04-25 11:30:41 +02:00
main.cpp Piano: Add Play/Pause, Forward and Back buttons 2021-07-14 12:07:43 +04:30
MainWidget.cpp Piano: Add Play/Pause, Forward and Back buttons 2021-07-14 12:07:43 +04:30
MainWidget.h Piano: Add Play/Pause, Forward and Back buttons 2021-07-14 12:07:43 +04:30
Music.h Piano: Use AudioServer instead of /dev/audio for audio 2021-07-05 19:33:55 +02:00
PlayerWidget.cpp Piano: Add Play/Pause, Forward and Back buttons 2021-07-14 12:07:43 +04:30
PlayerWidget.h Piano: Add Play/Pause, Forward and Back buttons 2021-07-14 12:07:43 +04:30
RollWidget.cpp Everywhere: Use AK/Math.h if applicable 2021-07-19 16:34:21 +04:30
RollWidget.h LibGUI: Rename ScrollableWidget => AbstractScrollableWidget 2021-05-03 21:03:13 +02:00
SamplerWidget.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SamplerWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Track.cpp Everywhere: Use AK/Math.h if applicable 2021-07-19 16:34:21 +04:30
Track.h AK: Add support for removing SinglyLinkedList nodes during iteration 2021-06-15 23:59:21 +01:00
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 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