ladybird/Userland/Applications/Piano
Jose Flores 65df30d00c 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.
2021-12-11 23:07:21 +01:00
..
ProcessorParameterWidget Piano: Create controller widgets for processor parameters 2021-11-16 00:09:58 +00:00
AudioPlayerLoop.cpp LibAudio: New error propagation API in Loader and Buffer 2021-11-28 13:33:51 -08:00
AudioPlayerLoop.h Applications: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
CMakeLists.txt Piano: Port to LibMain 2021-11-22 23:56:22 +01:00
KeysWidget.cpp Piano: Move to LibDSP's Classic synthesizer 2021-11-22 22:26:17 +01:00
KeysWidget.h
KnobsWidget.cpp Piano: Move to LibDSP's Classic synthesizer 2021-11-22 22:26:17 +01:00
KnobsWidget.h Piano: Move to LibDSP's Classic synthesizer 2021-11-22 22:26:17 +01:00
main.cpp Piano: Add track controls to the player widget 2021-12-11 23:07:21 +01:00
MainWidget.cpp Piano: Add track controls to the player widget 2021-12-11 23:07:21 +01:00
MainWidget.h Piano: Add track controls to the player widget 2021-12-11 23:07:21 +01:00
Music.h Piano: Move to LibDSP's Classic synthesizer 2021-11-22 22:26:17 +01:00
PlayerWidget.cpp Piano: Add track controls to the player widget 2021-12-11 23:07:21 +01:00
PlayerWidget.h Piano: Add track controls to the player widget 2021-12-11 23:07:21 +01:00
RollWidget.cpp LibGfx: Use ErrorOr<T> for Bitmap::try_create() 2021-11-08 00:35:27 +01:00
RollWidget.h Piano: Move to LibDSP's Classic synthesizer 2021-11-22 22:26:17 +01:00
SamplerWidget.cpp Piano: Move to LibDSP's Classic synthesizer 2021-11-22 22:26:17 +01:00
SamplerWidget.h
Track.cpp LibAudio: New error propagation API in Loader and Buffer 2021-11-28 13:33:51 -08:00
Track.h Piano: Move to LibDSP's Classic synthesizer 2021-11-22 22:26:17 +01:00
TrackManager.cpp Piano: Add track controls to the player widget 2021-12-11 23:07:21 +01:00
TrackManager.h Piano: Add track controls to the player widget 2021-12-11 23:07:21 +01:00
WaveWidget.cpp Piano: Move to LibDSP's Classic synthesizer 2021-11-22 22:26:17 +01:00
WaveWidget.h