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

Method FrameLight

src/Frames.cpp:331–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329
330 struct FrameLight : RedGreenBlueLight {
331 FrameLight() {
332 box.size = Vec(71, 71);
333 }
334 };
335 addChild(createLight<FrameLight>(Vec(100, 126), module, Frames::FRAME_LIGHT));
336 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected