1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 14:07:45 +00:00

Piano: Rename KnobsWidget to TrackControlsWidget

This more generic name will better reflect the purpose of the widget in
the future, as this commit begins the long process of enhancing the
widget into a container for all controls of Piano's currently selected
track.
This commit is contained in:
kleines Filmröllchen 2023-02-09 13:22:40 +01:00 committed by Andrew Kaster
parent 0190be9788
commit cf6676beb2
5 changed files with 12 additions and 12 deletions

View file

@ -11,12 +11,12 @@ set(SOURCES
AudioPlayerLoop.cpp
ExportProgressWindow.cpp
KeysWidget.cpp
KnobsWidget.cpp
main.cpp
MainWidget.cpp
PlayerWidget.cpp
RollWidget.cpp
SamplerWidget.cpp
TrackControlsWidget.cpp
TrackManager.cpp
WaveWidget.cpp
ProcessorParameterWidget/ParameterWidget.cpp