diff options
Diffstat (limited to 'src/server/LV2Node.cpp')
-rw-r--r-- | src/server/LV2Node.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/server/LV2Node.cpp b/src/server/LV2Node.cpp index de714aa7..40e13520 100644 --- a/src/server/LV2Node.cpp +++ b/src/server/LV2Node.cpp @@ -391,8 +391,10 @@ LV2Node::process(ProcessContext& context) } void -LV2Node::set_port_buffer(uint32_t voice, uint32_t port_num, - boost::intrusive_ptr<Buffer> buf, SampleCount offset) +LV2Node::set_port_buffer(uint32_t voice, + uint32_t port_num, + BufferRef buf, + SampleCount offset) { NodeImpl::set_port_buffer(voice, port_num, buf, offset); lilv_instance_connect_port(instance(voice), port_num, |