diff options
Diffstat (limited to 'src/jalv.c')
-rw-r--r-- | src/jalv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -501,7 +501,7 @@ jack_process_cb(jack_nframes_t nframes, void* data) } /* TODO: Be more disciminate about what to send */ - if (send_ui_updates && !port->old_api) { + if (jalv->has_ui && !port->old_api) { char buf[sizeof(ControlChange) + sizeof(LV2_Atom)]; ControlChange* ev = (ControlChange*)buf; ev->index = p; |