summaryrefslogtreecommitdiffstats
path: root/src/server/DirectDriver.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-04-06 06:14:04 +0000
committerDavid Robillard <d@drobilla.net>2014-04-06 06:14:04 +0000
commit898aff4f18131c19e659e8e0c04ab020e9e66bea (patch)
treef8a206db354abe26c55e7f0ae746657a4212266e /src/server/DirectDriver.hpp
parent5ef495e58358dcf28d45e69574f189ac51376a39 (diff)
downloadingen-898aff4f18131c19e659e8e0c04ab020e9e66bea.tar.gz
ingen-898aff4f18131c19e659e8e0c04ab020e9e66bea.tar.bz2
ingen-898aff4f18131c19e659e8e0c04ab020e9e66bea.zip
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
Diffstat (limited to 'src/server/DirectDriver.hpp')
-rw-r--r--src/server/DirectDriver.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/server/DirectDriver.hpp b/src/server/DirectDriver.hpp
index 5f8c4da5..ca9c3ae4 100644
--- a/src/server/DirectDriver.hpp
+++ b/src/server/DirectDriver.hpp
@@ -65,6 +65,10 @@ public:
virtual void rename_port(const Raul::Path& old_path,
const Raul::Path& new_path) {}
+ virtual void port_property(const Raul::Path& path,
+ const Raul::URI& uri,
+ const Atom& value) {}
+
virtual void register_port(EnginePort& port) {}
virtual void unregister_port(EnginePort& port) {}