Many of my synth’s parameters are not created using ValueTree.
All of a sudden in setStateInformation, when this part is executed;
parameters.replaceState (ValueTree::fromXml (*xmlState));
at least one non-ValueTree variable, that is NOT stored in getStateInformation, nor retrieved in setStateInformation, is overwritten. As a matter of fact the particular variable is calculated, not stored or retrieved!
Perhaps a corrupt XML text in Reaper’s preset file, however I deleted every of my synth’s preset file, and still the same issue.
Yes obviously I messed up somewhere, but perhaps someone else have experienced the same issue and can guide me towards where to find the culprit.
