I am using the new presets system with range sliders. The slider is defined by
vrange bounds(25, 25, 50, 110), text("Range"), textColour("white"), channel("frfin","frini"), range(0,255,0:55,0.5)
(Is this correct? I did not use range sliders before.)
After pausing my work on the plugin for some weeks I noticed that the presets I saved before do not work anymore. I compared the .psts file from before and now, and the entries concerning the range slider are indeed different:
Now:
"frfin": {
"Range Min": 0.0,
"Range Max": 55.000003814697266
},
Before:
"frfin": 104.8070068359375,
"frini": 129.37901306152344,
Has there been a syntax change between February 17 and today? Is editing the the old .psts files into the new format the correct thing to do?