index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
Piano
Age
Commit message (
Expand
)
Author
2022-07-25
Piano: Replace knob instantiations with ProcessorParameterWidgets
kleines Filmröllchen
2022-07-25
LibDSP: Remove Track volume getters and setters
kleines Filmröllchen
2022-07-25
Piano: Remove waveform cycling with C
kleines Filmröllchen
2022-07-25
Piano: Add a generic processor parameter widget
kleines Filmröllchen
2022-07-25
Piano: Add Toggle parameter widget
kleines Filmröllchen
2022-07-22
Piano: Increase AudioPlayerLoop resilience against scheduling weirdness
kleines Filmröllchen
2022-07-22
Piano+LibDSP: Move Track to LibDSP
kleines Filmröllchen
2022-07-19
LibDSP: Rename library namespace to DSP
kleines Filmröllchen
2022-07-19
LibAudio: Rename ConnectionFromClient to ConnectionToServer
kleines Filmröllchen
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-26
Piano: Use LibDSP::Keyboard for all keyboard-playing logic
kleines Filmröllchen
2022-05-26
Piano: Make TrackManager::next_track_index const
kleines Filmröllchen
2022-05-26
Piano: Use a real transport in the TrackManager
kleines Filmröllchen
2022-05-13
LibDSP+Piano: Convert DSP APIs to accept entire sample ranges
kleines Filmröllchen
2022-05-13
LibDSP: Remove Transport's time counter reference API
kleines Filmröllchen
2022-05-13
LibDSP: Refactor OOP non-functionally
kleines Filmröllchen
2022-05-07
LibAudio+LibDSP: Switch samples to 32-bit float instead of 64-bit float
kleines Filmröllchen
2022-05-03
LibAudio+Userland: Remove Audio::LegacyBuffer
kleines Filmröllchen
2022-04-21
LibAudio+Userland: Use new audio queue in client-server communication
kleines Filmröllchen
2022-04-21
LibAudio+Everywhere: Rename Audio::Buffer -> Audio::LegacyBuffer
kleines Filmröllchen
2022-04-18
Userland: Always construct Application with try_create()
Sam Atkins
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-14
Piano: Decrease sample headroom
kleines Filmröllchen
2022-02-28
Piano: Respect logarithmic parameters in sliders
kleines Filmröllchen
2022-02-25
Userland: Rename IPC ClientConnection => ConnectionFromClient
Itamar
2022-02-15
Base+Piano: Insert missing icons into menubar
electrikmilk
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-02-06
AK: Move integral log2 and exp to IntegerMath.h
Hendiadyoin1
2022-01-20
Userland: Add horizontal mouse scroll support
Dmitry Petrov
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2022-01-14
Everywhere: Use my new serenityos.org e-mail :^)
kleines Filmröllchen
2022-01-09
Piano: Propagate errors using try_set_main_widget in main
creator1creeper1
2021-12-30
Everywhere: Use 'increase_slider_by()' method from AbstractSlider
Elyse
2021-12-20
Piano: Make `Key_Space` shortcut to toggle playback
Junior Rantila
2021-12-11
Piano: Add track controls to the player widget
Jose Flores
2021-11-28
LibAudio: New error propagation API in Loader and Buffer
kleines Filmröllchen
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-23
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
Andreas Kling
2021-11-22
Everywhere: Use Application::construct() with Main::Arguments directly
Mustafa Quraish
2021-11-22
Piano: Port to LibMain
Pascal Puffke
2021-11-22
Piano: Move to LibDSP's Classic synthesizer
kleines Filmröllchen
2021-11-21
Piano: Use default sample rate in absence of audio device
Jelle Raaijmakers
2021-11-16
Piano: Create controller widgets for processor parameters
kleines Filmröllchen
2021-11-15
Piano: Always show Processor parameter values
kleines Filmröllchen
2021-11-15
Audio: Fix code smells and issues found by static analysis
kleines Filmröllchen
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibAudio: Rename Audio::Frame -> Audio::Sample
David Isaksson
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
[next]