mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:17:34 +00:00
Piano: Add track controls to the player widget
Adds the ability to add a track and cycle through the tracks from player widget. Also displays the current track being played or edited in a dropdown that allows for quick track selection.
This commit is contained in:
parent
2b47e1233b
commit
65df30d00c
7 changed files with 78 additions and 9 deletions
|
@ -25,7 +25,7 @@ class MainWidget final : public GUI::Widget {
|
|||
public:
|
||||
virtual ~MainWidget() override;
|
||||
|
||||
void add_actions(GUI::Menu&);
|
||||
void add_track_actions(GUI::Menu&);
|
||||
|
||||
void set_octave_and_ensure_note_change(Direction);
|
||||
void set_octave_and_ensure_note_change(int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue