Skip to content

MODULATION MATRIX - CSS custom variables not taken by the ModulationMatrix #768

@ustk

Description

@ustk

Forum: https://forum.hise.audio/topic/13367/css-custom-variables-not-taken-by-the-modulationmatrix

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions