Storing values in panels
-
How to save same values inside the panels with the presets?
-
@Steve-Mohican In order to store the state of your panel with preset you can store it as a state object inside the value object of a panel (not the data object as this isn't saved with preset), I've just made an example a week ago:
Store values in ScriptPanel data object
@d-healey @ustk i'm not at home at the moment, but i'll try your example tomorrow. Indeed i want to store knob values , but in my project i use a sequencer, ...
Forum (forum.hise.audio)
In this example I simply store component states, but you could use an object of the form
{state:[4,2,5,0,1,3]}
just to give an idea -
@ustk Thank you for your suggestion.