From eaaca760c9e2e259f87801bce59442f5cf9d2210 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 12 Oct 2012 22:04:21 +0000 Subject: tweaks to be ready for more information timecode display in Timecode clock mode git-svn-id: svn://localhost/ardour2/branches/3.0@13264 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ltc_slave.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libs/ardour/ltc_slave.cc') diff --git a/libs/ardour/ltc_slave.cc b/libs/ardour/ltc_slave.cc index 14cb3ae59d..01dd3cdfae 100644 --- a/libs/ardour/ltc_slave.cc +++ b/libs/ardour/ltc_slave.cc @@ -253,3 +253,9 @@ LTC_Slave::apparent_timecode_format () const /* XXX to be computed, determined from incoming stream */ return timecode_25; } + +std::string +LTC_Slave::approximate_current_position() const +{ + return "88:88:88:88"; +} -- cgit v1.2.3