summaryrefslogtreecommitdiffstats
path: root/src/synth_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth_engine.h')
-rw-r--r--src/synth_engine.h3
1 files changed, 2 insertions, 1 deletions
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;