The pan dial uses values of the interval [-1, 1]. These values are converted to an interval of [0, 1] by gtrack.hxx:70. When reading pan values from a saved file, a reversed conversion needs to be done.
This is currently not the case but will be done by this PR. It fixes #168.
The pan dial uses values of the interval [-1, 1]. These values are converted to an interval of [0, 1] by gtrack.hxx:70. When reading pan values from a saved file, a reversed conversion needs to be done.
This is currently not the case but will be done by this PR. It fixes #168.