From 7828597e5f159010c168f9fe366828825fc75205 Mon Sep 17 00:00:00 2001 From: grm Date: Thu, 27 Nov 2025 15:53:51 +0200 Subject: chore: remove x value, tidy some code --- src/synth_engine.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/synth_engine.h') diff --git a/src/synth_engine.h b/src/synth_engine.h index dafff90..a29c389 100644 --- a/src/synth_engine.h +++ b/src/synth_engine.h @@ -103,8 +103,6 @@ typedef struct { int autogain; - float x; - midi_note_t midi_note[MIDI_NOTES]; midi_note_t * midi_active[MIDI_NOTES]; int midi_active_n; @@ -133,7 +131,7 @@ typedef struct { int modifiers[16]; int modi; - float (*gen[7]) (float freq, midi_note_t * midi_note, float x, unsigned int sample_rate); + float (*gen[7]) (float freq, midi_note_t * midi_note); int geni; BWLowPass* fff; -- cgit v1.2.3