basics for a TimecodeSlave parent class for MTC and LTC
[ardour.git] / libs / ardour / mtc_slave.cc
index 1191a4f0b452758d7c584887a46f92aceeff8aaa..49178614f76286f192a908986c89aced7115c1d5 100644 (file)
@@ -615,3 +615,10 @@ MTC_Slave::speed_and_position (double& speed, framepos_t& pos)
 
        return true;
 }
+
+Timecode::TimecodeFormat
+MTC_Slave::apparent_timecode_format () const
+{
+       /* XXX to be computed, determined from incoming stream */
+       return timecode_30;
+}