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

Class GateLight

src/Elements.cpp:370–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368 addParam(createParam<CKD6>(Vec(36, 116), module, Elements::PLAY_PARAM));
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));
378 addChild(createLight<MediumLight<GreenLight>>(Vec(184, 165), module, Elements::EXCITER_LIGHT));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected