summaryrefslogtreecommitdiffstats
path: root/src/synth_engine.h
diff options
context:
space:
mode:
authorgrm <grm@eyesin.space>2025-07-16 23:48:56 +0300
committergrm <grm@eyesin.space>2025-07-16 23:49:27 +0300
commitc340fca84f2ac7c198426a9490b46225d41bcea3 (patch)
treeedb0a678f40c84837d7181f633810a11b554d5ce /src/synth_engine.h
parent130d670d4d37a418ce581be2c3dcebad038cea3b (diff)
downloadsynth-project-c340fca84f2ac7c198426a9490b46225d41bcea3.tar.gz
synth-project-c340fca84f2ac7c198426a9490b46225d41bcea3.tar.bz2
synth-project-c340fca84f2ac7c198426a9490b46225d41bcea3.zip
[AI] draw filter adsrHEADmaster
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 e198c22..8330daa 100644
--- a/src/synth_engine.h
+++ b/src/synth_engine.h
@@ -52,6 +52,7 @@ typedef struct synth_viz {
int wave_enabled;
int adsr_enabled;
int adsr_graph_enabled;
+ int filter_adsr_graph_enabled;
int osc_enabled;
int freeze;
int rate_divider;