Page 1 of 1

Persisting State

Posted: Mon Jan 26, 2015 10:03 pm
by daslicht
Hello,
I a have an application (currently standalone) which consists of some faders and dropdown (midi i/o).
Now I like that when I close the app, next time the fader positions are restored.
How would I do this please?

Whats the correct tearm for such behaviour ?

I tried seacrhing themanual by the term "persistence" but the found info were less helpfull.

Re: Persisting State

Posted: Mon Jan 26, 2015 10:24 pm
by Nubeat7
hello DasLicht, you need to save last state somewhere and recall it after loading the program, the FS presetsystem only works for VST's.

Re: Persisting State

Posted: Mon Jan 26, 2015 10:45 pm
by KG_is_back
how about saving the preset with "about to close" prim and loading it with "afterload" prim? that should work right?