fix LTC slave initial TC track values
git-svn-id: svn://localhost/ardour2/branches/3.0@13399 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
44e88a2d54
commit
8eae3009e1
@ -53,8 +53,8 @@ LTC_Slave::LTC_Slave (Session& s)
|
||||
monotonic_cnt = 0;
|
||||
fps_detected=false;
|
||||
|
||||
ltc_timecode = timecode_60; // track changes of LTC fps
|
||||
a3e_timecode = timecode_60; // track changes of Ardour's fps
|
||||
ltc_timecode = session.config.get_timecode_format();
|
||||
a3e_timecode = session.config.get_timecode_format();
|
||||
printed_timecode_warning = false;
|
||||
ltc_detect_fps_cnt = ltc_detect_fps_max = 0;
|
||||
memset(&prev_frame, 0, sizeof(LTCFrameExt));
|
||||
|
Loading…
Reference in New Issue
Block a user