Scaling the floating tile preset browser ?
-
@d-healey I think it can be done by restoring all of the settings in the RAM temporarily for swapable A/B comparsion.
I made a similar thing for a simple situation; by creating non-visible knob or other gui elements to restoring and getting data then.
But we can't make this way for all of the situations and plugins. There should be much more convenient way to do that.
Maybe creating a temporary preset file (but shouldn't be seen in the preset browser) in the AppData path or something like that.
-
@remarkablex said in Scaling the floating tile preset browser ?:
@d-healey I think it can be done by restoring all of the settings in the RAM temporarily for swapable A/B comparsion.
I made a similar thing for a simple situation; by creating non-visible knob or other gui elements to restoring and getting data then.
But we can't make this way for all of the situations and plugins. There should be much more convenient way to do that.
Maybe creating a temporary preset file (but shouldn't be seen in the preset browser) in the AppData path or something like that.
You just need a panel to store all of the settings in. No need to use a preset browser.
-
@d-healey Very interesting. Do Panels store data? A simple snippet would be good
-
@remarkablex said in Scaling the floating tile preset browser ?:
@d-healey Very interesting. Do Panels store data? A simple snippet would be good
Yes, it would be great to have a simple example, I tried hours to store data in a panel, but it never worked...
-
@ustk Sorry, some how I missed this. There is a thread here where Christoph enlightened me about it - https://forum.hise.audio/topic/52/variable-persistence
-
No worries David!
Thanks, I'm going to have a look right now...