summaryrefslogtreecommitdiff
path: root/Userland/Applications/Piano
AgeCommit message (Expand)Author
2021-12-30Everywhere: Use 'increase_slider_by()' method from AbstractSliderElyse
2021-12-20Piano: Make `Key_Space` shortcut to toggle playbackJunior Rantila
2021-12-11Piano: Add track controls to the player widgetJose Flores
2021-11-28LibAudio: New error propagation API in Loader and Bufferkleines Filmröllchen
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling
2021-11-22Everywhere: Use Application::construct() with Main::Arguments directlyMustafa Quraish
2021-11-22Piano: Port to LibMainPascal Puffke
2021-11-22Piano: Move to LibDSP's Classic synthesizerkleines Filmröllchen
2021-11-21Piano: Use default sample rate in absence of audio deviceJelle Raaijmakers
2021-11-16Piano: Create controller widgets for processor parameterskleines Filmröllchen
2021-11-15Piano: Always show Processor parameter valueskleines Filmröllchen
2021-11-15Audio: Fix code smells and issues found by static analysiskleines Filmröllchen
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibAudio: Rename Audio::Frame -> Audio::SampleDavid Isaksson
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-02LibDSP+Piano: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-11-02Applications: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-27Piano: Fix typo in Copyright headerBen Wiederhake
2021-10-01Userland: Fix typosNico Weber
2021-09-12Audio: Change how volume workskleines Filmröllchen
2021-09-04Piano: Format slider values when initially setMusab Kılıç
2021-09-03Piano: Draw note names on top of notesMusab Kılıç
2021-09-03AK: Rename create<T> => make_ref_counted<T>Andreas Kling
2021-08-31Piano: Use LibDSP to implement delaykleines Filmröllchen
2021-08-31Piano: Add velocity and pitch supportkleines Filmröllchen
2021-08-27Userland: Two low-sample rate fixeskleines Filmröllchen
2021-08-27Userland+LibAudio: Make audio applications support dynamic sample ratekleines Filmröllchen
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-01Applications: Remove unused header includesBrian Gianforcaro
2021-07-31Piano: Add menus before showing the windowLuK1337
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
2021-07-14Piano: Add Play/Pause, Forward and Back buttonsJJ Roberts-White
2021-07-05Piano: Use AudioServer instead of /dev/audio for audiokleines Filmröllchen
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-15AK: Add support for removing SinglyLinkedList nodes during iterationIdan Horowitz
2021-05-23LibIPC: Remove unnecessary IPC::ServerConnection::handshake()Andreas Kling
2021-05-22Userland: Rename LibThread => LibThreadingAndreas Kling
2021-05-21Applications: Use titlecase and distinct underlined characters in menusMax Wipfli
2021-05-21Userland: Change typedef to using directiveLenny Maiorani
2021-05-17Piano: Use the return key emoji in the key labelsGrant Yap
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-12Everywhere: Add Alt shortcuts to remaining top-level menusLinus Groh
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-03LibGUI: Rename ScrollableWidget => AbstractScrollableWidgetAndreas Kling
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson