I'm working with Plug'n Script and KUIML, and I have a question about storing and restoring custom sequence data.
I'm able to convert the sequence data in the plugin(DSP) into a string, send it to outputStrings, and display it in the UI.
What I'd like to do next is:
- Save that stringified sequence data into the plugin's preset, and
- Restore it later and send it back to the DSP side when the preset is loaded.
Thanks in advance!