Files
jack-looper/gui.h
Loic Coenen 05c6f34b8f feat: add microui-based GUI with transport controls and progress bar
Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
2026-05-01 13:02:39 +00:00

9 lines
145 B
C

#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 */