1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 12:05:13 +00:00
serenity/Userland/Libraries/LibDSP
kleines Filmröllchen b14a64b3c8 Piano: Move to LibDSP's Classic synthesizer
Almost all synthesizer code in Piano is removed in favor of the LibDSP
reimplementation.

This causes some issues that mainly have to do with the way Piano
currently handles talking to LibDSP. Additionally, the sampler is gone
for now and will be reintroduced with future work.
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 LibDSP: Create Classic synth 2021-11-22 22:26:17 +01: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: Create Classic synth 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 Piano: Move to LibDSP's Classic synthesizer 2021-11-22 22:26:17 +01:00
Synthesizers.cpp Piano: Move to LibDSP's Classic synthesizer 2021-11-22 22:26:17 +01:00
Synthesizers.h LibDSP: Create Classic synth 2021-11-22 22:26:17 +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