diff options
Diffstat (limited to 'src/jalv.c')
-rw-r--r-- | src/jalv.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 */ |