13
0

fix LTC slave latency compensation typo

git-svn-id: svn://localhost/ardour2/branches/3.0@13374 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Robin Gareus 2012-11-02 14:04:13 +00:00
parent 2ca63da5a6
commit e344f57a30

View File

@ -413,7 +413,7 @@ LTC_Slave::speed_and_position (double& speed, framepos_t& pos)
reset();
}
parse_ltc(nframes, in, now + ltc_slave_latency.max );
parse_ltc(nframes, in, now - ltc_slave_latency.max );
process_ltc(now);
}