summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-07-09 13:12:09 +0200
committerRobin Gareus <robin@gareus.org>2013-07-10 15:27:15 +0200
commit46c1e573c4213b24a22f0346104460a8352d1279 (patch)
tree3a18b3d0c886c38a61ffcc88d94fc2c55717d383 /libs/ardour/ardour/route.h
parentfe9650d8939db9474a8dbd13a33911c18fd254c3 (diff)
show track-ID in mixer
Diffstat (limited to 'libs/ardour/ardour/route.h')
-rw-r--r--libs/ardour/ardour/route.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ardour/route.h b/libs/ardour/ardour/route.h
index 134b153b4b..7a8daf8501 100644
--- a/libs/ardour/ardour/route.h
+++ b/libs/ardour/ardour/route.h
@@ -98,6 +98,8 @@ class Route : public SessionObject, public Automatable, public RouteGroupMember,
std::string comment() { return _comment; }
void set_comment (std::string str, void *src);
+ std::string id_and_name(std::string id_prefix="", std::string id_suffix=" ");
+
bool set_name (const std::string& str);
static void set_name_in_state (XMLNode &, const std::string &);