List of PresetBrowser LAF ids?
-
Is there a handy way to grab all of these?
laf.registerFunction("createPresetBrowserIcons", function(id) { if (id == "favorite_on") return myFavoriteOnPath; if (id == "favorite_off") return myFavoriteOffPath; if (id == "searchIcon") return mySearchIconPath; });
-
@iamlamprey That's all of them
-
@d-healey How do we switch the Add/Rename/Delete buttons to icons then?
-
@iamlamprey Ok got it :)
LAFPresetBrowser.registerFunction("drawDialogButton", function(g, obj) { if (obj.text == "Add") { g.setColour(Colours.red); g.drawAlignedText("gjkehakjgheg", obj.area, "centred"); } });
-
@iamlamprey Do you know How to Draw Image on Presets Browser list via LAF?
-
@DabDab I actually just subbed to David's patreon to learn that :)
-
@iamlamprey I also tried to Sub but in my country Paypal is not allowing me to complete transaction.
-
@DabDab You have all the information already in your other thread - https://forum.hise.audio/topic/6803/draw-image-in-presets-browser/11?_=1670497813573