cut cursor follows grid
[ardour.git] / gtk2_ardour / utils.h
index a99246632e139bea0d55370a763c48f8bcde6916..59f986e81d61f53985e59ccaf4a575ab96c74fc7 100644 (file)
@@ -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__ */