From ac408e8d4ce77389e65d69e9a1ff30fd54a25ada Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 8 Jan 2013 04:05:01 +0000 Subject: Add support for URID ports. Fix glib errors when resetting properties dialog. Move RDFS domain/range/classes/etc code to reusable location. Add preliminary "mesp" (message processing) plugin package. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4903 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/client/PortModel.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'ingen/client/PortModel.hpp') diff --git a/ingen/client/PortModel.hpp b/ingen/client/PortModel.hpp index 6a8583de..41b871ab 100644 --- a/ingen/client/PortModel.hpp +++ b/ingen/client/PortModel.hpp @@ -61,6 +61,7 @@ public: return ObjectModel::is_a(Raul::URI(LV2_CORE__ControlPort)) || ObjectModel::is_a(Raul::URI(LV2_CORE__CVPort)); } + bool is_uri() const; inline bool operator==(const PortModel& pm) const { return (path() == pm.path()); } -- cgit v1.2.1