1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-17 14:42:29 +00:00
serenity/Userland/Libraries/LibDSP
Brian Gianforcaro 55aecf5381 LibDSP: Fix potential slicing issue in volume_from_envelope
Use pointer or reference to avoid slicing from "PitchedEnvelope"
to "Envelope". This was found by SonarCloud.
2021-11-29 14:19:31 -08: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 SoundPlayer+LibDSP: Move the FFT implementation to LibDSP 2021-11-24 23:45:08 +00:00
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: Fix potential slicing issue in volume_from_envelope 2021-11-29 14:19:31 -08:00
FFT.cpp SoundPlayer+LibDSP: Move the FFT implementation to LibDSP 2021-11-24 23:45:08 +00:00
FFT.h SoundPlayer+LibDSP: Move the FFT implementation to LibDSP 2021-11-24 23:45:08 +00: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 Piano: Move to LibDSP's Classic synthesizer 2021-11-22 22:26:17 +01:00
Synthesizers.cpp LibDSP: Fix potential slicing issue in volume_from_envelope 2021-11-29 14:19:31 -08:00
Synthesizers.h LibDSP: Fix potential slicing issue in volume_from_envelope 2021-11-29 14:19:31 -08: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