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
/
Libraries
/
LibDSP
Age
Commit message (
Expand
)
Author
2023-05-05
Piano: Allow per-track controls (again)
kleines Filmröllchen
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-02-25
LibDSP: Don't crash on out-of-bounds parameter value
kleines Filmröllchen
2023-02-25
Everywhere: Use _{short_,}string to create Strings from literals
Linus Groh
2023-02-25
LibDSP: Get rid of DeprecatedString
kleines Filmröllchen
2023-02-15
Piano: Fix insertion and deletion of notes
Florian Kaiser
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-01-28
AK: Remove `try_` prefix from FixedArray creation functions
Linus Groh
2023-01-27
LibDSP: Remove declarations for non-existent methods
Sam Atkins
2022-12-09
Everywhere: Use C++ concepts instead of requires clauses
Moustafa Raafat
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-07-25
LibDSP: Add a fixed mastering processor to Track
kleines Filmröllchen
2022-07-25
LibDSP: Remove Track volume getters and setters
kleines Filmröllchen
2022-07-25
LibDSP: Actually implement the Mastering processor
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-05-26
LibDSP: Fix keyboard glitch in Classic
kleines Filmröllchen
2022-05-26
LibDSP: Introduce the Keyboard
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: Make the note frequencies an AK::Array instead of a C array
kleines Filmröllchen
2022-05-13
LibDSP: Improve const correctness
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-03-15
AK+Everywhere: Add sincos and use it in some places
Hendiadyoin1
2022-03-14
LibDSP: Add windowing functions
Arne Elster
2022-03-14
LibDSP: Generalize & improve FFT
kleines Filmröllchen
2022-02-28
LibDSP: Allow ProcessorRangeParameter to specify if it's a log value
kleines Filmröllchen
2022-02-26
LibDSP: Add IMDCT
Arne Elster
2022-01-14
Everywhere: Use my new serenityos.org e-mail :^)
kleines Filmröllchen
2021-12-05
LibDSP: Cast unused smart-pointer return value to void
Sam Atkins
2021-11-29
LibDSP: Fix potential slicing issue in volume_from_envelope
Brian Gianforcaro
2021-11-24
SoundPlayer+LibDSP: Move the FFT implementation to LibDSP
kleines Filmröllchen
2021-11-22
Piano: Move to LibDSP's Classic synthesizer
kleines Filmröllchen
2021-11-22
LibDSP: Create Classic synth
kleines Filmröllchen
2021-11-22
LibDSP: Introduce ProcessorEnumParameter
kleines Filmröllchen
2021-11-22
LibDSP: Add Envelope abstraction
kleines Filmröllchen
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-15
Audio: Fix code smells and issues found by static analysis
kleines Filmröllchen
2021-11-11
LibDSP: Optimize note processing
kleines Filmröllchen
2021-11-11
LibDSP: Move to constexpr wherever possible
kleines Filmröllchen
2021-11-11
LibDSP: Clean up ProcessorParameter header
kleines Filmröllchen
2021-11-08
LibAudio: Rename Audio::Frame -> Audio::Sample
David Isaksson
2021-11-02
LibDSP+Piano: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-09-28
LibDSP: Remove unused Effects::Delay::m_old_delay_size member
Brian Gianforcaro
2021-09-12
LibDSP+LibAudio: Use logarithmic scaling in delay effect
kleines Filmröllchen
[next]