mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 16:07:45 +00:00
Piano: Add Play/Pause, Forward and Back buttons
Piano now has a toolbar allowing the playback to be paused, or to be stepped forward or back a note.
This commit is contained in:
parent
54c005754a
commit
74f1f2b5e2
10 changed files with 234 additions and 69 deletions
|
@ -6,12 +6,14 @@ serenity_component(
|
|||
)
|
||||
|
||||
set(SOURCES
|
||||
AudioPlayerLoop.cpp
|
||||
Track.cpp
|
||||
TrackManager.cpp
|
||||
KeysWidget.cpp
|
||||
KnobsWidget.cpp
|
||||
main.cpp
|
||||
MainWidget.cpp
|
||||
PlayerWidget.cpp
|
||||
RollWidget.cpp
|
||||
SamplerWidget.cpp
|
||||
WaveWidget.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue