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.h4
1 files changed, 3 insertions, 1 deletions
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;