Acces to Buttons in Preset Browser
-
Hey,
is it possible to get acces to the buttons in the preset browser to create custom callbacks?
I'm still looking for a solution of this problem... https://forum.hise.audio/topic/2790/preset-label-update/6 -
@pasmae You can use
Engine.saveUserPreset(Engine.getCurrentUserPresetName());
in a button
This has the same action as pressing "Save" in the browser.
Then you don't need to mess with the current preset name for adding "*". Just place it in an additional label that you can show/hide on to of the name -
@ustk But I need the function inside the preset browser anyway, when a preset is added or saved...
-
@pasmae You can use this in a Save button of your own that overlays the original one.
For the preset Add case, though, I don't know…