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:
parent
7663fbb19e
commit
3ca059da2d
4 changed files with 221 additions and 1 deletions
|
@ -2,6 +2,7 @@ set(SOURCES
|
|||
Clip.cpp
|
||||
Track.cpp
|
||||
Effects.cpp
|
||||
Synthesizers.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibDSP dsp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue