serenity/Userland/Applications/Piano
Dan Klishch 5ed7cd6e32 Everywhere: Use east const in more places
These changes are compatible with clang-format 16 and will be mandatory
when we eventually bump clang-format version. So, since there are no
real downsides, let's commit them now.
2024-04-19 06:31:19 -04:00
..
ProcessorParameterWidget Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
AudioPlayerLoop.cpp LibAudio: Use Encoder interface for WavWriter 2023-08-12 12:25:26 -06:00
AudioPlayerLoop.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
CMakeLists.txt Meta: Rename compile_gml to stringify_gml 2023-08-11 21:33:48 +02:00
ExportProgressWidget.gml Piano: Show a progress window when exporting WAV 2023-02-08 20:07:37 -05:00
ExportProgressWindow.cpp Userland: Port to automatic GML initializer where possible 2024-01-29 05:21:48 -07:00
ExportProgressWindow.h Userland: Port to automatic GML initializer where possible 2024-01-29 05:21:48 -07:00
KeysWidget.cpp Piano: Clean up code style with help from clang-tidy 2023-02-25 20:49:41 -07:00
KeysWidget.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
main.cpp LibCore: Stop obsessing about tiny OOMs in Core::Timer 2024-04-17 07:16:52 +02:00
MainWidget.cpp Kernel: Set correct KeyCode count 2024-01-14 15:06:37 -07:00
MainWidget.h Piano: Allow per-track controls (again) 2023-05-05 01:32:09 +02:00
Music.h Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
PlayerWidget.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
PlayerWidget.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
RollWidget.cpp Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
RollWidget.h Piano: Fix insertion and deletion of notes 2023-02-15 12:58:25 +01:00
SamplerWidget.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
SamplerWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
TrackControlsWidget.cpp Userland: Use non-fallible EventReceiver::add() where possible 2023-09-25 10:58:31 +02:00
TrackControlsWidget.h Piano: Allow per-track controls (again) 2023-05-05 01:32:09 +02:00
TrackManager.cpp Piano: Clean up code style with help from clang-tidy 2023-02-25 20:49:41 -07:00
TrackManager.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
WaveWidget.cpp Piano: Cache buffers in Track and WaveWidget 2023-08-04 12:56:27 +02:00
WaveWidget.h Piano: Cache buffers in Track and WaveWidget 2023-08-04 12:56:27 +02:00