From 5f3058f662b7222ea47a49ea2a450aa0491b5496 Mon Sep 17 00:00:00 2001 From: grm Date: Thu, 27 Nov 2025 18:33:13 +0200 Subject: feat: add global lfo index and viz for cutoff lfo --- src/synth_engine.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/synth_engine.h') diff --git a/src/synth_engine.h b/src/synth_engine.h index a29c389..254bf21 100644 --- a/src/synth_engine.h +++ b/src/synth_engine.h @@ -110,6 +110,8 @@ typedef struct { adsr_t adsr; adsr_t f_adsr; + int lfo_on_cutoff; + float lfo_index; lfo_t lfo; int octave; @@ -119,7 +121,7 @@ typedef struct { int deli; cc_t cc_del_time; cc_t cc_del_feedback; - unsigned long long counter; + unsigned long long delay_counter; int f_adsr_enabled; int filter; -- cgit v1.2.3