1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 20:37:35 +00:00

LibDSP: Create Classic synth

The Classic synthesizer is a replication of Piano's old synthesizer
engine that is removed in the next commit.
This commit is contained in:
kleines Filmröllchen 2021-09-28 18:00:12 +02:00 committed by Andreas Kling
parent 7663fbb19e
commit 3ca059da2d
4 changed files with 221 additions and 1 deletions

View file

@ -2,6 +2,7 @@ set(SOURCES
Clip.cpp
Track.cpp
Effects.cpp
Synthesizers.cpp
)
serenity_lib(LibDSP dsp)