diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2023-09-14 14:37:13 +0300 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2023-09-14 14:37:13 +0300 |
commit | 51821bb2e9b67fc70486a4ee8dcbc88971adc3b6 (patch) | |
tree | 03e32617e4625d54ec9bd0d449e514d1344c52bd /src/synth_engine.h | |
parent | 2a2a1b0d9fc4bfffcaf23d2f66d38d6927d76bbe (diff) | |
download | synth-project-51821bb2e9b67fc70486a4ee8dcbc88971adc3b6.tar.gz synth-project-51821bb2e9b67fc70486a4ee8dcbc88971adc3b6.tar.bz2 synth-project-51821bb2e9b67fc70486a4ee8dcbc88971adc3b6.zip |
More cleanup
Diffstat (limited to 'src/synth_engine.h')
-rw-r--r-- | src/synth_engine.h | 4 |
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; |