summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/slave.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-01-12 20:27:23 +0100
committerRobin Gareus <robin@gareus.org>2015-01-12 20:27:23 +0100
commitb8bec75aa36e64ad8e333b528e3ff50d1429c88d (patch)
treed61905daaeddb30e233e3f78489c488dc88dc4b3 /libs/ardour/ardour/slave.h
parentf1b5f90a3e723075b0dc32bbd7fb240895324063 (diff)
add an explicit indicator for LTC lock
Diffstat (limited to 'libs/ardour/ardour/slave.h')
-rw-r--r--libs/ardour/ardour/slave.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/slave.h b/libs/ardour/ardour/slave.h
index 32fbf20c11..e86296b355 100644
--- a/libs/ardour/ardour/slave.h
+++ b/libs/ardour/ardour/slave.h
@@ -388,6 +388,7 @@ public:
int ltc_detect_fps_cnt;
int ltc_detect_fps_max;
bool printed_timecode_warning;
+ bool sync_lock_broken;
Timecode::TimecodeFormat ltc_timecode;
Timecode::TimecodeFormat a3e_timecode;