MCPcopy Create free account
hub / github.com/VCVRack/AudibleInstruments / GateLight

Method GateLight

src/Elements.cpp:371–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369
370 struct GateLight : YellowLight {
371 GateLight() {
372 box.size = Vec(28 - 6, 28 - 6);
373 bgColor = color::BLACK_TRANSPARENT;
374 }
375 };
376
377 addChild(createLight<GateLight>(Vec(36 + 3, 116 + 3), module, Elements::GATE_LIGHT));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected