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_engine.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/synth_engine.h') diff --git a/src/synth_engine.h b/src/synth_engine.h index aee38d9..da15fe2 100644 --- a/src/synth_engine.h +++ b/src/synth_engine.h @@ -15,7 +15,7 @@ #ifndef M_PI -#define M_PI (3.14159265) +#define M_PI (3.14159265) #endif typedef struct lfo_t { @@ -90,6 +90,7 @@ typedef struct { int active; viz_t viz; + viz_t fftviz; osc_t * osctri; } synth_t; -- cgit v1.2.3