From 4f7de09c753ece6f2099512522d489b0104a59a8 Mon Sep 17 00:00:00 2001 From: gramanas Date: Mon, 27 Nov 2023 18:33:42 +0200 Subject: cc adsr and ui --- src/synth_engine.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/synth_engine.h') diff --git a/src/synth_engine.h b/src/synth_engine.h index 34f90b2..674c287 100644 --- a/src/synth_engine.h +++ b/src/synth_engine.h @@ -44,6 +44,7 @@ typedef struct { int spectrum_enabled; int wave_enabled; int adsr_enabled; + int adsr_graph_enabled; int osc_enabled; int freeze; int rate_divider; @@ -66,6 +67,8 @@ typedef struct { typedef struct { PaStream *stream; + int wvt_pos; + cc_t * ccs[128]; int cci; -- cgit v1.2.3