serenity/Userland/Applications/Piano
2023-10-06 08:20:11 +02:00
..
ProcessorParameterWidget Applications: Stop calling set_tooltip_deprecated when we do have String 2023-10-06 08:20:11 +02:00
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: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
ExportProgressWindow.h Piano: Show a progress window when exporting WAV 2023-02-08 20:07:37 -05: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 Userland: Remember window state of productivity / editor applications 2023-09-24 20:00:00 -06:00
MainWidget.cpp Userland: Use nondeprecated set_tooltip for static and formatted strings 2023-10-06 08:20:11 +02:00
MainWidget.h Piano: Allow per-track controls (again) 2023-05-05 01:32:09 +02:00
Music.h Piano: Use Sample struct from LibDSP 2023-08-04 12:56:27 +02:00
PlayerWidget.cpp Userland: Use nondeprecated set_tooltip for static and formatted strings 2023-10-06 08:20:11 +02:00
PlayerWidget.h Piano: Allow per-track controls (again) 2023-05-05 01:32:09 +02:00
RollWidget.cpp Everywhere: Only use local includes where appropriate 2023-06-06 23:19:50 +02:00
RollWidget.h Piano: Fix insertion and deletion of notes 2023-02-15 12:58:25 +01:00
SamplerWidget.cpp AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
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