ValuePopup LAF
-
Hey all, is there any way of setting custom laf for the value popups that show when you adjust knobs?
im trying laf.registerFunction("drawPopupMenuItem", function(g, obj) from the guide but its not working :(
https://docs.hise.audio/glossary/custom_lookandfeel.html has some great info but it seems to skip right over the value popups.
the macro numbertags look like what we should be able to do for the value popups
-
The customizability of the value popup was added before the LAF system, so it's a bit inconsistent with the rest. There's a special method that you can give a JSON with the properties for the appearance:
-
@Christoph-Hart nice!! ty sir