1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 08:57:47 +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

@ -10,7 +10,8 @@
namespace LibDSP {
enum class EnvelopeState : u8 {
// For now, this cannot be optimal as clang doesn't know underlying type specifications.
enum EnvelopeState {
Off,
Attack,
Decay,