From d76ab24976e452d02e114182b3a563eeb11e8785 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 1 May 2012 06:46:55 +0000 Subject: Implement menu selector for enumeration ports (sort of address #780). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4308 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 d9fce5e4..8065692d 100644 --- a/ingen/client/PortModel.hpp +++ b/ingen/client/PortModel.hpp @@ -54,6 +54,7 @@ public: bool port_property(const Raul::URI& uri) const; bool is_logarithmic() const { return port_property(LV2_PORT_PROPS__logarithmic); } + bool is_enumeration() const { return port_property(LV2_CORE__enumeration); } bool is_integer() const { return port_property(LV2_CORE__integer); } bool is_toggle() const { return port_property(LV2_CORE__toggled); } bool is_numeric() const { -- cgit v1.2.1