feat: add microui-based GUI with transport controls and progress bar

Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
Loic Coenen
2026-05-01 13:02:39 +00:00
parent 3b95c22736
commit 05c6f34b8f
7 changed files with 473 additions and 3 deletions

8
gui.h
View File

@@ -0,0 +1,8 @@
#ifndef GUI_H
#define GUI_H
#include <jack/jack.h>
int gui_main(jack_client_t *client, float *audio_buffer, int buf_size);
#endif /* GUI_H */