Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ TinySimpleLight
Method
TinySimpleLight
include/componentlibrary.hpp:212–214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
template <typename TBase = GrayModuleLightWidget>
211
struct TinySimpleLight : TBase {
212
TinySimpleLight() {
213
this->box.size = mm2px(math::Vec(1, 1));
214
}
215
};
216
217
template <typename TBase>
Callers
nothing calls this directly
Calls
2
mm2px
Function · 0.85
Vec
Class · 0.85
Tested by
no test coverage detected