From fccfce4b1e9c9f80b38d20dd8f0e90fe83a93068 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 15 Sep 2008 04:15:03 +0000 Subject: Make view togglable between symbols and human names (just LV2 plugins for now). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1502 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/client/PluginModel.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/libs/client/PluginModel.hpp') diff --git a/src/libs/client/PluginModel.hpp b/src/libs/client/PluginModel.hpp index f8630e94..e2137e19 100644 --- a/src/libs/client/PluginModel.hpp +++ b/src/libs/client/PluginModel.hpp @@ -83,7 +83,9 @@ public: } } - string default_node_name(); + string default_node_symbol(); + string human_name(); + string port_human_name(uint32_t index); #ifdef HAVE_SLV2 static SLV2World slv2_world() { return _slv2_world; } -- cgit v1.2.1