Preset Browser
-
Is it possible to call a directory in the preset browser with a button?
So
"Button Factory" calls the factory presets
"Button User" calls the user presets -
@d-healey
If that is possible - I would have a workaround for the FactoryPreset problem! -
@MikeB If I knew the answer I would have responded :)
-
@d-healey Too bad - I hoped you just did not find the time.
-
Hey @MikeB did you see this - added readonly user preset setting ?
-
-
@d-healey
Do you know how it works - or where I can read about it? -
Just add the flag in the project settings.
-
where I can read about it?
Github commit :)
Set this to 1 to enable read only presets that are shipped with the plugin / expansion. */
#define READ_ONLY_FACTORY_PRESETS 0You'll see this also in the project settings tooltip I guess:
P(HiseSettings::Project::ReadOnlyFactoryPresets);
D("If enabled, the user presets that are part of the compiled plugin (and expansions) can not be overriden by the end user.");
D("> It will grey out the save button for all factory presets");Some in the docs - https://docs.hise.audio/scripting/scripting-api/engine/index.html#isuserpresetreadonly
-
@Christoph-Hart @d-healey
Thanks guys