aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jalv.c')
-rw-r--r--src/jalv.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/jalv.c b/src/jalv.c
index 9ae23e4..3b93efe 100644
--- a/src/jalv.c
+++ b/src/jalv.c
@@ -443,6 +443,10 @@ jack_process_cb(jack_nframes_t nframes, void* data)
read_space -= sizeof(size) + size;
}
+
+ if (host->worker.iface->end_run) {
+ host->worker.iface->end_run(host->instance->lv2_handle);
+ }
}
/* Check if it's time to send updates to the UI */