ladybird/Userland/Libraries/LibDSP
kleines Filmröllchen cc9aab7462 LibDSP: Add Envelope abstraction
For the upcoming synthesizer, having an abstracted ADSR envelope concept
is highly desirable. Additionally, Envelope is mostly constexpr and
therefore super fast :^)
2021-11-22 22:26:17 +01:00
..
Clip.cpp Libraries: Add LibDSP 2021-08-31 17:03:55 +04:30
Clip.h Libraries: Add LibDSP 2021-08-31 17:03:55 +04:30
CMakeLists.txt Libraries: Add LibDSP 2021-08-31 17:03:55 +04:30
Effects.cpp LibDSP: Remove unused Effects::Delay::m_old_delay_size member 2021-09-28 10:58:09 +02:00
Effects.h LibDSP: Remove unused Effects::Delay::m_old_delay_size member 2021-09-28 10:58:09 +02:00
Envelope.h LibDSP: Add Envelope abstraction 2021-11-22 22:26:17 +01:00
Music.h LibDSP: Add Envelope abstraction 2021-11-22 22:26:17 +01:00
Processor.h Libraries: Add LibDSP 2021-08-31 17:03:55 +04:30
ProcessorParameter.h AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00
Track.cpp LibDSP: Optimize note processing 2021-11-11 09:19:17 +01:00
Track.h Audio: Fix code smells and issues found by static analysis 2021-11-15 23:00:11 +00:00
Transport.h LibDSP: Move to constexpr wherever possible 2021-11-11 09:19:17 +01:00