tweaks to be ready for more information timecode display in Timecode clock mode
[ardour.git] / libs / ardour / mtc_slave.cc
index 1c2770ed45d7bd181170e859e4b6670ed8be0bf3..c568cd5d6a461bc6f0e7fc4a4ffe3a25e83dd910 100644 (file)
@@ -626,3 +626,9 @@ MTC_Slave::apparent_timecode_format () const
 {
        return mtc_timecode;
 }
+
+std::string 
+MTC_Slave::approximate_current_position() const
+{
+       return "88:88:88:88";
+}