mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 14:16:31 +01:00
forward port lv2_evbuf update (from jalv)
This commit is contained in:
parent
ce2feeac56
commit
12576a9f29
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ lv2_evbuf_get(LV2_Evbuf_Iterator iter,
|
|||
switch (iter.evbuf->type) {
|
||||
case LV2_EVBUF_EVENT:
|
||||
ebuf = &iter.evbuf->buf.event;
|
||||
ev = (LV2_Event*)ebuf->data + iter.offset;
|
||||
ev = (LV2_Event*)((char*)ebuf->data + iter.offset);
|
||||
*frames = ev->frames;
|
||||
*subframes = ev->subframes;
|
||||
*type = ev->type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue