summaryrefslogtreecommitdiffstats
path: root/src/synth_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth_gui.c')
-rw-r--r--src/synth_gui.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synth_gui.c b/src/synth_gui.c
index ed10547..c210f2b 100644
--- a/src/synth_gui.c
+++ b/src/synth_gui.c
@@ -191,6 +191,9 @@ draw_signals(synth_t * synth, int x, int y, int width, int height)
else
DrawCircle(i , y + height / 2 + floor(50 * synth->viz.wave[i - x]), point_radius, RAYWHITE);
}
+ for (int i = x; i < WIDTH - x; i++) {
+ DrawCircle(i , y + height / 2 + floor(5 * synth->fftviz.wave[i - x]) * -1, point_radius, RED);
+ }
int c = 0;
for (int i = 0; i < MIDI_NOTES; i++) {