summaryrefslogtreecommitdiffstats
path: root/src/synth_engine.h
diff options
context:
space:
mode:
authorgramanas <anastasis.gramm2@gmail.com>2023-04-18 23:33:12 +0300
committergramanas <anastasis.gramm2@gmail.com>2023-04-18 23:37:37 +0300
commit7cd2ef47ccf7730ada9a61deacfce6ea03b5516d (patch)
tree5fcb923d4143683450ca21af1ce7faca4a0960d8 /src/synth_engine.h
parent560356027650af8cd3dcc21888cdc3a76382ea5d (diff)
downloadsynth-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.h1
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;