Revised code in VideoSyncFile::parseTacx to build syncpoint list with correct distances when speed varies between two points Revised code in VideoWindow::telemetryUpdate to interpolate position between 2 sync points. Also do not update video if paused or not running. Revised code in VideoWindow::startPlayback to set a minimal rate to start if video is controlled by syncfile. This avoids the initial "rush" that otherwise happened and makes for a smoother start. Also reset distance to 0 on start. As the rlv length now more accurately matches the workout length, we also need a check in TrainSidebar::guiUpdate that will terminate the workout if the end of the video is reached.
GoldenCheetah
About
GoldenCheetah is an open-source data analysis tool primarily written in C++ with Qt for cyclists and triathletes with support for training as well.
GoldenCheetah can connect with indoor trainers and cycling equipment such as cycling computers and power meters to import data.
In addition, GoldenCheetah can connect to cloud services.
It can then manipulate and view the data, as well as analyze it.
Installing
Golden Cheetah install and build instructions are documented for each platform;
INSTALL-WIN32 For building on Microsoft Windows
INSTALL-LINUX For building on Linux
INSTALL-MAC For building on Apple OS X
Alternatively, official builds are available from http://www.goldencheetah.org
whilst the latest developer builds are available from https://github.com/GoldenCheetah/GoldenCheetah/releases