mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
LV2 - use scratch buffers to scratch :)
This commit is contained in:
parent
9a8deb6ab4
commit
a7c80c808d
1 changed files with 1 additions and 1 deletions
|
|
@ -1651,7 +1651,7 @@ LV2Plugin::connect_and_run(BufferSet& bufs,
|
|||
}
|
||||
} else if (!valid) {
|
||||
// Nothing we understand or care about, connect to scratch
|
||||
_ev_buffers[port_index] = silent_bufs.get_lv2_midi(
|
||||
_ev_buffers[port_index] = scratch_bufs.get_lv2_midi(
|
||||
(flags & PORT_INPUT), 0, (flags & PORT_EVENT));
|
||||
}
|
||||
buf = lv2_evbuf_get_buffer(_ev_buffers[port_index]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue