From 071e36b69b5bcc203f70179580c8bed924b7305b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 12 Jun 2012 21:46:22 +0000 Subject: Add "expose" (to parent) operation for ports. Partially implments #39. Export all the way to root has a few issues, I am considering this functionality good enough for now. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4496 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/client/NodeModel.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'ingen/client') diff --git a/ingen/client/NodeModel.hpp b/ingen/client/NodeModel.hpp index f56e4a54..cc41070c 100644 --- a/ingen/client/NodeModel.hpp +++ b/ingen/client/NodeModel.hpp @@ -70,6 +70,7 @@ public: void port_value_range(SharedPtr port, float& min, float& max, uint32_t srate=1) const; + std::string label() const; std::string port_label(SharedPtr port) const; // Signals -- cgit v1.2.1