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.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/synth_engine.h b/src/synth_engine.h
index e35e8fb..674a11e 100644
--- a/src/synth_engine.h
+++ b/src/synth_engine.h
@@ -53,15 +53,19 @@ typedef struct {
int multi;
int filter;
- float cutoff;
- float resonance;
int clamp;
float (*gen[4]) (float freq, unsigned long long phase, float x, unsigned int sample_rate);
int geni;
+ float cutoff;
+ float resonance;
+
BWLowPass* fff;
+ BWBandStop* fff2;
+ int active;
+
viz_t viz;
} synth_t;