summaryrefslogtreecommitdiff
path: root/Userland/Applications/Piano/TrackManager.h
AgeCommit message (Expand)Author
2022-07-22Piano+LibDSP: Move Track to LibDSPkleines Filmröllchen
2022-07-19LibDSP: Rename library namespace to DSPkleines Filmröllchen
2022-05-26Piano: Use LibDSP::Keyboard for all keyboard-playing logickleines Filmröllchen
2022-05-26Piano: Make TrackManager::next_track_index constkleines Filmröllchen
2022-05-26Piano: Use a real transport in the TrackManagerkleines Filmröllchen
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2021-12-11Piano: Add track controls to the player widgetJose Flores
2021-11-22Piano: Move to LibDSP's Classic synthesizerkleines Filmröllchen
2021-07-14Piano: Add Play/Pause, Forward and Back buttonsJJ Roberts-White
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Applications: Move to Userland/Applications/Andreas Kling