Hi, I am working on a plugin and have a problem where the parameters reset when the plugin GUI is closed and reopened. I realized this is because I am setting the values of the sliders in the GUI constructor.
What is the standard method for setting plugin parameters / slider values in order to avoid this?
I was thinking I could have the slider values saved as variables in the plugin processor object and have the GUI set the slider values from those, but I wanted to ask what the best practice was for doing this.