From 1e374b426b4182c7b73b35219aadaca267b9623c Mon Sep 17 00:00:00 2001 From: gramanas Date: Wed, 19 Apr 2023 04:00:08 +0300 Subject: fake poly --- src/synth_engine.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/synth_engine.h') diff --git a/src/synth_engine.h b/src/synth_engine.h index a540126..1191892 100644 --- a/src/synth_engine.h +++ b/src/synth_engine.h @@ -47,11 +47,16 @@ typedef struct { float gain; float x; + int notes_active; + float freq[100]; + unsigned long long freq_count[100]; + note_t n; adsr_t adsr; int octave; + int poly; int multi; int filter; int clamp; -- cgit v1.2.3