diff options
Diffstat (limited to 'src/synth_engine.h')
-rw-r--r-- | src/synth_engine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth_engine.h b/src/synth_engine.h index f771073..e198c22 100644 --- a/src/synth_engine.h +++ b/src/synth_engine.h @@ -47,7 +47,7 @@ typedef struct midi_note_t { int active; } midi_note_t; -typedef struct { +typedef struct synth_viz { int spectrum_enabled; int wave_enabled; int adsr_enabled; |