summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/port_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/port_engine.h')
-rw-r--r--libs/ardour/ardour/port_engine.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/ardour/ardour/port_engine.h b/libs/ardour/ardour/port_engine.h
index 9c72b77550..e93e78db4a 100644
--- a/libs/ardour/ardour/port_engine.h
+++ b/libs/ardour/ardour/port_engine.h
@@ -120,6 +120,11 @@ public:
*/
virtual std::string get_port_name (PortHandle) const = 0;
+ /** Return the flags of the port referred to by @param port. If the port
+ * does not exist, return an empty string.
+ */
+ virtual PortFlags get_port_flags (PortHandle) const = 0;
+
/** Return the port-property value and type for a given key.
* (eg query a human readable port name)
*