summaryrefslogtreecommitdiff
path: root/libs/ardour/transport_master.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-05-13 16:08:48 +0200
committerRobin Gareus <robin@gareus.org>2020-05-13 17:39:06 +0200
commit7289be59c984192d269e63d081809ef835d7b477 (patch)
tree785a0397fe888ca1cf897c92e4442c4d1ea36408 /libs/ardour/transport_master.cc
parent5120b650c5ec6cb25099976e5476934cb969d7cf (diff)
Set timecode format from active master only
Diffstat (limited to 'libs/ardour/transport_master.cc')
-rw-r--r--libs/ardour/transport_master.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/ardour/transport_master.cc b/libs/ardour/transport_master.cc
index d7e0a040c5..b31227cddc 100644
--- a/libs/ardour/transport_master.cc
+++ b/libs/ardour/transport_master.cc
@@ -511,6 +511,9 @@ TransportMaster::set_request_mask (TransportRequestType t)
TimecodeTransportMaster::TimecodeTransportMaster (std::string const & name, SyncSource type)
: TransportMaster (type, name)
+ , timecode_offset (0)
+ , timecode_negative_offset (false)
+ , timecode_format_valid (false)
, _fr2997 (Properties::fr2997, false)
{
register_properties ();