diff options
Diffstat (limited to 'src/jack.c')
-rw-r--r-- | src/jack.c | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -230,12 +230,7 @@ jack_process_cb(jack_nframes_t nframes, void* data) if (jalv->has_ui) { // Forward event to UI - jalv_write_event(jalv->plugin_to_ui, - p, - jalv->urids.atom_eventTransfer, - size, - type, - body); + jalv_write_event(jalv->plugin_to_ui, p, size, type, body); } } } else if (send_ui_updates && port->flow == FLOW_OUTPUT && |