summaryrefslogtreecommitdiff
path: root/libs/ardour/transport_master.cc
diff options
context:
space:
mode:
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 ();