Closed nanu-c closed 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,`
I can confirm this issue.
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:
then I just open the project and save again, now its:
save it again and open it