I have a strange issue - these UI objects seem to be crashing my simulator build as soon as I enter the detailed module UI view where you can assign knobs.
If I comment these out, there is no problem at all. I can see they are defined in componentlibrary.hpp
of metamodule-rack-interface though?
addParam(createParam<LEDButton>(Vec(31, 192), module, BPMLFO::QUANTIZE_PHASE_PARAM));
addParam(createParam<CKSS>(Vec(8, 262), module, BPMLFO::CLOCK_MODE_PARAM));