From 5a1ccca68baf9e8efffe3e0297730a911617693d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 17 Oct 2010 01:11:29 +0000 Subject: Support current versions of LV2 atom, atom-port, and context extensions. Working use case in this revision: lolep.parse => lolep.print (set parse input to some string, it will be parsed, send to print as an LV2 atom, then printed to the console by print). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2631 a436a847-0d15-0410-975c-d299462d15a1 --- src/client/PortModel.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/client/PortModel.cpp') diff --git a/src/client/PortModel.cpp b/src/client/PortModel.cpp index f3ff819f..c473772e 100644 --- a/src/client/PortModel.cpp +++ b/src/client/PortModel.cpp @@ -19,6 +19,7 @@ #include "PortModel.hpp" #include "NodeModel.hpp" + namespace Ingen { namespace Client { @@ -37,7 +38,7 @@ PortModel::set_property(const Raul::URI& uri, bool PortModel::supports(const Raul::URI& value_type) const { - return has_property(_uris.obj_supports, value_type); + return has_property(_uris.aport_supports, value_type); } -- cgit v1.2.1