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:
parent
7663fbb19e
commit
3ca059da2d
4 changed files with 221 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue