diff options
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; |