summaryrefslogtreecommitdiff
path: root/gtk2_ardour/utils.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-06-26 19:08:48 +0200
committerRobin Gareus <robin@gareus.org>2014-06-26 19:19:29 +0200
commit09479ad19abb7033a131810a98272e479db6089a (patch)
treebfde12fdab625440243ea5937b0c0371e6ab6174 /gtk2_ardour/utils.h
parentd100c0550f1acf445ac90524e1fbe31a4cf05936 (diff)
prepare formatting track-number for mixer (and other places)
Diffstat (limited to 'gtk2_ardour/utils.h')
-rw-r--r--gtk2_ardour/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/utils.h b/gtk2_ardour/utils.h
index a99246632e..59f986e81d 100644
--- a/gtk2_ardour/utils.h
+++ b/gtk2_ardour/utils.h
@@ -98,5 +98,7 @@ Gdk::Color unique_random_color (std::list<Gdk::Color> &);
std::string rate_as_string (float r);
+std::string track_number_to_string (int64_t tracknumber, std::string sep = "", std::string postfix = "");
+
} // namespace
#endif /* __ardour_gtk_utils_h__ */