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, 0 insertions, 4 deletions
diff --git a/src/synth_engine.h b/src/synth_engine.h
index b3b16d6..aee38d9 100644
--- a/src/synth_engine.h
+++ b/src/synth_engine.h
@@ -75,8 +75,6 @@ typedef struct {
float del_feedback;
unsigned long long counter;
- int poly;
- int multi;
int filter;
int clamp;
@@ -86,8 +84,6 @@ typedef struct {
float (*gen[7]) (float freq, midi_note_t * midi_note, float x, unsigned int sample_rate);
int geni;
- float cutoff;
-
BWLowPass* fff;
BWBandStop* fff2;