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

loading and saving pan not working corectly #168

Closed nanu-c closed 7 years ago

nanu-c commented 7 years ago

Nice feature the saving and loading of the pan, but I have the Problem that the value isn't loaded the right way. When I save, I get:

    "tracks":   [{
            "ID":   0,
            "name": "Track 1",
            "fader":    0.953125,
            "pan":  0.485000,
            "sendAmount":   0,
            "sendActive":   0,
            "jacksendAmount":   1,
            "jacksendActive":   0,
            "xsideAmount":  0,
            "keyActive":    1,
            "clips":    ["t_0_s_0.wav", "t_0_s_1.wav", "t_0_s_2.wav", "", "", "", "", "t_0_s_7.wav", "", ""]
        }

then I just open the project and save again, now its:

    "tracks":   [{
            "ID":   0,
            "name": "Track 1",
            "fader":    0.953125,
            "pan":  0.742500,

save it again and open it

        `"pan": 0.871250,`
coderkun commented 7 years ago

I can confirm this issue.