Hey guys,
I have an issue with a slider (reverb volume in my case, although I don't think it's relevant).
When I click the slider, adjust the value and I see the value changing in a display label. However when I release the mouse click the value changes a little.
While trying to explore the issue I figured out that if I'm turning the volume up…the value I get after the mouse-click release is a bit higher than shown before (ex. start from -inf turn it up to -17.4 dB and after click release the value jumps to -15.6).
Similar thing is happening while turning the volume down - then after the click release I get a lower value than before the click release.
Can anybody suggest how to fix this issue?
Is it a make_persistent/read_persistent thing that I've done wrong?
Thanks in advance!