From 898aff4f18131c19e659e8e0c04ab020e9e66bea Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 6 Apr 2014 06:14:04 +0000 Subject: Support port pretty names via new Jack metadata API. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5357 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/DuplexPort.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/server/DuplexPort.cpp') diff --git a/src/server/DuplexPort.cpp b/src/server/DuplexPort.cpp index 256d45b1..fe958e58 100644 --- a/src/server/DuplexPort.cpp +++ b/src/server/DuplexPort.cpp @@ -17,7 +17,9 @@ #include "ingen/URIs.hpp" #include "Buffer.hpp" +#include "Driver.hpp" #include "DuplexPort.hpp" +#include "Engine.hpp" #include "GraphImpl.hpp" #include "OutputPort.hpp" @@ -95,6 +97,12 @@ DuplexPort::inherit_neighbour(const PortImpl* port, } } +void +DuplexPort::on_property(const Raul::URI& uri, const Atom& value) +{ + _bufs.engine().driver()->port_property(_path, uri, value); +} + bool DuplexPort::get_buffers(BufferFactory& bufs, Raul::Array* voices, -- cgit v1.2.1