aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-10-05 05:20:42 -0400
committerDavid Robillard <d@drobilla.net>2016-10-05 05:21:40 -0400
commit866a90be1360627eba3a06340fba42b453d161e1 (patch)
tree5e0869083a9add1688869182727927d96b83d762 /src
parente321392fee998b1b87c27eaf833eaa95d1c0bafa (diff)
downloadjalv-866a90be1360627eba3a06340fba42b453d161e1.tar.gz
jalv-866a90be1360627eba3a06340fba42b453d161e1.tar.bz2
jalv-866a90be1360627eba3a06340fba42b453d161e1.zip
Fix time stamp of UI events delivered to plugin
Diffstat (limited to 'src')
-rw-r--r--src/jalv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jalv.c b/src/jalv.c
index 157076f..508c0fe 100644
--- a/src/jalv.c
+++ b/src/jalv.c
@@ -579,7 +579,7 @@ jalv_apply_ui_events(Jalv* jalv, uint32_t nframes)
} else if (ev.protocol == jalv->urids.atom_eventTransfer) {
LV2_Evbuf_Iterator e = lv2_evbuf_end(port->evbuf);
const LV2_Atom* const atom = (const LV2_Atom*)body;
- lv2_evbuf_write(&e, nframes - 1, 0, atom->type, atom->size,
+ lv2_evbuf_write(&e, nframes, 0, atom->type, atom->size,
(const uint8_t*)LV2_ATOM_BODY_CONST(atom));
} else {
fprintf(stderr, "error: Unknown control change protocol %d\n",