1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 20:50:59 +00:00
serenity/Userland/Applications/Piano
kleines Filmröllchen 7b3b743f88 Piano: Move octave controls into main widget
This is not related to the track controls and it may move into another
separate widget in the future. The move also allows to simplify the
octave slider callback logic.
2023-02-25 20:49:41 -07:00
..
ProcessorParameterWidget Piano: Clean up code style with help from clang-tidy 2023-02-25 20:49:41 -07:00
AudioPlayerLoop.cpp Piano: Show a progress window when exporting WAV 2023-02-08 20:07:37 -05:00
AudioPlayerLoop.h Piano: Show a progress window when exporting WAV 2023-02-08 20:07:37 -05: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 Piano: Show a progress window when exporting WAV 2023-02-08 20:07:37 -05: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 Piano: Show a progress window when exporting WAV 2023-02-08 20:07:37 -05:00
MainWidget.cpp Piano: Move octave controls into main widget 2023-02-25 20:49:41 -07:00
MainWidget.h Piano: Move octave controls into main widget 2023-02-25 20:49:41 -07:00
Music.h Piano+LibDSP: Move Track to LibDSP 2022-07-22 19:35:41 +01:00
PlayerWidget.cpp LibGUI+Userland: Stop returning Layout from Widget::(try_)set_layout() 2023-02-18 16:56:56 +00:00
PlayerWidget.h Piano: Propagate errors in PlayerWidget 2023-02-02 14:47:24 +01:00
RollWidget.cpp Piano: Fix insertion and deletion of notes 2023-02-15 12:58:25 +01:00
RollWidget.h Piano: Fix insertion and deletion of notes 2023-02-15 12:58:25 +01:00
SamplerWidget.cpp Userland: Specify margins and spacing in the GUI::Layout constructor 2023-02-18 16:56:56 +00:00
SamplerWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
TrackControlsWidget.cpp Piano: Move octave controls into main widget 2023-02-25 20:49:41 -07:00
TrackControlsWidget.h Piano: Move octave controls into main widget 2023-02-25 20:49:41 -07:00
TrackManager.cpp Piano: Clean up code style with help from clang-tidy 2023-02-25 20:49:41 -07:00
TrackManager.h Piano: Remove declarations for non-existent methods 2023-01-27 20:33:18 +00: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