openAVproductions / openAV-Luppp

Luppp is a live performance tool, created by OpenAV productions.
http://openavproductions.com/luppp
GNU General Public License v3.0
258 stars 45 forks source link

Fix loading of pan values #177

Closed coderkun closed 7 years ago

coderkun commented 7 years ago

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.