summaryrefslogtreecommitdiff
path: root/Userland/Applications/Piano
AgeCommit message (Expand)Author
2022-05-03LibAudio+Userland: Remove Audio::LegacyBufferkleines Filmröllchen
2022-04-21LibAudio+Userland: Use new audio queue in client-server communicationkleines Filmröllchen
2022-04-21LibAudio+Everywhere: Rename Audio::Buffer -> Audio::LegacyBufferkleines Filmröllchen
2022-04-18Userland: Always construct Application with try_create()Sam Atkins
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-14Piano: Decrease sample headroomkleines Filmröllchen
2022-02-28Piano: Respect logarithmic parameters in sliderskleines Filmröllchen
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2022-02-15Base+Piano: Insert missing icons into menubarelectrikmilk
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-02-06AK: Move integral log2 and exp to IntegerMath.hHendiadyoin1
2022-01-20Userland: Add horizontal mouse scroll supportDmitry Petrov
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2022-01-14Everywhere: Use my new serenityos.org e-mail :^)kleines Filmröllchen
2022-01-09Piano: Propagate errors using try_set_main_widget in maincreator1creeper1
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