diff options
author | grm <grm@eyesin.space> | 2025-02-24 20:02:32 +0200 |
---|---|---|
committer | grm <grm@eyesin.space> | 2025-02-24 20:02:32 +0200 |
commit | d5e9beaf5cc38c0e57bbc555a6e3054f3bf000d8 (patch) | |
tree | 1095f34468e3effb10a336f553e30cda45e017b5 /src/synth_common.h | |
parent | 35208c579c9e7d0078d786e61f4a323919e2dcdf (diff) | |
download | synth-project-d5e9beaf5cc38c0e57bbc555a6e3054f3bf000d8.tar.gz synth-project-d5e9beaf5cc38c0e57bbc555a6e3054f3bf000d8.tar.bz2 synth-project-d5e9beaf5cc38c0e57bbc555a6e3054f3bf000d8.zip |
Add audiomidisetup screen and improve audio device handling
Diffstat (limited to 'src/synth_common.h')
-rw-r--r-- | src/synth_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |