How to save changes to an external subpatcher through javascript
Hi,
I am working on a project that heavily uses javascript to change the UI and I am wondering how these changes can be saved. For instance, I use a lot of uMenu
in a subpatcher. The options for this subpatcher are appended with Javascript and they are different depending on certain options. (i.e. 5 subpatchers all reference the same file but would have different items appended to them). Is there a way that I can save this data when the patch is saved so that next time it is reloaded each of the uMenus has its different options saved as well? I know this would be difficult because the bPatcher / external patcher is saved with an empty uMenu. Thanks for the time.