aboutsummaryrefslogtreecommitdiffstats
path: root/src/jack.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-21 18:13:50 -0500
committerDavid Robillard <d@drobilla.net>2024-11-24 19:11:53 -0500
commit15324bd2bb040f9dc62769b9355bb31b57a9ae0e (patch)
tree1fa0bb4a068f972a2909f3488bd3a40d8a1d95cf /src/jack.c
parent2a5bc1ca7aee36cd763ac10c894b84eef347fe25 (diff)
downloadjalv-15324bd2bb040f9dc62769b9355bb31b57a9ae0e.tar.gz
jalv-15324bd2bb040f9dc62769b9355bb31b57a9ae0e.tar.bz2
jalv-15324bd2bb040f9dc62769b9355bb31b57a9ae0e.zip
Move process thread setup code to a separate file
Towards more cleanly separating the audio thread code from the rest of the application.
Diffstat (limited to 'src/jack.c')
-rw-r--r--src/jack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jack.c b/src/jack.c
index f848476..4ba117f 100644
--- a/src/jack.c
+++ b/src/jack.c
@@ -12,6 +12,7 @@
#include "lv2_evbuf.h"
#include "port.h"
#include "process.h"
+#include "process_setup.h"
#include "settings.h"
#include "string_utils.h"
#include "types.h"