From c03d395f6848fe9b2d1185173a9cf5ec8277394f Mon Sep 17 00:00:00 2001 From: gramanas Date: Tue, 21 Nov 2023 14:07:33 +0200 Subject: Crappy fft for spectrum analysis and initial gtk test --- src/synth.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/synth.c') diff --git a/src/synth.c b/src/synth.c index 1113a56..ea4a8f7 100644 --- a/src/synth.c +++ b/src/synth.c @@ -30,18 +30,16 @@ #include /* graphics */ +#include "synth_gui.h" /* synth */ #include "synth_engine.h" -#include "synth_gui.h" #include "midi.h" #define NUM_SECONDS (1) #define WAVE_SIZE (44100) - - int main(void) { synth_t synth; -- cgit v1.2.3