summaryrefslogtreecommitdiffstats
path: root/src/synth_engine.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth_engine.c')
-rw-r--r--src/synth_engine.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/synth_engine.c b/src/synth_engine.c
index 5c15565..517f9d8 100644
--- a/src/synth_engine.c
+++ b/src/synth_engine.c
@@ -465,10 +465,7 @@ init_synth(synth_t * synth)
synth->del_feedback = 0.5f;
synth->counter;
- synth->poly = 0;
- synth->multi = 0;
synth->filter = 1;
- synth->cutoff = 22000.0f;
synth->clamp = 1;
synth->gen[0] = gen0;