fix sending static LTC
git-svn-id: svn://localhost/ardour2/branches/3.0@13327 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -343,7 +343,7 @@ Session::ltc_tx_send_time_code_for_cycle (framepos_t start_frame, framepos_t end
|
||||
rint(ltc_enc_pos + ltc_enc_cnt - poff) - cycle_start_frame
|
||||
));
|
||||
|
||||
if (fabs(ceil(ltc_enc_pos + ltc_enc_cnt - poff) - cycle_start_frame) > maxdiff)
|
||||
if (ltc_speed != 0 && fabs(ceil(ltc_enc_pos + ltc_enc_cnt - poff) - cycle_start_frame) > maxdiff)
|
||||
{
|
||||
// (5) re-align
|
||||
ltc_tx_reset();
|
||||
|
||||
Reference in New Issue
Block a user