ladybird/Userland/Applications/Piano
kleines Filmröllchen 0ab19dc4cd Piano: Allow per-track controls (again)
This makes Piano exactly as usable as when I started the large refactor
some years ago, which *sounds* like I'm a terrible person but now it (1)
looks nicer and (2) has a flexible backend that can already deal with
aribtrary kinds of processors on any track.
2023-05-05 01:32:09 +02:00
..
ProcessorParameterWidget LibGUI+Userland: Port Labels to String 2023-04-30 05:48:14 +02:00
AudioPlayerLoop.cpp Piano+LibAudio: Port to Core::File 2023-04-09 20:58:54 -06:00
AudioPlayerLoop.h LibCore: Remove some unnecessary includes from EventLoop.h 2023-04-25 14:48:40 +02:00
CMakeLists.txt Piano: Rename KnobsWidget to TrackControlsWidget 2023-02-25 20:49:41 -07:00
ExportProgressWidget.gml Piano: Show a progress window when exporting WAV 2023-02-08 20:07:37 -05:00
ExportProgressWindow.cpp LibGUI+Userland: Port Labels to String 2023-04-30 05:48:14 +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 LibGUI+Userland: Make Window::*add_menu take name using new string 2023-04-19 07:59:54 +02:00
MainWidget.cpp Piano: Allow per-track controls (again) 2023-05-05 01:32:09 +02:00
MainWidget.h Piano: Allow per-track controls (again) 2023-05-05 01:32:09 +02:00
Music.h Piano+LibDSP: Move Track to LibDSP 2022-07-22 19:35:41 +01:00
PlayerWidget.cpp Piano: Allow per-track controls (again) 2023-05-05 01:32:09 +02:00
PlayerWidget.h Piano: Allow per-track controls (again) 2023-05-05 01:32:09 +02:00
RollWidget.cpp Piano: Allow per-track controls (again) 2023-05-05 01:32:09 +02:00
RollWidget.h Piano: Fix insertion and deletion of notes 2023-02-15 12:58:25 +01:00
SamplerWidget.cpp LibGUI+Userland: Port Labels to String 2023-04-30 05:48:14 +02:00
SamplerWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
TrackControlsWidget.cpp Piano: Allow per-track controls (again) 2023-05-05 01:32:09 +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 Piano: Allow per-track controls (again) 2023-05-05 01:32:09 +02:00
WaveWidget.cpp Piano+LibDSP: Move Track to LibDSP 2022-07-22 19:35:41 +01:00
WaveWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00