diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2023-04-18 23:33:12 +0300 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2023-04-18 23:37:37 +0300 |
commit | 7cd2ef47ccf7730ada9a61deacfce6ea03b5516d (patch) | |
tree | 5fcb923d4143683450ca21af1ce7faca4a0960d8 /src/synth_engine.h | |
parent | 560356027650af8cd3dcc21888cdc3a76382ea5d (diff) | |
download | synth-project-7cd2ef47ccf7730ada9a61deacfce6ea03b5516d.tar.gz synth-project-7cd2ef47ccf7730ada9a61deacfce6ea03b5516d.tar.bz2 synth-project-7cd2ef47ccf7730ada9a61deacfce6ea03b5516d.zip |
Add adsr peak
Diffstat (limited to 'src/synth_engine.h')
-rw-r--r-- | src/synth_engine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth_engine.h b/src/synth_engine.h index 674a11e..a540126 100644 --- a/src/synth_engine.h +++ b/src/synth_engine.h @@ -23,6 +23,7 @@ typedef struct { float a; + float peak; float d; float s; float r; |