aboutsummaryrefslogtreecommitdiffstats
path: root/src/portaudio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/portaudio.c')
-rw-r--r--src/portaudio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portaudio.c b/src/portaudio.c
index f7b7e45..f9283dd 100644
--- a/src/portaudio.c
+++ b/src/portaudio.c
@@ -75,7 +75,7 @@ pa_process_cb(const void* inputs,
if (jalv->has_ui) {
// Forward event to UI
- jalv_send_to_ui(jalv, p, type, size, body);
+ jalv_write_event(jalv, jalv->plugin_to_ui, p, size, type, body);
}
}
} else if (send_ui_updates && port->flow == FLOW_OUTPUT &&