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!
Preset Browser in CSS
@d-healey Nice thanks for clarifying, that does open up a bit more possibilities. I'm trying some things to hack around it so I can get the best of both worl...
Forum (forum.hise.audio)