summaryrefslogtreecommitdiffstats
path: root/src/synth_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth_engine.h')
-rw-r--r--src/synth_engine.h3
1 files changed, 3 insertions, 0 deletions
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;