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 /b.c | |
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 'b.c')
-rw-r--r-- | b.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -147,6 +147,7 @@ main(int argc, char *argv[]) "src/synth_math.h", "src/types.h", "src/web.h", + "src/gui.h", }; const char* synth_paths[] = { |