From 7cd2ef47ccf7730ada9a61deacfce6ea03b5516d Mon Sep 17 00:00:00 2001 From: gramanas Date: Tue, 18 Apr 2023 23:33:12 +0300 Subject: Add adsr peak --- src/synth_engine.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/synth_engine.h') 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; -- cgit v1.2.3