diff options
author | David Robillard <d@drobilla.net> | 2024-11-15 10:08:24 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-11-24 18:59:41 -0500 |
commit | 800356e507c5cc098e89b1cbe96f5f150dc12d96 (patch) | |
tree | 0859bac836bc25f147a5d51cdb67fc619d2726c8 /src/jack.c | |
parent | 7c9858897ff6014a6cf36cefbd05f1f4f63817c4 (diff) | |
download | jalv-800356e507c5cc098e89b1cbe96f5f150dc12d96.tar.gz jalv-800356e507c5cc098e89b1cbe96f5f150dc12d96.tar.bz2 jalv-800356e507c5cc098e89b1cbe96f5f150dc12d96.zip |
Move low-level event sending functions to a separate file
Takes advantage of the dependency trimming of the previous commit to work
towards separating things more cleanly.
Diffstat (limited to 'src/jack.c')
-rw-r--r-- | src/jack.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ #include "backend.h" +#include "comm.h" #include "frontend.h" #include "jalv_config.h" #include "jalv_internal.h" |