fix LTC slave latency compensation typo
authorRobin Gareus <robin@gareus.org>
Fri, 2 Nov 2012 14:04:13 +0000 (14:04 +0000)
committerRobin Gareus <robin@gareus.org>
Fri, 2 Nov 2012 14:04:13 +0000 (14:04 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@13374 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/ltc_slave.cc

index ff2c342485a6369240e4f377323a49f29891c7db..5afb1dfb6db6e5fa10491be80367a91221736fa8 100644 (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);
        }