CSS custom variables not taken by the ModulationMatrix
-
@Christoph-Hart This has no effect when using the variable inside the CSS (
var(--myVariable)
)
But it does work with other components...const var laf = Content.createLocalLookAndFeel(); laf.setStyleSheetProperty("radius", 5, "px"); laf.setStyleSheetProperty("fontSize", 10, "px"); laf.setStyleSheetProperty("colourPink", Colours.pink, "color"); laf.setStyleSheet("ModulationMatrix.css"); ModulationMatrixFT.setLocalLookAndFeel(laf); ModulationMatrixControllerFT.setLocalLookAndFeel(laf);
-
@ustk said in CSS custom variables not taken by the ModulationMatrix:
@Christoph-Hart This has no effect when using the variable inside the CSS (
var(--myVariable)
)I've noticed this as well for the preset browser!
Forum
Welcome to the official HISE Developer Forum. Get in touch with the pro's, and develop your own open-source VSTi.
Forum (forum.hise.audio)