Refreshing old user presets
-
Let's say you published a plugin. And now you want to update it, with adding new user presets.
User can't see the new presets until he deletes the whole user preset folder.
Is there any way to refresh all of the old presets with new ones when the updated version initialized first? @Christoph-Hart
-
Perhaps you could use the import options?
-
@d-healey Is there an API for that? I'd rather to choose doing it inside the Hise, with initialization automatically, not manual.
-
@orange No you'd need to add the implementation in C++. Another option is to make your own installer which removes old presets and adds new ones - outside of HISE.
-
I would argue that you should leave this up to the user. Nothing is worse than a plugin that is overriding user presets that the user may have modified.