From f0e33dd09a390ca946e95a6f55fea397dca0ca1f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 2 Jan 2021 18:17:04 +0100 Subject: Update for latest raul --- src/server/InputPort.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/server/InputPort.hpp') diff --git a/src/server/InputPort.hpp b/src/server/InputPort.hpp index e39c22a5..9357c3ff 100644 --- a/src/server/InputPort.hpp +++ b/src/server/InputPort.hpp @@ -30,7 +30,7 @@ #include #include -namespace Raul { class Symbol; } +namespace raul { class Symbol; } namespace boost { namespace intrusive { @@ -66,7 +66,7 @@ class InputPort : public PortImpl public: InputPort(BufferFactory& bufs, BlockImpl* parent, - const Raul::Symbol& symbol, + const raul::Symbol& symbol, uint32_t index, uint32_t poly, PortType type, @@ -105,7 +105,7 @@ public: * connection/disconnection/etc in the next process cycle. */ bool pre_get_buffers(BufferFactory& bufs, - Raul::managed_ptr& voices, + raul::managed_ptr& voices, uint32_t poly) const; bool @@ -132,7 +132,7 @@ public: protected: bool get_buffers(BufferFactory& bufs, PortImpl::GetFn get, - const Raul::managed_ptr& voices, + const raul::managed_ptr& voices, uint32_t poly, size_t num_in_arcs) const override; -- cgit v1.2.1