From d5e9beaf5cc38c0e57bbc555a6e3054f3bf000d8 Mon Sep 17 00:00:00 2001 From: grm Date: Mon, 24 Feb 2025 20:02:32 +0200 Subject: Add audiomidisetup screen and improve audio device handling --- src/synth_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/synth_common.h') diff --git a/src/synth_common.h b/src/synth_common.h index 0110597..b9d2b90 100644 --- a/src/synth_common.h +++ b/src/synth_common.h @@ -8,7 +8,7 @@ #define VIZ_BUF 1024 #define WIDTH 1024 -#define HEIGHT 1200 +#define HEIGHT 600 #define MIDI_NOTES 128 -- cgit v1.2.3