summaryrefslogtreecommitdiff
path: root/libs/ardour/ltc_slave.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-10-12 22:04:21 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-10-12 22:04:21 +0000
commiteaaca760c9e2e259f87801bce59442f5cf9d2210 (patch)
tree9a0295da4bc5bbb7d3370fb0ff5b98877541a642 /libs/ardour/ltc_slave.cc
parent5eeecf82a0432c1ed951886539a7331c71c15af9 (diff)
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
Diffstat (limited to 'libs/ardour/ltc_slave.cc')
-rw-r--r--libs/ardour/ltc_slave.cc6
1 files changed, 6 insertions, 0 deletions
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";
+}