mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
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:
parent
2ca63da5a6
commit
e344f57a30
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue