add API to set pretty names for ardour ports
[ardour.git] / libs / ardour / ardour / port.h
index 6eca80a939034fc46a7d861d9949d56d51927308..4b6188fce4e087c14a705042b796347f7b878eeb 100644 (file)
@@ -57,6 +57,7 @@ public:
 
        /** @return Port human readable name */
        std::string pretty_name (bool fallback_to_name = false) const;
+       bool set_pretty_name (const std::string&);
 
        int set_name (std::string const &);