# HG changeset patch # User Chris Cannam # Date 1407423962 -3600 # Node ID 8aff275f16b5d85a5ab6d7052f047601831183c5 # Parent 92869203036f05bca97095ff339ab17e9656c853 Fix failure to take starting timestamp into account diff -r 92869203036f -r 8aff275f16b5 src/Silvet.cpp --- a/src/Silvet.cpp Thu Aug 07 14:39:04 2014 +0100 +++ b/src/Silvet.cpp Thu Aug 07 16:06:02 2014 +0100 @@ -848,7 +848,7 @@ Feature f; f.hasTimestamp = true; - f.timestamp = RealTime::fromSeconds + f.timestamp = m_startTime + RealTime::fromSeconds (columnDuration * (start - postFilterLatency) + 0.02); f.hasDuration = true;