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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/synth_engine.h b/src/synth_engine.h
index c3175ec..b3b16d6 100644
--- a/src/synth_engine.h
+++ b/src/synth_engine.h
@@ -68,6 +68,13 @@ typedef struct {
int octave;
+ int delay;
+ float del[SAMPLE_RATE * 10];
+ int deli;
+ float del_time;
+ float del_feedback;
+ unsigned long long counter;
+
int poly;
int multi;
int filter;